-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-github.js
More file actions
47 lines (46 loc) · 1.6 KB
/
Copy pathbase16-github.js
File metadata and controls
47 lines (46 loc) · 1.6 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/github.css.
export default {
addition: { color: "#183691" },
attr: { color: "#0086b3" },
attribute: { color: "#795da3" },
built_in: { color: "#183691" },
bullet: { color: "#ed6a43" },
"class title": { color: "#795da3" },
code: { color: "#183691" },
comment: { color: "#969896" },
default: { background: "#ffffff", color: "#333333" },
deletion: { color: "#ed6a43" },
doctag: { color: "#183691" },
emphasis: { color: "#a71d5d", italic: true },
"function title": { color: "#795da3" },
keyword: { color: "#a71d5d" },
"keyword.atrule": { color: "#183691" },
link: { color: "#0086b3" },
literal: { color: "#0086b3" },
meta: { color: "#333333" },
"meta keyword": { bold: true, color: "#333333" },
"meta string": { color: "#333333" },
"meta-keyword": { bold: true },
name: { color: "#ed6a43" },
number: { color: "#0086b3" },
operator: { color: "#333333" },
punctuation: { color: "#333333" },
quote: { color: "#183691" },
regexp: { color: "#183691" },
section: { color: "#795da3" },
"selector-tag": { color: "#ed6a43" },
string: { color: "#183691" },
strong: { bold: true, color: "#795da3" },
subst: { color: "#333333" },
symbol: { color: "#0086b3" },
tag: { color: "#e8e8e8" },
"template-tag": { color: "#a71d5d" },
"template-variable": { color: "#ed6a43" },
title: { color: "#795da3" },
"title.class": { color: "#795da3" },
"title.class.inherited": { color: "#183691" },
"title.function": { color: "#795da3" },
type: { color: "#a71d5d" },
variable: { color: "#ed6a43" },
"variable.constant": { color: "#0086b3" },
};