-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvs.js
More file actions
33 lines (32 loc) · 1.02 KB
/
Copy pathvs.js
File metadata and controls
33 lines (32 loc) · 1.02 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
// Generated from highlight.js/styles/vs.css.
export default {
addition: { color: "#a31515" },
attr: { color: "#f00" },
attribute: { color: "#a31515" },
built_in: { color: "#00f" },
bullet: { color: "#00b0e8" },
comment: { color: "#008000" },
default: { background: "#ffffff", color: "#000000" },
deletion: { color: "#2b91af" },
doctag: { color: "#808080" },
emphasis: { italic: true },
keyword: { color: "#00f" },
link: { color: "#00b0e8" },
literal: { color: "#a31515" },
meta: { color: "#2b91af" },
name: { color: "#00f" },
quote: { color: "#008000" },
section: { color: "#a31515" },
"selector-attr": { color: "#2b91af" },
"selector-pseudo": { color: "#2b91af" },
"selector-tag": { color: "#00f" },
string: { color: "#a31515" },
strong: { bold: true },
symbol: { color: "#00b0e8" },
tag: { color: "#00f" },
"template-tag": { color: "#a31515" },
"template-variable": { color: "#a31515" },
title: { color: "#a31515" },
type: { color: "#a31515" },
variable: { color: "#008000" },
};