-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevibeans.js
More file actions
45 lines (44 loc) · 1.45 KB
/
Copy pathdevibeans.js
File metadata and controls
45 lines (44 loc) · 1.45 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
// Generated from highlight.js/styles/devibeans.css.
export default {
addition: { color: "#558b2f" },
attr: { color: "#8787d7" },
attribute: { color: "#ffd75f" },
built_in: { color: "#ff8700" },
bullet: { color: "#558b2f" },
code: { color: "#64b5f6" },
comment: { color: "#339966" },
default: { background: "#000000", color: "#a39e9b" },
deletion: { color: "#ff8700" },
doctag: { color: "#339966" },
emphasis: { italic: true },
formula: { color: "#64b5f6" },
function: { color: "#ffd75f" },
keyword: { color: "#64b5f6" },
link: { color: "#64b5f6" },
literal: { color: "#ef5350" },
meta: { color: "#0087ff" },
"meta keyword": { color: "#0087ff" },
"meta string": { color: "#558b2f" },
name: { color: "#ffd75f" },
number: { color: "#ef5350" },
params: { color: "#a39e9b" },
property: { color: "#ffd75f" },
quote: { color: "#339966" },
regexp: { color: "#d700ff" },
section: { color: "#ffd75f" },
"selector-attr": { color: "#64b5f6" },
"selector-class": { color: "#64b5f6" },
"selector-id": { color: "#ef5350" },
"selector-pseudo": { color: "#64b5f6" },
"selector-tag": { color: "#9966ff" },
string: { color: "#558b2f" },
strong: { bold: true },
subst: { color: "#558b2f" },
symbol: { color: "#558b2f" },
tag: { color: "#ef5350" },
"template-tag": { color: "#8787d7" },
"template-variable": { color: "#64b5f6" },
title: { color: "#ff8700" },
type: { color: "#ffd75f" },
variable: { color: "#64b5f6" },
};