-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathisbl-editor-dark.js
More file actions
40 lines (39 loc) · 1.42 KB
/
Copy pathisbl-editor-dark.js
File metadata and controls
40 lines (39 loc) · 1.42 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
// Generated from highlight.js/styles/isbl-editor-dark.css.
export default {
addition: { color: "#397300" },
attribute: { bold: true, color: "#f0f0f0" },
built_in: { bold: true, color: "#97bf0d" },
bullet: { color: "#397300" },
class: { bold: true, color: "#ce9d4d" },
code: { color: "#397300" },
comment: { color: "#b5b5b5", italic: true },
default: { background: "#404040", color: "#f0f0f0" },
deletion: { color: "#f0f0f0" },
doctag: { bold: true, color: "#f0f0f0" },
emphasis: { italic: true },
keyword: { bold: true, color: "#f0f0f0" },
link: { color: "#e2c696" },
literal: { bold: true, color: "#97bf0d" },
meta: { color: "#1f7199" },
"meta keyword": { bold: true, color: "#f0f0f0" },
"meta string": { color: "#4d99bf" },
name: { bold: true, color: "#f0f0f0" },
number: { color: "#f0f0f0" },
quote: { color: "#f0f0f0" },
regexp: { color: "#e2c696" },
section: { color: "#df471e" },
"selector-attr": { color: "#e2c696" },
"selector-class": { color: "#f0f0f0" },
"selector-id": { color: "#f0f0f0" },
"selector-pseudo": { color: "#e2c696" },
"selector-tag": { bold: true, color: "#f0f0f0" },
string: { color: "#97bf0d" },
strong: { bold: true },
subst: { color: "#f0f0f0" },
symbol: { color: "#e2c696" },
"template-tag": { color: "#f0f0f0" },
"template-variable": { color: "#e2c696" },
title: { color: "#df471e" },
type: { color: "#f0f0f0" },
variable: { color: "#e2c696" },
};