initial commit
[dotfiles.git] / gtk-2.0 / gtkrc
CommitLineData
0e3df0c2 1# custom theme --kremlin\r
2# ~/usr/share/themes/SolarizedDark/gtk-2.0/gtkrc\r
3\r
4gtk-icon-theme-name = "GNOME"\r
5gtk-theme-name = "bespoke"\r
6\r
7gtk_color_scheme = "fg_color:#575136\nbg_color:#110b09\nbase_color:#170f0d\ntext_color:#746c48\nselected_bg_color:#170f0d\nselected_fg_color:#746c48"\r
8\r
9gtk-button-images = 1\r
10gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"\r
11gtk-menu-images = 1\r
12style "theme-default"\r
13{\r
14 GtkButton ::default_border = { 0, 0, 0, 0 }\r
15 GtkRange ::trough_border = 0\r
16 GtkPaned ::handle_size = 6\r
17 GtkRange ::slider_width = 16\r
18 GtkRange ::stepper_size = 0\r
19\r
20 GtkScrollbar ::min_slider_length = 30\r
21 GtkCheckButton ::indicator_size = 10\r
22 GtkRadioButton ::indicator_size = 10\r
23 GtkMenuBar ::internal-padding = 0\r
24 GtkTreeView ::expander_size = 14\r
25 GtkExpander ::expander_size = 16\r
26 GtkScale ::slider-length = 16\r
27\r
28 \r
29 \r
30 xthickness = 1\r
31 ythickness = 1\r
32\r
33 fg[NORMAL] = @fg_color \r
34 fg[PRELIGHT] = @selected_fg_color\r
35 fg[SELECTED] = @selected_fg_color\r
36 fg[ACTIVE] = darker (@fg_color)\r
37 fg[INSENSITIVE] = @fg_color\r
38\r
39 bg[NORMAL] = @bg_color\r
40 bg[PRELIGHT] = @selected_bg_color\r
41 bg[SELECTED] = @selected_bg_color\r
42 bg[INSENSITIVE] = @bg_color \r
43 bg[ACTIVE] = @bg_color\r
44\r
45 base[NORMAL] = @base_color\r
46 base[ACTIVE] = shade (0.7,@base_color)\r
47 base[PRELIGHT] = @base_color\r
48 base[SELECTED] = @selected_bg_color\r
49 base[INSENSITIVE] = shade (1.025,@bg_color)\r
50\r
51 text[NORMAL] = @text_color\r
52 text[ACTIVE] = @text_color\r
53 text[PRELIGHT] = @text_color\r
54 text[SELECTED] = darker (@selected_fg_color)\r
55 text[INSENSITIVE] = @fg_color\r
56\r
57 engine "murrine" \r
58 {\r
59 menuitemstyle = 2\r
60 scrollbar_color = "#cb4b16"\r
61 scrollbarstyle = 0\r
62 contrast = 1.0\r
63 menustyle = 0\r
64 glazestyle = 0\r
65 menubarstyle = 0\r
66 menubaritemstyle = 0\r
67 menuitemstyle = 0\r
68 listviewheaderstyle = 0\r
69 listviewstyle = 1\r
70 roundness = 0\r
71 animation = TRUE\r
72 }\r
73}\r
74\r
75\r
76style "theme-wide" = "theme-default"\r
77{\r
78 xthickness = 2\r
79 ythickness = 2\r
80}\r
81\r
82style "theme-wider" = "theme-default"\r
83{\r
84 xthickness = 2\r
85 ythickness = 2\r
86}\r
87\r
88style "theme-entry" = "theme-wider"\r
89{\r
90 bg[SELECTED] = @selected_bg_color\r
91}\r
92\r
93style "theme-button" = "theme-wider"\r
94{\r
95 xthickness = 0\r
96 ythickness = 0\r
97 #bg[NORMAL] = @bg_color\r
98 #bg[INSENSITIVE] = @bg_color\r
99 #bg[PRELIGHT] = @bg_color\r
100 #bg[ACTIVE] = @bg_color\r
101 text[PRELIGHT] = @selected_fg_color \r
102 \r
103}\r
104\r
105\r
106style "theme-notebook" = "theme-wide"\r
107{\r
108 #bg[NORMAL] = @bg_color\r
109 #bg[INSENSITIVE] = @bg_color\r
110 bg[SELECTED] = @selected_bg_color\r
111}\r
112\r
113style "theme-tasklist" = "theme-default"\r
114{\r
115 xthickness = 4\r
116 ythickness = 2\r
117}\r
118\r
119style "theme-menu" = "theme-default"\r
120{\r
121 xthickness = 2\r
122 ythickness = 2\r
123 bg[NORMAL] = @bg_color\r
124}\r
125\r
126style "theme-menu-item" = "theme-default"\r
127{\r
128 ythickness = 3\r
129 fg[NORMAL] = @fg_color \r
130 fg[PRELIGHT] = @selected_fg_color\r
131 fg[INSENSITIVE] = @selected_fg_color\r
132 bg[SELECTED] = @selected_bg_color\r
133}\r
134 \r
135\r
136style "theme-menubar" = "theme-default"\r
137{\r
138 bg[NORMAL] = @bg_color\r
139}\r
140\r
141style "theme-menubar-item"\r
142{\r
143 ythickness = 2\r
144 fg[PRELIGHT] = @selected_fg_color\r
145}\r
146\r
147style "theme-tree" = "theme-default"\r
148{\r
149 xthickness = 2\r
150 ythickness = 2\r
151 # bg[NORMAL] = @selected_fg_color\r
152}\r
153\r
154style "theme-frame-title" = "theme-default"\r
155{\r
156\r
157 fg[NORMAL] = @fg_color\r
158}\r
159\r
160style "theme-tooltips" = "theme-default"\r
161{\r
162 xthickness = 2\r
163 ythickness = 2\r
164 bg[NORMAL] = @bg_color\r
165}\r
166\r
167style "theme-progressbar" = "theme-wide"\r
168{\r
169 xthickness = 2\r
170 ythickness = 2\r
171 #fg[PRELIGHT] = "#ff0000" # @bg_color\r
172 bg[NORMAL] = @bg_color # outline of progressbar\r
173 bg[SELECTED] = @selected_bg_color # progressbar color\r
174}\r
175\r
176style "theme-scrollbar" = "theme-default"\r
177{\r
178\r
179}\r
180\r
181style "theme-combo" = "theme-button"\r
182{\r
183 #\r
184}\r
185\r
186style "metacity-frame"\r
187{\r
188 bg[SELECTED] = @selected_bg_color\r
189 fg[SELECTED] = @selected_fg_color\r
190}\r
191\r
192class "MetaFrames" style "metacity-frame"\r
193class "GtkWindow" style "metacity-frame"\r
194\r
195\r
196style "inactivetext2"\r
197{\r
198 engine "mist"\r
199 {\r
200 #\r
201 }\r
202}\r
203\r
204widget_class "*.<GtkMenuItem>.*" style "inactivetext2"\r
205\r
206style "panel"\r
207{\r
208 xthickness = 2\r
209 ythickness = 2\r
210 bg[NORMAL] = @bg_color\r
211 fg[NORMAL] = @fg_color \r
212 text[NORMAL] = @fg_color \r
213}\r
214\r
215style "panelbuttons"\r
216{\r
217 xthickness = 0\r
218 ythickness = 0\r
219 bg[NORMAL] = @bg_color\r
220 bg[ACTIVE] = @bg_color \r
221 bg[SELECTED] = @selected_bg_color \r
222 bg[PRELIGHT] = @bg_color\r
223 \r
224 fg[NORMAL] = @fg_color\r
225 fg[ACTIVE] = @selected_fg_color \r
226 fg[PRELIGHT] = @selected_fg_color\r
227}\r
228\r
229style "chrome-gtk-frame"\r
230{\r
231 ChromeGtkFrame::frame-color = @bg_color\r
232 ChromeGtkFrame::inactive-frame-color = darker(@fg_color)\r
233\r
234}\r
235\r
236class "ChromeGtkFrame" style "chrome-gtk-frame"\r
237\r
238class "*Panel*" style "panel"\r
239widget_class "*Panel*GtkToggleButton" style "panelbuttons"\r
240widget_class "*Panel*Button" style "panelbuttons"\r
241widget_class "*Panel*b*" style "panelbuttons"\r
242\r
243class "GtkWidget" style "theme-default"\r
244class "GtkButton" style "theme-button"\r
245class "GtkScale" style "theme-button"\r
246class "GtkCombo" style "theme-button"\r
247class "GtkRange" style "theme-wide"\r
248class "GtkFrame" style "theme-wide"\r
249class "GtkMenu" style "theme-menu"\r
250class "GtkEntry" style "theme-entry"\r
251class "GtkMenuItem" style "theme-menu-item"\r
252class "GtkNotebook" style "theme-notebook"\r
253class "GtkProgressBar" style "theme-progressbar"\r
254class "GtkScale" style "theme-scrollbar"\r
255class "*MenuBar*" style "theme-menubar"\r
256\r
257widget_class "*MenuItem.*" style "theme-menu-item"\r
258widget_class "*MenuBar.*" style "theme-menubar-item"\r
259\r
260widget_class "*.GtkComboBox.GtkButton" style "theme-combo"\r
261widget_class "*.GtkCombo.GtkButton" style "theme-combo"\r
262\r
263widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"\r
264widget "gtk-tooltips" style "theme-tooltips"\r
265\r
266widget_class "*.GtkTreeView.GtkButton" style "theme-tree"\r
267widget_class "*.GtkCTree.GtkButton" style "theme-tree"\r
268widget_class "*.GtkList.GtkButton" style "theme-tree"\r
269widget_class "*.GtkCList.GtkButton" style "theme-tree"\r
270widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"\r
271\r
272widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"\r
273widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"\r