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

New Openbox and GTK theme (no border, clean, sexy :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 22 18:58:29 2012 +0200 (2012-04-22)
parents
children f53ca97de41a
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] = "#d66018" # orange
26 bg[INSENSITIVE] = "#efebe7" # light grey
27 bg[ACTIVE] = "#d7d3ca" # dark beige
29 base[NORMAL] = "#ffffff" # white
30 base[PRELIGHT] = "#d66018" # orange
31 base[ACTIVE] = "#72320e" # brown
32 base[SELECTED] = "#d66018" # orange
33 base[INSENSITIVE] = "#efebe7" # light grey
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 = 0
77 ythickness = 0
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] = "#333333"
98 }
100 style "clearlooks-tooltips" = "clearlooks-default"
101 {
102 bg[NORMAL] = "#f8f8f8"
103 fg[NORMAL] = "#000000"
104 xthickness = 8
105 ythickness = 8
106 }
108 style "clearlooks-progressbar" = "clearlooks-default"
109 {
110 xthickness = 1
111 ythickness = 1
113 fg[PRELIGHT] = "#ffffff"
114 }
116 style "clearlooks-combo" = "clearlooks-default"
117 {
118 xthickness = 2
119 ythickness = 2
120 }
122 # widget styles
123 class "GtkWidget" style "clearlooks-default"
124 class "GtkButton" style "clearlooks-button"
125 class "GtkCombo" style "clearlooks-button"
126 class "GtkRange" style "clearlooks-wide"
127 class "GtkFrame" style "clearlooks-wide"
128 class "GtkMenu" style "clearlooks-menu"
129 class "GtkEntry" style "clearlooks-button"
130 class "GtkMenuItem" style "clearlooks-menu-item"
131 class "GtkStatusbar" style "clearlooks-wide"
132 class "GtkNotebook" style "clearlooks-notebook"
133 class "GtkProgressBar" style "clearlooks-progressbar"
135 widget_class "*MenuItem.*" style "clearlooks-menu-item"
137 # combobox stuff
138 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
139 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
141 # tooltips stuff
142 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
143 widget "gtk-tooltip*" style "clearlooks-tooltips"
145 # treeview stuff
146 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
147 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
148 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
149 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
150 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
152 # notebook stuff
153 widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
154 widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"