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

New Openbox theme with rounded corner, update SliTaz GTK theme
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 26 21:53:10 2017 +0200 (2017-03-26)
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 = 3
11 GtkTreeView ::expander_size = 14
12 GtkTreeView ::odd_row_color = "#f1f1f1"
13 GtkExpander ::expander_size = 16
14 GtkToolbar ::internal-padding = 0
15 GtkToolbar ::shadow_type = GTK_SHADOW_NONE
16 GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
17 GtkFrame ::shadow_type = GTK_SHADOW_NONE
19 #GtkNotebook ::show-bodrer = 1
21 GtkScrollbar ::has_secondary_backward_stepper = 1
22 GtkScrollbar ::has_secondary_forward_stepper = 0
24 xthickness = 0
25 ythickness = 0
27 fg[NORMAL] = "#111111" # very dark grey
28 fg[PRELIGHT] = "#000000" # black
29 fg[SELECTED] = "#ffffff" # white
30 fg[ACTIVE] = "#333333" # very dark grey
31 fg[INSENSITIVE] = "#444444" # medium grey
33 bg[NORMAL] = "#ededed" # light grey
34 bg[PRELIGHT] = "#ffffff" # white
35 bg[SELECTED] = "#d66018" # orange
36 bg[INSENSITIVE] = "#ededed" # very light grey
37 bg[ACTIVE] = "#d9d4ce" # light grey
39 base[NORMAL] = "#ffffff" # white
40 base[PRELIGHT] = "#d66018" # orange
41 base[ACTIVE] = "#dadada" # light beige
42 base[SELECTED] = "#d66018" # orange
43 base[INSENSITIVE] = "#ededed" # dark grey orange
45 text[NORMAL] = "#000000" # black
46 text[PRELIGHT] = "#000000" # black
47 text[ACTIVE] = "#ffffff" # white
48 text[SELECTED] = "#ffffff" # white
49 text[INSENSITIVE] = "#dadada" # light grey
51 engine "clearlooks"
52 {
53 #menubarstyle = 1 # 0 = flat, 1 = sunken, 2 = flat gradient
54 #sunkenmenubar = 0 # 0 = disable, 1 = enable
55 #menuitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
56 #listviewitemstyle = 1 # 0 = flat, 1 = 3d-ish (gradient)
57 #progressbarstyle = 0 # 0 = candy bar, 1 = flat
58 }
59 }
61 style "clearlooks-wide" = "clearlooks-default"
62 {
63 xthickness = 2
64 ythickness = 2
65 }
67 style "clearlooks-button" = "clearlooks-default"
68 {
69 bg[PRELIGHT] = "#ffffff"
70 xthickness = 2
71 ythickness = 1
72 }
74 style "clearlooks-notebook" = "clearlooks-wide"
75 {
76 bg[NORMAL] = "#ededed"
77 bg[INSENSITIVE] = "#ededed"
78 }
80 style "clearlooks-tasklist" = "clearlooks-default"
81 {
82 xthickness = 4
83 ythickness = 3
84 }
86 style "clearlooks-menu" = "clearlooks-default"
87 {
88 xthickness = 2
89 ythickness = 1
90 bg[NORMAL] = "#f1f1f1"
91 }
93 style "clearlooks-menu-item" = "clearlooks-default"
94 {
95 xthickness = 2
96 ythickness = 3
97 fg[PRELIGHT] = "#ffffff"
98 text[PRELIGHT] = "#ffffff"
99 }
101 style "clearlooks-menu-itembar" = "clearlooks-default"
102 {
103 xthickness = 3
104 ythickness = 3
105 }
107 style "clearlooks-tree" = "clearlooks-default"
108 {
109 xthickness = 2
110 ythickness = 2
111 }
113 style "clearlooks-frame-title" = "clearlooks-default"
114 {
115 fg[NORMAL] = "#111111"
116 }
118 style "clearlooks-tooltips" = "clearlooks-default"
119 {
120 bg[NORMAL] = "#ededed"
121 fg[NORMAL] = "#111111"
122 xthickness = 12
123 ythickness = 10
124 }
126 style "clearlooks-progressbar" = "clearlooks-default"
127 {
128 xthickness = 1
129 ythickness = 1
130 fg[PRELIGHT] = "#ffffff"
131 }
133 style "clearlooks-combo" = "clearlooks-default"
134 {
135 xthickness = 2
136 ythickness = 2
137 }
139 style "clearlooks-scrollbar" = "clearlooks-default"
140 {
141 fg[ACTIVE] = "#ffffff"
142 bg[NORMAL] = "#ededed"
143 bg[PRELIGHT] = "#ffffff"
144 }
146 # widget styles
147 class "GtkWidget" style "clearlooks-default"
148 class "GtkButton" style "clearlooks-button"
149 class "GtkCombo" style "clearlooks-button"
150 class "GtkRange" style "clearlooks-wide"
151 class "GtkFrame" style "clearlooks-wide"
152 class "GtkMenu" style "clearlooks-menu"
153 class "GtkEntry" style "clearlooks-button"
154 class "GtkMenuItem" style "clearlooks-menu-item"
155 class "GtkNotebook" style "clearlooks-notebook"
156 class "GtkScrollbar" style "clearlooks-scrollbar"
157 class "GtkProgressBar" style "clearlooks-progressbar"
158 class "GtkStatusbar" style "clearlooks-wide"
160 widget_class "*MenuItem.*" style "clearlooks-menu-item"
162 # combobox stuff
163 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
164 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
166 # tooltips stuff
167 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
168 widget "gtk-tooltip*" style "clearlooks-tooltips"
170 # treeview stuff
171 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
172 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
173 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
174 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
175 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
177 # notebook stuff
178 widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
179 widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"