Advertising
- Miscellany
- Thursday, August 6th, 2009 at 8:18:57pm MDT
- ###############################################################################
- # default color scheme
- ###############################################################################
- gtk_color_scheme = "fg_color:#202020\nbg_color:#D7D7D7\nbase_color:#FFFFFF\ntext_color:#202020\nselected_bg_color:#696986\nselected_fg_color:#FFFFFF\ntooltip_bg_color:#FFFFDE\ntooltip_fg_color:#202020\n"
- ###############################################################################
- # default style
- ###############################################################################
- style "default"
- {
- ##################
- # Color assignment
- ##################
- fg[NORMAL] = @fg_color # Metacity and mouseover, Most text
- fg[PRELIGHT] = @fg_color # Text when mouseover
- fg[ACTIVE] = @fg_color # Text when mouseclicking button, Tabs, Active window list
- fg[SELECTED] = @selected_fg_color # Metacity X when window selected
- fg[INSENSITIVE] = darker(@bg_color) # Insensitive Text (in menus)
- bg[NORMAL] = @bg_color # Normal Background, inactive Metacity bar, buttons
- bg[PRELIGHT] = @bg_color # Mouseover buttons
- bg[ACTIVE] = @bg_color # Mouseclicking, Tabs, active window list
- bg[SELECTED] = @selected_bg_color # Metacity Bar
- bg[INSENSITIVE] = @bg_color # Insensitive buttons
- base[NORMAL] = @base_color # Background, most
- base[PRELIGHT] = @base_color # Mouseover menu
- base[ACTIVE] = @selected_bg_color # Menu active item in inactive window
- base[SELECTED] = @selected_bg_color # Menu active item in active window
- base[INSENSITIVE] = @bg_color # Background, insensitive
- text[NORMAL] = @text_color # Text in window
- text[PRELIGHT] = @text_color # Text on Mouseover
- text[ACTIVE] = @selected_fg_color # Active text in inactive window
- text[SELECTED] = @selected_fg_color # Active text in active window
- text[INSENSITIVE] = @bg_color # Insensitive text
- xthickness = 3
- ythickness = 3
- }
- class "GtkWidget" style "default"
- style "window" = "default"
- {
- bg[NORMAL] = shade(0.87,@bg_color)
- }
- class "GtkWindow" style "window"
- style "menubar" = "default"
- {
- GtkMenuBar :: shadow-type = GTK_SHADOW_NONE
- GtkToolbar :: shadow-type = GTK_SHADOW_NONE
- bg[NORMAL] = shade(0.87,@bg_color)
- }
- class "GtkMenuBar" style "menubar"
- class "GtkToolbar" style "menubar"
- style "tooltip"
- {
- fg[NORMAL] = @tooltip_fg_color # required in order to set the gnome default colors right
- bg[NORMAL] = @tooltip_bg_color
- }
- widget "gtk-tooltip*" style "tooltip"
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.