-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackoverflow-light.js
More file actions
40 lines (39 loc) · 1.3 KB
/
Copy pathstackoverflow-light.js
File metadata and controls
40 lines (39 loc) · 1.3 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
// Generated from highlight.js/styles/stackoverflow-light.css.
export default {
addition: { color: "#2f6f44" },
attr: { color: "#015692" },
attribute: { color: "#803378" },
built_in: { color: "#b75501" },
bullet: { color: "#535a60" },
code: { color: "#535a60" },
comment: { color: "#656e77" },
default: { background: "#f6f6f6", color: "#2f3337" },
deletion: { color: "#c02d2e" },
doctag: { color: "#015692" },
emphasis: { italic: true },
keyword: { color: "#015692" },
link: { color: "#54790d" },
literal: { color: "#b75501" },
meta: { color: "#015692" },
"meta keyword": { color: "#015692" },
"meta string": { color: "#54790d" },
name: { color: "#b75501" },
number: { color: "#b75501" },
quote: { color: "#b75501" },
regexp: { color: "#54790d" },
section: { color: "#015692" },
"selector-attr": { color: "#54790d" },
"selector-class": { color: "#015692" },
"selector-id": { color: "#b75501" },
"selector-pseudo": { color: "#015692" },
"selector-tag": { color: "#015692" },
string: { color: "#54790d" },
strong: { bold: true },
subst: { color: "#2f3337" },
symbol: { color: "#54790d" },
"template-tag": { color: "#b75501" },
"template-variable": { color: "#54790d" },
title: { color: "#b75501" },
type: { color: "#b75501" },
variable: { color: "#54790d" },
};