-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-atelier-forest-light.js
More file actions
47 lines (46 loc) · 1.62 KB
/
Copy pathbase16-atelier-forest-light.js
File metadata and controls
47 lines (46 loc) · 1.62 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
// Generated from highlight.js/styles/base16/atelier-forest-light.css.
export default {
addition: { color: "#7b9726" },
attr: { color: "#df5320" },
attribute: { color: "#407ee7" },
built_in: { color: "#3d97b8" },
bullet: { color: "#f22c40" },
"class title": { color: "#c38418" },
code: { color: "#7b9726" },
comment: { color: "#9c9491" },
default: { background: "#f1efee", color: "#68615e" },
deletion: { color: "#f22c40" },
doctag: { color: "#3d97b8" },
emphasis: { color: "#6666ea", italic: true },
"function title": { color: "#407ee7" },
keyword: { color: "#6666ea" },
"keyword.atrule": { color: "#3d97b8" },
link: { color: "#df5320" },
literal: { color: "#df5320" },
meta: { color: "#c33ff3" },
"meta keyword": { bold: true, color: "#c33ff3" },
"meta string": { color: "#c33ff3" },
"meta-keyword": { bold: true },
name: { color: "#f22c40" },
number: { color: "#df5320" },
operator: { color: "#68615e" },
punctuation: { color: "#68615e" },
quote: { color: "#3d97b8" },
regexp: { color: "#3d97b8" },
section: { color: "#407ee7" },
"selector-tag": { color: "#f22c40" },
string: { color: "#7b9726" },
strong: { bold: true, color: "#c38418" },
subst: { color: "#68615e" },
symbol: { color: "#df5320" },
tag: { color: "#766e6b" },
"template-tag": { color: "#6666ea" },
"template-variable": { color: "#f22c40" },
title: { color: "#c38418" },
"title.class": { color: "#c38418" },
"title.class.inherited": { color: "#7b9726" },
"title.function": { color: "#407ee7" },
type: { color: "#6666ea" },
variable: { color: "#f22c40" },
"variable.constant": { color: "#df5320" },
};