-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-london-tube.js
More file actions
47 lines (46 loc) · 1.61 KB
/
Copy pathbase16-london-tube.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/london-tube.css.
export default {
addition: { color: "#00853e" },
attr: { color: "#f386a1" },
attribute: { color: "#009ddc" },
built_in: { color: "#85cebc" },
bullet: { color: "#ee2e24" },
"class title": { color: "#ffd204" },
code: { color: "#00853e" },
comment: { color: "#737171" },
default: { background: "#231f20", color: "#d9d8d8" },
deletion: { color: "#ee2e24" },
doctag: { color: "#85cebc" },
emphasis: { color: "#98005d", italic: true },
"function title": { color: "#009ddc" },
keyword: { color: "#98005d" },
"keyword.atrule": { color: "#85cebc" },
link: { color: "#f386a1" },
literal: { color: "#f386a1" },
meta: { color: "#b06110" },
"meta keyword": { bold: true, color: "#b06110" },
"meta string": { color: "#b06110" },
"meta-keyword": { bold: true },
name: { color: "#ee2e24" },
number: { color: "#f386a1" },
operator: { color: "#d9d8d8" },
punctuation: { color: "#d9d8d8" },
quote: { color: "#85cebc" },
regexp: { color: "#85cebc" },
section: { color: "#009ddc" },
"selector-tag": { color: "#ee2e24" },
string: { color: "#00853e" },
strong: { bold: true, color: "#ffd204" },
subst: { color: "#d9d8d8" },
symbol: { color: "#f386a1" },
tag: { color: "#959ca1" },
"template-tag": { color: "#98005d" },
"template-variable": { color: "#ee2e24" },
title: { color: "#ffd204" },
"title.class": { color: "#ffd204" },
"title.class.inherited": { color: "#00853e" },
"title.function": { color: "#009ddc" },
type: { color: "#98005d" },
variable: { color: "#ee2e24" },
"variable.constant": { color: "#f386a1" },
};