-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-pasque.js
More file actions
47 lines (46 loc) · 1.6 KB
/
Copy pathbase16-pasque.js
File metadata and controls
47 lines (46 loc) · 1.6 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
// Generated from highlight.js/styles/base16/pasque.css.
export default {
addition: { color: "#C6914B" },
attr: { color: "#918889" },
attribute: { color: "#8E7DC6" },
built_in: { color: "#7263AA" },
bullet: { color: "#A92258" },
"class title": { color: "#804ead" },
code: { color: "#C6914B" },
comment: { color: "#5D5766" },
default: { background: "#271C3A", color: "#DEDCDF" },
deletion: { color: "#A92258" },
doctag: { color: "#7263AA" },
emphasis: { color: "#953B9D", italic: true },
"function title": { color: "#8E7DC6" },
keyword: { color: "#953B9D" },
"keyword.atrule": { color: "#7263AA" },
link: { color: "#918889" },
literal: { color: "#918889" },
meta: { color: "#59325C" },
"meta keyword": { bold: true, color: "#59325C" },
"meta string": { color: "#59325C" },
"meta-keyword": { bold: true },
name: { color: "#A92258" },
number: { color: "#918889" },
operator: { color: "#DEDCDF" },
punctuation: { color: "#DEDCDF" },
quote: { color: "#7263AA" },
regexp: { color: "#7263AA" },
section: { color: "#8E7DC6" },
"selector-tag": { color: "#A92258" },
string: { color: "#C6914B" },
strong: { bold: true, color: "#804ead" },
subst: { color: "#DEDCDF" },
symbol: { color: "#918889" },
tag: { color: "#BEBCBF" },
"template-tag": { color: "#953B9D" },
"template-variable": { color: "#A92258" },
title: { color: "#804ead" },
"title.class": { color: "#804ead" },
"title.class.inherited": { color: "#C6914B" },
"title.function": { color: "#8E7DC6" },
type: { color: "#953B9D" },
variable: { color: "#A92258" },
"variable.constant": { color: "#918889" },
};