forked from Nephyrin/NephScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark_clearlooks.gtkrc
55 lines (55 loc) · 1.35 KB
/
dark_clearlooks.gtkrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
include "/home/johns/.themes/Clearlooks/gtk-2.0/gtkrc"
style "user"
{
fg[NORMAL] = "#cbb9a6"
bg[NORMAL] = "#262624"
text[NORMAL] = "#cbb9a5"
base[NORMAL] = "#171715"
fg[ACTIVE] = "#cbb9a6"
bg[ACTIVE] = "#262624"
text[ACTIVE] = "#cbb9a5"
base[ACTIVE] = "#171715"
fg[PRELIGHT] = "#cbb9a6"
bg[PRELIGHT] = "#262624"
text[PRELIGHT] = "#ffffff"
base[PRELIGHT] = "#554038"
fg[SELECTED] = "#cbb9a6"
bg[SELECTED] = "#262624"
text[SELECTED] = "#ffffff"
base[SELECTED] = "#554038"
fg[INSENSITIVE] = "#686a62"
bg[INSENSITIVE] = "#212725"
text[INSENSITIVE] = "#63655d"
base[INSENSITIVE] = "#1d2220"
GtkTreeView::odd_row_color="#171715"
GtkTreeView::even_row_color="#1a1a17"
}
widget_class "*" style "user"
style "tooltips"
{
bg[NORMAL] = "#292e2a"
fg[NORMAL] = "#82909f"
}
widget "gtk-tooltips" style "tooltips"
style "menuitem"
{
fg[NORMAL] = "#cbb9a6"
fg[PRELIGHT] = "#cbb9a6"
fg[SELECTED] = "#cbb9a6"
fg[ACTIVE] = "#cbb9a6"
}
widget_class "*MenuItem*" style "menuitem"
style "menubar"
{
fg[NORMAL] = "#cbb9a6"
fg[PRELIGHT] = "#cbb9a6"
text[NORMAL] = "#cbb9a6"
text[PRELIGHT] = "#cbb9a6"
}
widget_class "*MenuBar*" style "menubar"
class "GtkMenuBar" style "menubar"
#gtk-theme-name="qt4"
gtk-font-name="Sans Serif 9"
gtk-icon-theme-name="gk4ico"
gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=22,22:gtk-large-toolbar=22,22"