-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrcery.js
More file actions
40 lines (39 loc) · 1.28 KB
/
Copy pathsrcery.js
File metadata and controls
40 lines (39 loc) · 1.28 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/srcery.css.
export default {
addition: { color: "#98BC37" },
attribute: { color: "#FBB829" },
built_in: { color: "#FF5C8F" },
bullet: { color: "#98BC37" },
class: { color: "#0AAEB3" },
code: { color: "#0AAEB3" },
comment: { color: "#918175" },
default: { background: "#1C1B19", color: "#FCE8C3" },
deletion: { color: "#EF2F27" },
emphasis: { italic: true },
function: { color: "#FBB829" },
keyword: { color: "#EF2F27" },
link: { color: "#918175" },
literal: { color: "#FCE8C3" },
meta: { color: "#918175" },
name: { color: "#FBB829" },
number: { color: "#918175" },
params: { color: "#FF5C8F" },
property: { color: "#0AAEB3" },
quote: { color: "#FCE8C3" },
regexp: { color: "#98BC37" },
section: { color: "#FBB829" },
"selector-attr": { color: "#FBB829" },
"selector-class": { color: "#FBB829" },
"selector-id": { color: "#FBB829" },
"selector-pseudo": { color: "#FBB829" },
"selector-tag": { color: "#2C78BF" },
string: { color: "#98BC37" },
strong: { bold: true },
subst: { color: "#FCE8C3" },
symbol: { color: "#68A8E4" },
"template-tag": { color: "#2C78BF" },
"template-variable": { color: "#0AAEB3" },
title: { color: "#FBB829" },
type: { color: "#68A8E4" },
variable: { color: "#0AAEB3" },
};