-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlioshi.js
More file actions
35 lines (34 loc) · 1.1 KB
/
Copy pathlioshi.js
File metadata and controls
35 lines (34 loc) · 1.1 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
// Generated from highlight.js/styles/lioshi.css.
export default {
addition: { color: "#b5bd68" },
attribute: { color: "#f0c674" },
built_in: { color: "#de935f" },
bullet: { color: "#b5bd68" },
class: { color: "#be94bb" },
comment: { color: "#8d8d8d" },
default: { background: "#303030", color: "#c5c8c6" },
deletion: { color: "#cc6666" },
emphasis: { italic: true },
function: { color: "#be94bb" },
keyword: { color: "#be94bb" },
literal: { color: "#de935f" },
meta: { color: "#81a2be" },
name: { color: "#cc6666" },
number: { color: "#de935f" },
params: { color: "#b5bd68" },
quote: { color: "#b3c7d8" },
regexp: { color: "#cc6666" },
section: { color: "#81a2be" },
"selector-class": { color: "#cc6666" },
"selector-id": { color: "#cc6666" },
"selector-tag": { color: "#be94bb" },
string: { color: "#b5bd68" },
strong: { bold: true },
"subst link": { color: "#de935f" },
symbol: { color: "#dbc4d9" },
tag: { color: "#cc6666" },
"template-variable": { color: "#cc6666" },
title: { color: "#81a2be" },
type: { color: "#de935f" },
variable: { color: "#cc6666" },
};