/usr/share/themes/ThinIce/gtk-2.0/gtkrc is in gtk2-engines 1:2.20.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | # Edit these colors and fonts however you like.
style "default"
{
GtkOptionMenu::indicator_spacing = { 3, 2, 1, 1 }
GtkEntry::progress-border = { 1, 1, 1, 1 }
GtkRange::slider_width = 11
GtkRange::stepper_size = 11
GtkScrollbar::min_slider_length = 14
GtkCheckButton::indicator_size = 10
GtkCheckMenuItem::indicator_size = 10
GtkButton::default_border = { 0, 0, 0, 0 }
fg[NORMAL] = "#000000"
fg[ACTIVE] = "#000000"
fg[PRELIGHT] = "#000000"
fg[SELECTED] = "#FFFFFF"
fg[INSENSITIVE] = "#747474"
bg[NORMAL] = "#D3D3DD"
bg[ACTIVE] = "#C1C1CC"
bg[PRELIGHT] = "#E5E5F7"
bg[SELECTED] = "#336699"
bg[INSENSITIVE] = "#D3D3DD"
base[NORMAL] = "#E5E5F7"
base[ACTIVE] = "#808080"
base[PRELIGHT] = "#E5E5F7"
base[SELECTED] = "#336699"
base[INSENSITIVE] = "#E5E5F7"
text[NORMAL] = "#000000"
text[ACTIVE] = "#FFFFFF"
text[PRELIGHT] = "#000000"
text[SELECTED] = "#FFFFFF"
text[INSENSITIVE] = "#747474"
#font_name = "Sans 10"
engine "thinice"
{
# Do you want the scrollbar handles rectangular or a bit shaped?
rect_scrollbar = FALSE
# 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] = "#EEE1B3"
fg[NORMAL] = "#000000"
}
style "progress-bar" {
bg[PRELIGHT] = "#336699"
fg[PRELIGHT] = "#FFFFFF"
bg[NORMAL] = "#C1C1CC"
}
style "menu-item" {
bg[PRELIGHT] = "#336699"
fg[PRELIGHT] = "#FFFFFF"
base[PRELIGHT] = "#336699"
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 "*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"
|