PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.7.0
Code Block Pro – Beautiful Syntax Highlighting v1.7.0
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
code-block-pro / build / shiki / themes / css-variables.json

css-variables.json in Code Block Pro – Beautiful Syntax Highlighting 1.7.0, at build/shiki/themes/css-variables.json

171 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "css-variables",
3 "type": "css",
4 "colors": {
5 "editor.foreground": "#000001",
6 "editor.background": "#000002"
7 },
8 "tokenColors": [
9 {
10 "settings": {
11 "foreground": "#000001"
12 }
13 },
14 {
15 "scope": [
16 "keyword.operator.accessor",
17 "meta.group.braces.round.function.arguments",
18 "meta.template.expression",
19 "markup.fenced_code meta.embedded.block"
20 ],
21 "settings": {
22 "foreground": "#000001"
23 }
24 },
25 {
26 "scope": "emphasis",
27 "settings": {
28 "fontStyle": "italic"
29 }
30 },
31 {
32 "scope": ["strong", "markup.heading.markdown", "markup.bold.markdown"],
33 "settings": {
34 "fontStyle": "bold"
35 }
36 },
37 {
38 "scope": ["markup.italic.markdown"],
39 "settings": {
40 "fontStyle": "italic"
41 }
42 },
43 {
44 "scope": "meta.link.inline.markdown",
45 "settings": {
46 "fontStyle": "underline",
47 "foreground": "#000004"
48 }
49 },
50 {
51 "scope": ["string", "markup.fenced_code", "markup.inline"],
52 "settings": {
53 "foreground": "#000005"
54 }
55 },
56 {
57 "scope": ["comment", "string.quoted.docstring.multi"],
58 "settings": {
59 "foreground": "#000006"
60 }
61 },
62 {
63 "scope": [
64 "constant.numeric",
65 "constant.language",
66 "constant.other.placeholder",
67 "constant.character.format.placeholder",
68 "variable.language.this",
69 "variable.other.object",
70 "variable.other.class",
71 "variable.other.constant",
72 "meta.property-name",
73 "meta.property-value",
74 "support"
75 ],
76 "settings": {
77 "foreground": "#000004"
78 }
79 },
80 {
81 "scope": [
82 "keyword",
83 "storage.modifier",
84 "storage.type",
85 "storage.control.clojure",
86 "entity.name.function.clojure",
87 "entity.name.tag.yaml",
88 "support.function.node",
89 "support.type.property-name.json",
90 "punctuation.separator.key-value",
91 "punctuation.definition.template-expression"
92 ],
93 "settings": {
94 "foreground": "#000007"
95 }
96 },
97 {
98 "scope": "variable.parameter.function",
99 "settings": {
100 "foreground": "#000008"
101 }
102 },
103 {
104 "scope": [
105 "support.function",
106 "entity.name.type",
107 "entity.other.inherited-class",
108 "meta.function-call",
109 "meta.instance.constructor",
110 "entity.other.attribute-name",
111 "entity.name.function",
112 "constant.keyword.clojure"
113 ],
114 "settings": {
115 "foreground": "#000009"
116 }
117 },
118 {
119 "scope": [
120 "entity.name.tag",
121 "string.quoted",
122 "string.regexp",
123 "string.interpolated",
124 "string.template",
125 "string.unquoted.plain.out.yaml",
126 "keyword.other.template"
127 ],
128 "settings": {
129 "foreground": "#000010"
130 }
131 },
132 {
133 "scope": [
134 "punctuation.definition.arguments",
135 "punctuation.definition.dict",
136 "punctuation.separator",
137 "meta.function-call.arguments"
138 ],
139 "settings": {
140 "foreground": "#000011"
141 }
142 },
143 {
144 "name": "[Custom] Markdown links",
145 "scope": ["markup.underline.link", "punctuation.definition.metadata.markdown"],
146 "settings": {
147 "foreground": "#000012"
148 }
149 },
150 {
151 "name": "[Custom] Markdown list",
152 "scope": ["beginning.punctuation.definition.list.markdown"],
153 "settings": {
154 "foreground": "#000005"
155 }
156 },
157 {
158 "name": "[Custom] Markdown punctuation definition brackets",
159 "scope": [
160 "punctuation.definition.string.begin.markdown",
161 "punctuation.definition.string.end.markdown",
162 "string.other.link.title.markdown",
163 "string.other.link.description.markdown"
164 ],
165 "settings": {
166 "foreground": "#000007"
167 }
168 }
169 ]
170 }
171