-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpalette.json
More file actions
194 lines (194 loc) · 10.8 KB
/
Copy pathpalette.json
File metadata and controls
194 lines (194 loc) · 10.8 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
{
"--editor-foreground-color": "hsl(215deg 28% 17%)",
"--editor-background-color": "#fff",
"--editor-caret-color": "hsl(262deg 83% 58%)",
"--editor-selection-background": "hsl(262deg 83% 58% / 13%)",
"--editor-focused-selection-background": "hsl(262deg 83% 58% / 30%)",
"--editor-active-line-background-color": "hsl(212deg 96% 78% / 20%)",
"--editor-special-char-color": "hsl(215deg 20% 65%)",
"--editor-spelling-error-color": "hsl(0deg 84% 60%)",
"--editor-gutter-border-right": "1px solid hsl(214deg 32% 91%)",
"--editor-gutter-color": "hsl(213deg 27% 84%)",
"--editor-gutter-background-color": "transparent",
"--editor-gutter-background-solid-color": "hsl(0deg 100% 100%)",
"--editor-active-line-gutter-background-color": "hsl(212deg 96% 78% / 20%)",
"--editor-panel-background-color": "hsl(210deg 40% 98%)",
"--editor-panel-color": "hsl(215deg 19% 35%)",
"--editor-panel-border-color": "hsl(0deg 0% 9% / 15%)",
"--editor-tooltip-border-style": "solid",
"--editor-tooltip-border-width": "1px",
"--editor-tooltip-border-color": "hsl(214deg 32% 91%)",
"--editor-tooltip-border-radius": "0.8em",
"--editor-tooltip-background-color": "hsl(0deg 100% 100%)",
"--editor-tooltip-box-shadow": "0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15)",
"--editor-tooltip-autocomplete-padding": "0.2em",
"--editor-tooltip-autocomplete-item-border-radius": "0.2em",
"--editor-tooltip-autocomplete-item-padding": "0 0.8em",
"--editor-tooltip-autocomplete-item-selected-background-color": "hsl(251deg 91% 95%)",
"--editor-tooltip-autocomplete-section-border-color": "hsl(215deg 16% 47%)",
"--editor-tooltip-autocomplete-item-selected-color": "hsl(215deg 28% 17%)",
"--editor-inline-tooltip-color": "hsl(215deg 19% 35%)",
"--editor-inline-tooltip-background-color": "hsl(0deg 100% 100%)",
"--editor-inline-tooltip-outline": "1px solid hsl(214deg 32% 91%)",
"--editor-completion-label": "hsl(215deg 19% 35%)",
"--editor-completion-matched-text-color": "hsl(221deg 83% 53%)",
"--editor-completion-matched-text-decoration": "none",
"--editor-completion-matched-text-font-style": "normal",
"--editor-completion-matched-text-font-weight": "bold",
"--editor-completion-detail-color": "hsl(215deg 16% 47%)",
"--editor-completion-detail-text-decoration": "none",
"--editor-completion-detail-font-style": "normal",
"--editor-completion-detail-font-weight": "normal",
"--editor-matching-bracket-outline": "1px solid hsl(213deg 27% 84%)",
"--editor-matching-bracket-background-color": "transparent",
"--editor-nonmatching-bracket-outline": "1px solid hsl(215deg 19% 35%)",
"--editor-nonmatching-bracket-background-color": "transparent",
"--editor-selection-match-background-color": "hsl(210deg 40% 96%)",
"--editor-selection-match-outline": "none",
"--editor-search-match-background-color": "hsl(38deg 92% 50% / 25%)",
"--editor-search-match-outline": "none",
"--editor-search-match-selected-background-color": "hsl(38deg 92% 50% / 50%)",
"--editor-search-match-selected-outline": "1px solid hsl(38deg 92% 50%)",
"--editor-placeholder-color": "hsl(213deg 27% 84%)",
"--editor-nes-ghost-color": "hsl(213deg 27% 84%)",
"--editor-highlight-space-color": "hsl(210deg 40% 96%)",
"--editor-highlight-tab-background-image": "url(\"data:image/svg+xml,<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"200\\\" height=\\\"20\\\"><path stroke=\\\"%23888\\\" stroke-width=\\\"1\\\" fill=\\\"none\\\" d=\\\"M1 10H196L190 5M190 15L196 10M197 4L197 16\\\"/></svg>\")",
"--editor-highlight-tab-filter": "\"none\"",
"--editor-highlight-tab-opacity": "0.3",
"--editor-trailing-space-background-color": "hsl(0deg 96% 89%)",
"--editor-fold-placeholder-border-radius": "0.2em",
"--editor-fold-placeholder-color": "#fff",
"--editor-fold-placeholder-border": "1px solid hsl(215deg 20% 65%)",
"--editor-fold-placeholder-background-color": "hsl(215deg 20% 65%)",
"--editor-image-widget-backdrop-background-color": "hsl(210deg 40% 96%)",
"--editor-image-widget-backdrop-border": "1px solid hsl(214deg 32% 91%)",
"--syntax-comment-color": "hsl(215deg 20% 65%)",
"--syntax-comment-font-style": "italic",
"--syntax-line-comment-color": "hsl(215deg 20% 65%)",
"--syntax-line-comment-font-style": "italic",
"--syntax-block-comment-color": "hsl(215deg 20% 65%)",
"--syntax-block-comment-font-style": "italic",
"--syntax-doc-comment-color": "hsl(215deg 20% 65%)",
"--syntax-doc-comment-font-style": "italic",
"--syntax-name-color": "hsl(215deg 28% 17%)",
"--syntax-name-constant-color": "hsl(221deg 83% 53%)",
"--syntax-name-standard-color": "hsl(333deg 71% 51%)",
"--syntax-name-definition-color": "hsl(333deg 71% 51%)",
"--syntax-name-function-color": "hsl(192deg 91% 36%)",
"--syntax-name-special-color": "hsl(215deg 28% 17%)",
"--syntax-name-local-color": "hsl(215deg 28% 17%)",
"--syntax-variable-name-color": "hsl(215deg 28% 17%)",
"--syntax-variable-name-constant-color": "hsl(221deg 83% 53%)",
"--syntax-variable-name-standard-color": "hsl(333deg 71% 51%)",
"--syntax-variable-name-definition-color": "hsl(215deg 28% 17%)",
"--syntax-variable-name-function-color": "hsl(192deg 91% 36%)",
"--syntax-variable-name-special-color": "hsl(215deg 28% 17%)",
"--syntax-variable-name-local-color": "hsl(215deg 28% 17%)",
"--syntax-property-name-color": "hsl(215deg 28% 17%)",
"--syntax-property-name-constant-color": "hsl(221deg 83% 53%)",
"--syntax-property-name-standard-color": "hsl(333deg 71% 51%)",
"--syntax-property-name-definition-color": "hsl(215deg 28% 17%)",
"--syntax-property-name-function-color": "hsl(192deg 91% 36%)",
"--syntax-property-name-special-color": "hsl(215deg 28% 17%)",
"--syntax-property-name-local-color": "hsl(215deg 28% 17%)",
"--syntax-tag-name-color": "hsl(221deg 83% 53%)",
"--syntax-attribute-name-color": "hsl(192deg 91% 36%)",
"--syntax-class-name-color": "hsl(333deg 71% 51%)",
"--syntax-label-name-color": "hsl(333deg 71% 51%)",
"--syntax-namespace-color": "hsl(333deg 71% 51%)",
"--syntax-macro-name-color": "hsl(192deg 91% 36%)",
"--syntax-string-color": "hsl(142deg 76% 36%)",
"--syntax-string-special-color": "hsl(142deg 76% 36%)",
"--syntax-string-constant-color": "hsl(142deg 76% 36%)",
"--syntax-string-standard-color": "hsl(142deg 76% 36%)",
"--syntax-number-color": "hsl(221deg 83% 53%)",
"--syntax-literal-color": "hsl(221deg 83% 53%)",
"--syntax-character-color": "hsl(221deg 83% 53%)",
"--syntax-integer-color": "hsl(221deg 83% 53%)",
"--syntax-float-color": "hsl(221deg 83% 53%)",
"--syntax-bool-color": "hsl(221deg 83% 53%)",
"--syntax-regexp-color": "hsl(142deg 76% 36%)",
"--syntax-color-color": "hsl(221deg 83% 53%)",
"--syntax-url-color": "hsl(175deg 84% 32%)",
"--syntax-attribute-value-color": "hsl(142deg 76% 36%)",
"--syntax-self-color": "hsl(215deg 28% 17%)",
"--syntax-null-color": "hsl(221deg 83% 53%)",
"--syntax-atom-color": "hsl(221deg 83% 53%)",
"--syntax-unit-color": "hsl(221deg 83% 53%)",
"--syntax-modifier-color": "hsl(221deg 83% 53%)",
"--syntax-operator-keyword-color": "hsl(262deg 83% 58%)",
"--syntax-control-keyword-color": "hsl(262deg 83% 58%)",
"--syntax-definition-keyword-color": "hsl(221deg 83% 53%)",
"--syntax-module-keyword-color": "hsl(262deg 83% 58%)",
"--syntax-keyword-color": "hsl(262deg 83% 58%)",
"--syntax-operator-color": "hsl(262deg 83% 58%)",
"--syntax-deref-operator-color": "hsl(262deg 83% 58%)",
"--syntax-arithmetic-operator-color": "hsl(262deg 83% 58%)",
"--syntax-logic-operator-color": "hsl(262deg 83% 58%)",
"--syntax-bitwise-operator-color": "hsl(262deg 83% 58%)",
"--syntax-compare-operator-color": "hsl(262deg 83% 58%)",
"--syntax-update-operator-color": "hsl(262deg 83% 58%)",
"--syntax-definition-operator-color": "hsl(262deg 83% 58%)",
"--syntax-type-operator-color": "hsl(215deg 28% 17%)",
"--syntax-control-operator-color": "hsl(262deg 83% 58%)",
"--syntax-separator-color": "hsl(221deg 83% 53%)",
"--syntax-angle-bracket-color": "hsl(221deg 83% 53%)",
"--syntax-square-bracket-color": "hsl(221deg 83% 53%)",
"--syntax-paren-color": "hsl(221deg 83% 53%)",
"--syntax-brace-color": "hsl(221deg 83% 53%)",
"--syntax-bracket-color": "hsl(221deg 83% 53%)",
"--syntax-punctuation-color": "hsl(221deg 83% 53%)",
"--syntax-heading-color": "hsl(333deg 71% 51%)",
"--syntax-heading-font-weight": "bold",
"--syntax-heading-1-color": "hsl(333deg 71% 51%)",
"--syntax-heading-1-font-weight": "bold",
"--syntax-heading-2-color": "hsl(333deg 71% 51%)",
"--syntax-heading-2-font-weight": "bold",
"--syntax-heading-3-color": "hsl(333deg 71% 51%)",
"--syntax-heading-3-font-weight": "bold",
"--syntax-heading-4-color": "hsl(333deg 71% 51%)",
"--syntax-heading-4-font-weight": "bold",
"--syntax-heading-5-color": "hsl(333deg 71% 51%)",
"--syntax-heading-5-font-weight": "bold",
"--syntax-heading-6-color": "hsl(333deg 71% 51%)",
"--syntax-heading-6-font-weight": "bold",
"--syntax-content-separator-color": "hsl(215deg 28% 17%)",
"--syntax-list-color": "hsl(215deg 28% 17%)",
"--syntax-quote-color": "hsl(215deg 20% 65%)",
"--syntax-quote-font-style": "italic",
"--syntax-emphasis-color": "hsl(215deg 28% 17%)",
"--syntax-emphasis-font-style": "italic",
"--syntax-strong-color": "hsl(215deg 28% 17%)",
"--syntax-strong-font-weight": "bold",
"--syntax-link-color": "hsl(175deg 84% 32%)",
"--syntax-link-text-decoration": "underline",
"--syntax-strikethrough-text-decoration": "line-through",
"--syntax-monospace-color": "hsl(215deg 28% 17%)",
"--syntax-content-color": "hsl(215deg 28% 17%)",
"--syntax-inserted-color": "hsl(142deg 76% 36%)",
"--syntax-deleted-color": "hsl(0deg 84% 60%)",
"--syntax-changed-color": "hsl(38deg 92% 50%)",
"--syntax-document-meta-color": "hsl(215deg 28% 17%)",
"--syntax-annotation-color": "hsl(192deg 91% 36%)",
"--syntax-processing-instruction-color": "hsl(221deg 83% 53%)",
"--syntax-meta-color": "hsl(215deg 20% 65%)",
"--syntax-invalid-color": "hsl(0deg 84% 60%)",
"--syntax-invalid-border-bottom": "1px dotted hsl(0deg 84% 60%)",
"--md-inline-code-padding": "1px",
"--md-inline-code-border-color": "hsl(213deg 27% 84% / 50%)",
"--md-inline-code-border-width": "1px",
"--md-inline-code-background-color": "hsl(214deg 32% 91% / 10%)",
"--md-codeblock-color": "hsl(215deg 28% 17%)",
"--md-codeblock-border-color": "hsl(213deg 27% 84% / 50%)",
"--md-codeblock-border-width": "1px",
"--md-codeblock-background-color": "hsl(214deg 32% 91% / 10%)",
"--md-inline-mark-text-color": "hsl(215deg 28% 17%)",
"--md-inline-mark-background-color": "hsl(45deg 93% 47% / 30%)",
"--md-inline-mark-underline-color": "hsl(45deg 93% 47%)",
"--md-table-border-color": "hsl(213deg 27% 84% / 50%)",
"--md-table-border-width": "1px",
"--md-table-background-color": "hsl(214deg 32% 91% / 10%)",
"--md-blockquote-border-color": "hsl(215deg 16% 47%)",
"--md-list-mark-color": "hsl(239deg 84% 67%)",
"--md-task-marker-font-weight": "bold"
}