-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-cupcake.js
More file actions
47 lines (46 loc) · 1.6 KB
/
Copy pathbase16-cupcake.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/cupcake.css.
export default {
addition: { color: "#A3B367" },
attr: { color: "#EBB790" },
attribute: { color: "#7297B9" },
built_in: { color: "#69A9A7" },
bullet: { color: "#D57E85" },
"class title": { color: "#DCB16C" },
code: { color: "#A3B367" },
comment: { color: "#bfb9c6" },
default: { background: "#fbf1f2", color: "#8b8198" },
deletion: { color: "#D57E85" },
doctag: { color: "#69A9A7" },
emphasis: { color: "#BB99B4", italic: true },
"function title": { color: "#7297B9" },
keyword: { color: "#BB99B4" },
"keyword.atrule": { color: "#69A9A7" },
link: { color: "#EBB790" },
literal: { color: "#EBB790" },
meta: { color: "#BAA58C" },
"meta keyword": { bold: true, color: "#BAA58C" },
"meta string": { color: "#BAA58C" },
"meta-keyword": { bold: true },
name: { color: "#D57E85" },
number: { color: "#EBB790" },
operator: { color: "#8b8198" },
punctuation: { color: "#8b8198" },
quote: { color: "#69A9A7" },
regexp: { color: "#69A9A7" },
section: { color: "#7297B9" },
"selector-tag": { color: "#D57E85" },
string: { color: "#A3B367" },
strong: { bold: true, color: "#DCB16C" },
subst: { color: "#8b8198" },
symbol: { color: "#EBB790" },
tag: { color: "#a59daf" },
"template-tag": { color: "#BB99B4" },
"template-variable": { color: "#D57E85" },
title: { color: "#DCB16C" },
"title.class": { color: "#DCB16C" },
"title.class.inherited": { color: "#A3B367" },
"title.function": { color: "#7297B9" },
type: { color: "#BB99B4" },
variable: { color: "#D57E85" },
"variable.constant": { color: "#EBB790" },
};