-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-apprentice.js
More file actions
47 lines (46 loc) · 1.61 KB
/
Copy pathbase16-apprentice.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/apprentice.css.
export default {
addition: { color: "#87AF87" },
attr: { color: "#FF8700" },
attribute: { color: "#FFFFAF" },
built_in: { color: "#5F875F" },
bullet: { color: "#5F8787" },
"class title": { color: "#5F8787" },
code: { color: "#87AF87" },
comment: { color: "#6C6C6C" },
default: { background: "#262626", color: "#BCBCBC" },
deletion: { color: "#5F8787" },
doctag: { color: "#5F875F" },
emphasis: { color: "#87AFD7", italic: true },
"function title": { color: "#FFFFAF" },
keyword: { color: "#87AFD7" },
"keyword.atrule": { color: "#5F875F" },
link: { color: "#FF8700" },
literal: { color: "#FF8700" },
meta: { color: "#5F87AF" },
"meta keyword": { bold: true, color: "#5F87AF" },
"meta string": { color: "#5F87AF" },
"meta-keyword": { bold: true },
name: { color: "#5F8787" },
number: { color: "#FF8700" },
operator: { color: "#BCBCBC" },
punctuation: { color: "#BCBCBC" },
quote: { color: "#5F875F" },
regexp: { color: "#5F875F" },
section: { color: "#FFFFAF" },
"selector-tag": { color: "#5F8787" },
string: { color: "#87AF87" },
strong: { bold: true, color: "#5F8787" },
subst: { color: "#BCBCBC" },
symbol: { color: "#FF8700" },
tag: { color: "#787878" },
"template-tag": { color: "#87AFD7" },
"template-variable": { color: "#5F8787" },
title: { color: "#5F8787" },
"title.class": { color: "#5F8787" },
"title.class.inherited": { color: "#87AF87" },
"title.function": { color: "#FFFFAF" },
type: { color: "#87AFD7" },
variable: { color: "#5F8787" },
"variable.constant": { color: "#FF8700" },
};