-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-darktooth.js
More file actions
47 lines (46 loc) · 1.61 KB
/
Copy pathbase16-darktooth.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/darktooth.css.
export default {
addition: { color: "#95C085" },
attr: { color: "#FE8625" },
attribute: { color: "#0D6678" },
built_in: { color: "#8BA59B" },
bullet: { color: "#FB543F" },
"class title": { color: "#FAC03B" },
code: { color: "#95C085" },
comment: { color: "#665C54" },
default: { background: "#1D2021", color: "#A89984" },
deletion: { color: "#FB543F" },
doctag: { color: "#8BA59B" },
emphasis: { color: "#8F4673", italic: true },
"function title": { color: "#0D6678" },
keyword: { color: "#8F4673" },
"keyword.atrule": { color: "#8BA59B" },
link: { color: "#FE8625" },
literal: { color: "#FE8625" },
meta: { color: "#A87322" },
"meta keyword": { bold: true, color: "#A87322" },
"meta string": { color: "#A87322" },
"meta-keyword": { bold: true },
name: { color: "#FB543F" },
number: { color: "#FE8625" },
operator: { color: "#A89984" },
punctuation: { color: "#A89984" },
quote: { color: "#8BA59B" },
regexp: { color: "#8BA59B" },
section: { color: "#0D6678" },
"selector-tag": { color: "#FB543F" },
string: { color: "#95C085" },
strong: { bold: true, color: "#FAC03B" },
subst: { color: "#A89984" },
symbol: { color: "#FE8625" },
tag: { color: "#928374" },
"template-tag": { color: "#8F4673" },
"template-variable": { color: "#FB543F" },
title: { color: "#FAC03B" },
"title.class": { color: "#FAC03B" },
"title.class.inherited": { color: "#95C085" },
"title.function": { color: "#0D6678" },
type: { color: "#8F4673" },
variable: { color: "#FB543F" },
"variable.constant": { color: "#FE8625" },
};