# Edit these colors and fonts however you like. gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#d70751\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#ECECEC\ntooltip_bg_color:#F5F5F5" gtk-icon-sizes = "panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32" style "default" { xthickness = 1 ythickness = 1 GtkOptionMenu::indicator_spacing = { 3, 2, 1, 1 } GtkEntry::progress-border = { 1, 1, 1, 1 } GtkRange::slider_width = 13 GtkRange::stepper_size = 13 GtkScrollbar::min_slider_length = 15 GtkCheckButton::indicator_size = 10 GtkCheckMenuItem::indicator_size = 10 GtkButton::default_border = { 0, 0, 0, 0 } fg[NORMAL] = @fg_color fg[PRELIGHT] = @fg_color fg[SELECTED] = @selected_fg_color fg[INSENSITIVE] = darker (@bg_color) fg[ACTIVE] = @fg_color bg[NORMAL] = @bg_color bg[PRELIGHT] = shade (1.02, @bg_color) bg[SELECTED] = @selected_bg_color bg[INSENSITIVE] = @bg_color bg[ACTIVE] = shade (0.9, @bg_color) base[NORMAL] = @base_color base[PRELIGHT] = shade (0.95, @bg_color) base[SELECTED] = @selected_bg_color base[INSENSITIVE] = @bg_color base[ACTIVE] = shade (0.9, @selected_bg_color) text[NORMAL] = @text_color text[PRELIGHT] = @text_color text[SELECTED] = @selected_fg_color text[INSENSITIVE] = darker (@bg_color) text[ACTIVE] = @selected_fg_color font_name = "Liberation Sans 10" engine "thinice" { # Do you want the scrollbar handles rectangular or a bit shaped? rect_scrollbar = TRUE # The following variables are semi-generic, can be applied to # different widget classes etc.. # Mark type 1 is used on scrollbar handles, handleboxes etc # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT mark_type1 = SLASH # Mark type 2 is used on scrollbar buttons # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT, ARROW mark_type2 = ARROW # How to draw paned stuff # Can be: NONE, SOME (currently 5), FULL paned_dots = SOME } } style "tooltips" { bg[NORMAL] = @tooltip_bg_color fg[NORMAL] = @tooltip_fg_color } style "progress-bar" { fg[PRELIGHT] = @selected_fg_color } style "menu-bar" { ythickness = 2 } style "menu-item" { bg[PRELIGHT] = "#D70751" fg[PRELIGHT] = "#FFFFFF" base[PRELIGHT] = "#D70751" text[PRELIGHT] = "#FFFFFF" } style "entry" { bg[SELECTED] = "#C9D2F5" fg[SELECTED] = "#000000" } class "GtkWidget" style "default" widget "gtk-tooltip*" style "tooltips" class "GtkProgressBar" style "progress-bar" class "GtkMenuBar" style "menu-bar" class "*MenuItem*" style "menu-item" class "GtkEntry" style "entry" widget_class "*MenuItem*" style "menu-item" widget_class "*.GtkAccelMenuItem.*" style "menu-item" widget_class "*.GtkRadioMenuItem.*" style "menu-item" widget_class "*.GtkCheckMenuItem.*" style "menu-item" widget_class "*.GtkImageMenuItem.*" style "menu-item" widget_class "*.GtkSeparatorMenuItem.*" style "menu-item" widget_class "*.GtkRadioMenuItem.*" style "menu-item"