-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmono-blue.js
More file actions
33 lines (32 loc) · 1.05 KB
/
Copy pathmono-blue.js
File metadata and controls
33 lines (32 loc) · 1.05 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
// Generated from highlight.js/styles/mono-blue.css.
export default {
addition: { color: "#0048ab" },
attribute: { color: "#4c81c9" },
built_in: { color: "#0048ab" },
bullet: { color: "#4c81c9" },
comment: { color: "#738191" },
default: { background: "#eaeef3", color: "#00193a" },
deletion: { color: "#4c81c9" },
doctag: { bold: true },
emphasis: { italic: true },
keyword: { bold: true },
link: { color: "#4c81c9" },
literal: { color: "#0048ab" },
meta: { color: "#4c81c9" },
name: { bold: true, color: "#0048ab" },
quote: { color: "#0048ab" },
regexp: { color: "#4c81c9" },
section: { bold: true, color: "#0048ab" },
"selector-class": { color: "#0048ab" },
"selector-id": { color: "#0048ab" },
"selector-tag": { bold: true },
string: { color: "#0048ab" },
strong: { bold: true },
subst: { color: "#4c81c9" },
symbol: { color: "#4c81c9" },
tag: { color: "#0048ab" },
"template-variable": { color: "#4c81c9" },
title: { bold: true, color: "#0048ab" },
type: { color: "#0048ab" },
variable: { color: "#4c81c9" },
};