-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgtkrc
54 lines (45 loc) · 1.43 KB
/
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
# created by KDE, Tue Nov 30 10:42:21 2010
#
# If you do not want KDE to override your GTK settings, select
# Appearance -> Colors in the System Settings and disable the checkbox
# "Apply colors to non-KDE4 applications"
#
#
style "default"
{
bg[NORMAL] = { 0.835, 0.820, 0.812 }
bg[SELECTED] = { 0.263, 0.675, 0.910 }
bg[INSENSITIVE] = { 0.835, 0.820, 0.812 }
bg[ACTIVE] = { 0.714, 0.682, 0.667 }
bg[PRELIGHT] = { 0.835, 0.820, 0.812 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
base[SELECTED] = { 0.263, 0.675, 0.910 }
base[INSENSITIVE] = { 0.835, 0.820, 0.812 }
base[ACTIVE] = { 0.263, 0.675, 0.910 }
base[PRELIGHT] = { 0.263, 0.675, 0.910 }
text[NORMAL] = { 0.094, 0.086, 0.082 }
text[SELECTED] = { 1.000, 1.000, 1.000 }
text[INSENSITIVE] = { 0.714, 0.682, 0.667 }
text[ACTIVE] = { 1.000, 1.000, 1.000 }
text[PRELIGHT] = { 1.000, 1.000, 1.000 }
fg[NORMAL] = { 0.106, 0.098, 0.094 }
fg[SELECTED] = { 1.000, 1.000, 1.000 }
fg[INSENSITIVE] = { 0.714, 0.682, 0.667 }
fg[ACTIVE] = { 0.106, 0.098, 0.094 }
fg[PRELIGHT] = { 0.106, 0.098, 0.094 }
}
class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 0.835, 0.820, 0.812 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
text[NORMAL] = { 0.094, 0.086, 0.082 }
fg[NORMAL] = { 0.106, 0.098, 0.094 }
}
widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 0.263, 0.675, 0.910 }
}
class "*MenuItem" style "MenuItem"