-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gtkrc-2.0
75 lines (62 loc) · 1.97 KB
/
.gtkrc-2.0
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
gtk-theme-name="oomox-seoul256-light"
gtk-font-name="Ubuntu Condensed 8"
gtk-icon-theme-name="Faba-Minimal"
gtk-cursor-theme-name="BMZ"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight"
gtk-xft-rgba="rgb"
# created by KDE Plasma, Thu Jan 3 16:08:48 2019
#
# If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox
# "Apply colors to non-Qt applications"
#
#
#gtk-alternative-button-order = 1
#style "default"
#{
# bg[NORMAL] = { 0.192, 0.212, 0.231 }
# bg[SELECTED] = { 0.239, 0.682, 0.914 }
# bg[INSENSITIVE] = { 0.192, 0.212, 0.231 }
# bg[ACTIVE] = { 0.169, 0.184, 0.204 }
# bg[PRELIGHT] = { 0.192, 0.212, 0.231 }
# base[NORMAL] = { 0.137, 0.149, 0.161 }
# base[SELECTED] = { 0.239, 0.682, 0.914 }
# base[INSENSITIVE] = { 0.192, 0.212, 0.231 }
# base[ACTIVE] = { 0.239, 0.682, 0.914 }
# base[PRELIGHT] = { 0.239, 0.682, 0.914 }
# text[NORMAL] = { 0.937, 0.941, 0.945 }
# text[SELECTED] = { 0.937, 0.941, 0.945 }
# text[INSENSITIVE] = { 0.169, 0.184, 0.204 }
# text[ACTIVE] = { 0.937, 0.941, 0.945 }
# text[PRELIGHT] = { 0.937, 0.941, 0.945 }
# fg[NORMAL] = { 0.937, 0.941, 0.945 }
# fg[SELECTED] = { 0.937, 0.941, 0.945 }
# fg[INSENSITIVE] = { 0.169, 0.184, 0.204 }
# fg[ACTIVE] = { 0.937, 0.941, 0.945 }
# fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
#}
#class "*" style "default"
#style "ToolTip"
#{
# bg[NORMAL] = { 0.929, 0.929, 0.929 }
# base[NORMAL] = { 1.000, 1.000, 1.000 }
# text[NORMAL] = { 0.180, 0.204, 0.212 }
# fg[NORMAL] = { 0.180, 0.204, 0.212 }
#}
#widget "gtk-tooltip" style "ToolTip"
#widget "gtk-tooltips" style "ToolTip"
#style "MenuItem"
#{
# bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
# fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
#}
#class "*MenuItem" style "MenuItem"