-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.json
More file actions
257 lines (257 loc) · 9.99 KB
/
theme.json
File metadata and controls
257 lines (257 loc) · 9.99 KB
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
{
"$schema": "https://raw.githubusercontent.com/Xed-Editor/Theme-Template/refs/heads/main/schema/schema.json",
"id": "theme-template",
"name": "Theme template",
"targetVersion": 75,
"inheritBase": true,
"light": {
"baseColors": {
"primary": "#445E91",
"onPrimary": "#FFFFFF",
"primaryContainer": "#D8E2FF",
"onPrimaryContainer": "#001A41",
"secondary": "#575E71",
"onSecondary": "#FFFFFF",
"secondaryContainer": "#DBE2F9",
"onSecondaryContainer": "#141B2C",
"tertiary": "#715573",
"onTertiary": "#FFFFFF",
"tertiaryContainer": "#FBD7FC",
"onTertiaryContainer": "#29132D",
"error": "#BA1A1A",
"errorContainer": "#FFDAD6",
"onError": "#FFFFFF",
"onErrorContainer": "#410002",
"background": "#F9F9FF",
"onBackground": "#1A1B20",
"surface": "#F9F9FF",
"onSurface": "#1A1B20",
"surfaceVariant": "#E1E2EC",
"onSurfaceVariant": "#44474F",
"outline": "#74777F",
"inverseOnSurface": "#F0F0F7",
"inverseSurface": "#2F3036",
"inversePrimary": "#ADC6FF",
"surfaceTint": "#445E91",
"outlineVariant": "#C4C6D0",
"scrim": "#000000"
},
"terminalColors": {
"cursor": "#373b41",
"color0": "#1d1f21",
"color1": "#CC342B",
"color2": "#198844",
"color3": "#FBA922",
"color4": "#3971ED",
"color5": "#A36AC7",
"color6": "#3971ED",
"color7": "#c5c8c6",
"color8": "#969896",
"color9": "#CC342B",
"color10": "#198844",
"color11": "#FBA922",
"color12": "#3971ED",
"color13": "#A36AC7",
"color14": "#3971ED",
"color15": "#ffffff",
"color16": "#F96A38",
"color17": "#3971ED",
"color18": "#282a2e",
"color19": "#373b41",
"color20": "#b4b7b4",
"color21": "#e0e0e0"
},
"editorColors": {
"block_line": "#1A1B20",
"block_line_current": "#1A1B20",
"completion_wnd_background": "#F3EDF7",
"completion_wnd_corner": "#FFFFFF",
"completion_wnd_item_current": "#EEEEEE",
"completion_wnd_text_matched": "#4DAAFC",
"completion_wnd_text_primary": "#1A1B20",
"completion_wnd_text_secondary": "#1A1B20",
"current_line": "#ECEEF7",
"diagnostic_tooltip_action": "#445E91",
"diagnostic_tooltip_background": "#F3EDF7",
"diagnostic_tooltip_brief_msg": "#1A1B20",
"diagnostic_tooltip_detailed_msg": "#1A1B20",
"function_char_background_stroke": "#3F51B5",
"hard_wrap_marker": "#EEEEEE",
"highlighted_delimiters_background": "#000000",
"highlighted_delimiters_foreground": "#445E91",
"highlighted_delimiters_underline": "#000000",
"hover_background": "#FEFEFE",
"hover_border": "#999999",
"hover_text_highlighted": "#03A9F4",
"hover_text_normal": "#000000",
"line_divider": "#C4C6D0",
"line_number": "#1A1B20",
"line_number_background": "#F0F1F9",
"line_number_current": "#1A1B20",
"line_number_panel": "#000000",
"line_number_panel_text": "#FFFFFF",
"matched_text_background": "#445E91",
"non_printable_char": "#1A1B20",
"problem_error": "#FF0000",
"problem_typo": "#00FF11",
"problem_warning": "#FFF100",
"scroll_bar_thumb": "#1A1B20",
"scroll_bar_thumb_pressed": "#1A1B20",
"scroll_bar_track": "#000000",
"selected_text_background": "#445E91",
"selection_handle": "#445E91",
"selection_insert": "#445E91",
"side_block_line": "#999999",
"signature_background": "#F3EDF7",
"signature_border": "#999999",
"signature_text_highlighted_parameter": "#445E91",
"signature_text_normal": "#1A1B20",
"snippet_background_editing": "#CCCCCC",
"snippet_background_inactive": "#DDDDDD",
"snippet_background_related": "#DDDDDD",
"static_span_background": "#FFFFFF",
"static_span_foreground": "#333333",
"sticky_scroll_divider": "#C4C6D0",
"strikethrough": "#000000",
"text_action_window_background": "#F3EDF7",
"text_action_window_icon_color": "#1A1B20",
"text_inlay_hint_background": "#000000",
"text_inlay_hint_foreground": "#000000",
"text_normal": "#333333",
"text_selected": "#000000",
"underline": "#000000",
"whole_background": "#F9F9FF"
},
"tokenColors": [
{
"scope": "comment",
"settings": {
"foreground": "#FF0000",
"fontStyle": "italic"
}
}
]
},
"dark": {
"baseColors": {
"primary": "#ADC6FF",
"onPrimary": "#102F60",
"primaryContainer": "#2B4678",
"onPrimaryContainer": "#D8E2FF",
"secondary": "#BFC6DC",
"onSecondary": "#293041",
"secondaryContainer": "#3F4759",
"onSecondaryContainer": "#DBE2F9",
"tertiary": "#DEBCDF",
"onTertiary": "#402843",
"tertiaryContainer": "#583E5B",
"onTertiaryContainer": "#FBD7FC",
"error": "#FFB4AB",
"errorContainer": "#93000A",
"onError": "#690005",
"onErrorContainer": "#FFDAD6",
"background": "#111318",
"onBackground": "#E2E2E9",
"surface": "#111318",
"onSurface": "#E2E2E9",
"surfaceVariant": "#44474F",
"onSurfaceVariant": "#C4C6D0",
"outline": "#8E9099",
"inverseOnSurface": "#2F3036",
"inverseSurface": "#E2E2E9",
"inversePrimary": "#445E91",
"surfaceTint": "#D8E2FF",
"outlineVariant": "#44474F",
"scrim": "#000000"
},
"terminalColors": {
"cursor": "#6e6a86",
"color0": "#393552",
"color8": "#6e6a86",
"color1": "#eb6f92",
"color9": "#eb6f92",
"color2": "#3e8fb0",
"color10": "#3e8fb0",
"color3": "#f6c177",
"color11": "#f6c177",
"color4": "#9ccfd8",
"color12": "#9ccfd8",
"color5": "#c4a7e7",
"color13": "#c4a7e7",
"color6": "#ea9a97",
"color14": "#ea9a97",
"color7": "#e0def4",
"color15": "#e0def4"
},
"editorColors": {
"block_line": "#E2E2E9",
"block_line_current": "#E2E2E9",
"completion_wnd_background": "#211F26",
"completion_wnd_corner": "#FFFFFF",
"completion_wnd_item_current": "#EEEEEE",
"completion_wnd_text_matched": "#4DAAFC",
"completion_wnd_text_primary": "#E2E2E9",
"completion_wnd_text_secondary": "#E2E2E9",
"current_line": "#1F2228",
"diagnostic_tooltip_action": "#ADC6FF",
"diagnostic_tooltip_background": "#211F26",
"diagnostic_tooltip_brief_msg": "#E2E2E9",
"diagnostic_tooltip_detailed_msg": "#E2E2E9",
"function_char_background_stroke": "#3F51B5",
"hard_wrap_marker": "#EEEEEE",
"highlighted_delimiters_background": "#000000",
"highlighted_delimiters_foreground": "#ADC6FF",
"highlighted_delimiters_underline": "#000000",
"hover_background": "#FEFEFE",
"hover_border": "#999999",
"hover_text_highlighted": "#03A9F4",
"hover_text_normal": "#000000",
"line_divider": "#44474F",
"line_number": "#E2E2E9",
"line_number_background": "#1B1E24",
"line_number_current": "#E2E2E9",
"line_number_panel": "#000000",
"line_number_panel_text": "#FFFFFF",
"matched_text_background": "#ADC6FF",
"non_printable_char": "#E2E2E9",
"problem_error": "#FF0000",
"problem_typo": "#00FF11",
"problem_warning": "#FFF100",
"scroll_bar_thumb": "#E2E2E9",
"scroll_bar_thumb_pressed": "#E2E2E9",
"scroll_bar_track": "#000000",
"selected_text_background": "#ADC6FF",
"selection_handle": "#ADC6FF",
"selection_insert": "#ADC6FF",
"side_block_line": "#999999",
"signature_background": "#211F26",
"signature_border": "#999999",
"signature_text_highlighted_parameter": "#ADC6FF",
"signature_text_normal": "#E2E2E9",
"snippet_background_editing": "#CCCCCC",
"snippet_background_inactive": "#DDDDDD",
"snippet_background_related": "#DDDDDD",
"static_span_background": "#FFFFFF",
"static_span_foreground": "#333333",
"sticky_scroll_divider": "#44474F",
"strikethrough": "#000000",
"text_action_window_background": "#211F26",
"text_action_window_icon_color": "#E2E2E9",
"text_inlay_hint_background": "#000000",
"text_inlay_hint_foreground": "#000000",
"text_normal": "#CCCCCC",
"text_selected": "#000000",
"underline": "#000000",
"whole_background": "#141218"
},
"tokenColors": [
{
"scope": "comment",
"settings": {
"foreground": "#FF0000",
"fontStyle": "italic"
}
}
]
}
}