-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokyo-night-light.js
More file actions
49 lines (48 loc) · 1.63 KB
/
Copy pathtokyo-night-light.js
File metadata and controls
49 lines (48 loc) · 1.63 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
48
49
// Generated from highlight.js/styles/tokyo-night-light.css.
export default {
addition: { color: "#485e30" },
attr: { color: "#5a4a78" },
attribute: { color: "#8f5e15" },
built_in: { color: "#8f5e15" },
bullet: { color: "#485e30" },
"char.escape": { color: "#5a4a78" },
code: { color: "#34548a" },
comment: { color: "#9699a3" },
default: { background: "#d5d6db", color: "#565a6e" },
deletion: { color: "#8c4351" },
doctag: { color: "#8c4351" },
emphasis: { italic: true },
formula: { color: "#34548a" },
keyword: { color: "#5a4a78" },
link: { color: "#965027" },
literal: { color: "#965027" },
meta: { color: "#9699a3" },
name: { color: "#5a4a78" },
number: { color: "#965027" },
operator: { color: "#5a4a78" },
params: { color: "#965027" },
property: { color: "#0f4b6e" },
punctuation: { color: "#343b58" },
quote: { color: "#485e30" },
regexp: { color: "#8c4351" },
section: { color: "#34548a" },
"selector-attr": { color: "#8c4351" },
"selector-class": { color: "#8c4351" },
"selector-id": { color: "#8c4351" },
"selector-pseudo": { color: "#8c4351" },
"selector-tag": { color: "#33635c" },
string: { color: "#485e30" },
strong: { bold: true },
subst: { color: "#0f4b6e" },
symbol: { color: "#485e30" },
tag: { color: "#8c4351" },
"template-tag": { color: "#8c4351" },
"template-variable": { color: "#965027" },
title: { color: "#0f4b6e" },
"title.class": { color: "#0f4b6e" },
"title.class.inherited": { color: "#0f4b6e" },
"title.function": { color: "#0f4b6e" },
type: { color: "#965027" },
variable: { color: "#965027" },
"variable.language": { color: "#8c4351" },
};