slitaz-configs view rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc @ rev 58

Update theme (wallpaper/slim/menu)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 21 19:15:09 2010 +0100 (2010-03-21)
parents 3f8076ba04af
children b5ada5b9c9d3
line source
1 style "clearlooks-default"
2 {
3 GtkButton ::default_border = { 0, 0, 0, 0 }
4 GtkRange ::trough_border = 0
5 GtkPaned ::handle_size = 6
6 GtkRange ::slider_width = 15
7 GtkRange ::stepper_size = 15
8 GtkScrollbar ::min_slider_length = 30
9 GtkCheckButton ::indicator_size = 12
10 GtkMenuBar ::internal-padding = 0
11 GtkTreeView ::expander_size = 14
12 GtkExpander ::expander_size = 16
14 xthickness = 1
15 ythickness = 1
17 fg[NORMAL] = "#000000" # black
18 fg[PRELIGHT] = "#000000" # black
19 fg[SELECTED] = "#ffffff" # white
20 fg[ACTIVE] = "#000000" # black
21 fg[INSENSITIVE] = "#b5b3ac" # dark beige
23 bg[NORMAL] = "#f1efeb" # light beige
24 bg[PRELIGHT] = "#f9f7f3" # very light beige
25 bg[SELECTED] = "#7b705c" # grey
26 bg[INSENSITIVE] = "#efebe7" # beige
27 bg[ACTIVE] = "#d7d3ca" # dark beige
29 base[NORMAL] = "#ffffff" # white
30 base[PRELIGHT] = "#7b705c" # grey
31 base[ACTIVE] = "#a69f91" # grey beige
32 base[SELECTED] = "#7b705c" # grey
33 base[INSENSITIVE] = "#efebe7" # beige
35 text[NORMAL] = "#000000" # black
36 text[PRELIGHT] = "#000000" # black
37 text[ACTIVE] = "#ffffff" # white
38 text[SELECTED] = "#ffffff" # white
39 text[INSENSITIVE] = "#b5b3ac" # dark beige
41 engine "clearlooks"
42 {
43 menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
44 menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
45 listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
46 progressbarstyle = 0 # 0 = candy bar, 1 = flat
47 }
48 }
50 style "clearlooks-wide" = "clearlooks-default"
51 {
52 xthickness = 2
53 ythickness = 1
54 }
56 style "clearlooks-button" = "clearlooks-default"
57 {
58 xthickness = 2
59 ythickness = 1
60 }
62 style "clearlooks-notebook" = "clearlooks-wide"
63 {
64 bg[NORMAL] = "#efede9"
65 bg[INSENSITIVE] = "#efede9"
66 }
68 style "clearlooks-tasklist" = "clearlooks-default"
69 {
70 xthickness = 5
71 ythickness = 3
72 }
74 style "clearlooks-menu" = "clearlooks-default"
75 {
76 xthickness = 2
77 ythickness = 1
78 bg[NORMAL] = "#f9f7f3"
79 }
81 style "clearlooks-menu-item" = "clearlooks-default"
82 {
83 xthickness = 2
84 ythickness = 3
85 fg[PRELIGHT] = "#ffffff"
86 text[PRELIGHT] = "#ffffff"
87 }
89 style "clearlooks-tree" = "clearlooks-default"
90 {
91 xthickness = 2
92 ythickness = 2
93 }
95 style "clearlooks-frame-title" = "clearlooks-default"
96 {
97 fg[NORMAL] = "#404040"
98 }
100 style "clearlooks-tooltips" = "clearlooks-default"
101 {
102 xthickness = 4
103 ythickness = 4
104 bg[NORMAL] = { 1.0,1.0,0.75 }
105 }
107 style "clearlooks-progressbar" = "clearlooks-default"
108 {
109 xthickness = 1
110 ythickness = 1
112 fg[PRELIGHT] = "#ffffff"
113 }
115 style "clearlooks-combo" = "clearlooks-default"
116 {
117 xthickness = 2
118 ythickness = 2
119 }
121 # widget styles
122 class "GtkWidget" style "clearlooks-default"
123 class "GtkButton" style "clearlooks-button"
124 class "GtkCombo" style "clearlooks-button"
125 class "GtkRange" style "clearlooks-wide"
126 class "GtkFrame" style "clearlooks-wide"
127 class "GtkMenu" style "clearlooks-menu"
128 class "GtkEntry" style "clearlooks-button"
129 class "GtkMenuItem" style "clearlooks-menu-item"
130 class "GtkStatusbar" style "clearlooks-wide"
131 class "GtkNotebook" style "clearlooks-notebook"
132 class "GtkProgressBar" style "clearlooks-progressbar"
134 widget_class "*MenuItem.*" style "clearlooks-menu-item"
136 # combobox stuff
137 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
138 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
140 # tooltips stuff
141 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
142 widget "gtk-tooltips" style "clearlooks-tooltips"
144 # treeview stuff
145 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
146 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
147 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
148 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
149 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
151 # notebook stuff
152 widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
153 widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"