-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-horizon-dark.js
More file actions
47 lines (46 loc) · 1.61 KB
/
Copy pathbase16-horizon-dark.js
File metadata and controls
47 lines (46 loc) · 1.61 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/horizon-dark.css.
export default {
addition: { color: "#EFAF8E" },
attr: { color: "#E58D7D" },
attribute: { color: "#DF5273" },
built_in: { color: "#24A8B4" },
bullet: { color: "#E93C58" },
"class title": { color: "#EFB993" },
code: { color: "#EFAF8E" },
comment: { color: "#6F6F70" },
default: { background: "#1C1E26", color: "#CBCED0" },
deletion: { color: "#E93C58" },
doctag: { color: "#24A8B4" },
emphasis: { color: "#B072D1", italic: true },
"function title": { color: "#DF5273" },
keyword: { color: "#B072D1" },
"keyword.atrule": { color: "#24A8B4" },
link: { color: "#E58D7D" },
literal: { color: "#E58D7D" },
meta: { color: "#E4A382" },
"meta keyword": { bold: true, color: "#E4A382" },
"meta string": { color: "#E4A382" },
"meta-keyword": { bold: true },
name: { color: "#E93C58" },
number: { color: "#E58D7D" },
operator: { color: "#CBCED0" },
punctuation: { color: "#CBCED0" },
quote: { color: "#24A8B4" },
regexp: { color: "#24A8B4" },
section: { color: "#DF5273" },
"selector-tag": { color: "#E93C58" },
string: { color: "#EFAF8E" },
strong: { bold: true, color: "#EFB993" },
subst: { color: "#CBCED0" },
symbol: { color: "#E58D7D" },
tag: { color: "#9DA0A2" },
"template-tag": { color: "#B072D1" },
"template-variable": { color: "#E93C58" },
title: { color: "#EFB993" },
"title.class": { color: "#EFB993" },
"title.class.inherited": { color: "#EFAF8E" },
"title.function": { color: "#DF5273" },
type: { color: "#B072D1" },
variable: { color: "#E93C58" },
"variable.constant": { color: "#E58D7D" },
};