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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
{
"name": "gruvbox dark",
"schemaVersion": 1,
"colors": {
"background": {
"hex": "#282828",
"palette": 235
},
"foreground": {
"hex": "#fbf1c7",
"palette": 229
},
"frame_focused": {
"hex": "#fb4934",
"palette": 167
},
"frame_important": {
"hex": "#458588",
"palette": 66
},
"text_focused": {
"hex": "#fb4934",
"palette": 167
},
"text_active": {
"hex": "#b8bb26",
"palette": 142
},
"text_disabled": {
"hex": "#7c6f64",
"palette": 243
},
"text_hidden": {
"hex": "#3c3836",
"palette": 237
},
"text_warning": {
"hex": "#fabd2f",
"palette": 214
},
"text_error": {
"hex": "#fb4934",
"palette": 167
},
"overlay_background": {
"hex": "#504945",
"palette": 239
},
"overlay_foreground": {
"hex": "#ebdbb2",
"palette": 223
},
"overlay_border": {
"hex": "#83a598",
"palette": 109
},
"overlay_focused_border": {
"hex": "#fb4934",
"palette": 167
},
"overlay_focused_text": {
"hex": "#fb4934",
"palette": 167
},
"shortcuts_background": {
"hex": "#504945",
"palette": 239
},
"shortcuts_foreground": {
"hex": "#ebdbb2",
"palette": 223
},
"shortcuts_background_focused": {
"hex": "#cc241d",
"palette": 124
},
"shortcuts_foreground_focused": {
"hex": "#fbf1c7",
"palette": 229
},
"button_background_normal": {
"hex": "#ebdbb2",
"palette": 223
},
"button_foreground_normal": {
"hex": "#3c3836",
"palette": 237
},
"button_background_active": {
"hex": "#b8bb26",
"palette": 142
},
"button_foreground_active": {
"hex": "#282828",
"palette": 235
},
"header_background": {
"hex": "#282828",
"palette": 235
},
"header_foreground": {
"hex": "#7c6f64",
"palette": 243
},
"footer_background": {
"hex": "#b16286",
"palette": 132
},
"footer_foreground": {
"hex": "#fbf1c7",
"palette": 229
},
"banner_background": {
"hex": "#458588",
"palette": 66
},
"banner_foreground": {
"hex": "#fbf1c7",
"palette": 229
},
"list_header_background": {
"hex": "#3c3836",
"palette": 237
},
"list_header_foreground": {
"hex": "#fabd2f",
"palette": 214
},
"list_header_highlighted_background": {
"hex": "#fabd2f",
"palette": 214
},
"list_header_highlighted_foreground": {
"hex": "#3c3836",
"palette": 237
},
"list_item_highlighted_background": {
"hex": "#b8bb26",
"palette": 142
},
"list_item_highlighted_foreground": {
"hex": "#3c3836",
"palette": 237
},
"list_item_active_background": {
"hex": "#83a598",
"palette": 109
},
"list_item_active_foreground": {
"hex": "#282828",
"palette": 235
},
"list_item_active_highlighted_background": {
"hex": "#458588",
"palette": 66
},
"list_item_active_highlighted_foreground": {
"hex": "#fbf1c7",
"palette": 229
}
}
}
|