wok view slitaz-violet-theme/stuff/Clearlooks-Violet/gtk-2.0/gtkrc @ rev 2321

Up: dont forget slitaz-tools-boxes
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 27 22:57:27 2009 +0100 (2009-02-27)
parents
children
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
18 fg[ACTIVE] = "#000000" # Black
19 fg[SELECTED] = "#ffffff" # White
20 fg[NORMAL] = "#000000" # Black
21 fg[PRELIGHT] = "#AD3DA1" # violet
22 fg[INSENSITIVE] = "#2E9EA4" # cyan
24 bg[ACTIVE] = "#D7D7D8" # grey
25 bg[SELECTED] = "#AD3DA1" # violet
26 bg[NORMAL] = "#f0f0f0" # light grey
27 bg[PRELIGHT] = "#ffffff" # white
28 bg[INSENSITIVE] = "#f0f0f0" # light grey
30 base[ACTIVE] = "#D7D7D8" # grey
31 base[SELECTED] = "#AD3DA1" # violet
32 base[NORMAL] = "#ffffff" # White
33 base[PRELIGHT] = "#ad3da1" # violet
34 base[INSENSITIVE] = "#D7D7D8" # grey
36 text[ACTIVE] = "#000000" # Black
37 text[SELECTED] = "#ffffff" # White
38 text[NORMAL] = "#000000" # Black
39 text[PRELIGHT] = "#2E9EA4" # cyan
40 text[INSENSITIVE] = "#AD3DA1" # violet
43 engine "clearlooks"
44 {
45 menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
46 menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
47 listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
48 progressbarstyle = 0 # 0 = candy bar, 1 = flat
49 }
50 }
53 style "clearlooks-wide" = "clearlooks-default"
54 {
55 xthickness = 2
56 ythickness = 2
57 }
59 style "clearlooks-button" = "clearlooks-default"
60 {
61 xthickness = 3
62 ythickness = 3
63 }
65 style "clearlooks-notebook" = "clearlooks-wide"
66 {
67 bg[NORMAL] = "#f0f0f0"
68 bg[INSENSITIVE] = "#f0f0f0"
69 }
71 style "clearlooks-tasklist" = "clearlooks-default"
72 {
73 xthickness = 5
74 ythickness = 3
75 }
77 style "clearlooks-menu" = "clearlooks-default"
78 {
79 xthickness = 2
80 ythickness = 1
81 bg[NORMAL] = "#f0f0f0"
82 }
84 style "clearlooks-menu-item" = "clearlooks-default"
85 {
86 xthickness = 2
87 ythickness = 3
88 fg[PRELIGHT] = "#ffffff"
90 text[PRELIGHT] = "#ffffff"
91 }
93 style "clearlooks-tree" = "clearlooks-default"
94 {
95 xthickness = 2
96 ythickness = 2
97 }
99 style "clearlooks-frame-title" = "clearlooks-default"
100 {
101 fg[NORMAL] = "#ad3da1" #texte barre d etat "#000000"
102 }
104 style "clearlooks-tooltips" = "clearlooks-default"
105 {
106 xthickness = 4
107 ythickness = 4
108 bg[NORMAL] = "#ad3da1" #violet #F3E1F3 # light violet
109 fg[NORMAL] = "#ffffff" # white
110 }
112 style "clearlooks-progressbar" = "clearlooks-default"
113 {
114 xthickness = 1
115 ythickness = 1
117 fg[PRELIGHT] = "#ad3da1"
118 }
120 style "clearlooks-combo" = "clearlooks-default"
121 {
122 xthickness = 2
123 ythickness = 3
124 }
126 # widget styles
127 class "GtkWidget" style "clearlooks-default"
128 class "GtkButton" style "clearlooks-button"
129 class "GtkCombo" style "clearlooks-button"
130 class "GtkRange" style "clearlooks-wide"
131 class "GtkFrame" style "clearlooks-wide"
132 class "GtkMenu" style "clearlooks-menu"
133 class "GtkEntry" style "clearlooks-button"
134 class "GtkMenuItem" style "clearlooks-menu-item"
135 class "GtkStatusbar" style "clearlooks-wide"
136 class "GtkNotebook" style "clearlooks-notebook"
137 class "GtkProgressBar" style "clearlooks-progressbar"
139 widget_class "*MenuItem.*" style "clearlooks-menu-item"
141 # combobox stuff
142 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
143 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
145 # tooltips stuff
146 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
147 widget "gtk-tooltips" style "clearlooks-tooltips"
149 # treeview stuff
150 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
151 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
152 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
153 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
154 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
156 # notebook stuff
157 widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
158 widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"