-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase16-gruvbox-light-soft.js
More file actions
47 lines (46 loc) · 1.62 KB
/
Copy pathbase16-gruvbox-light-soft.js
File metadata and controls
47 lines (46 loc) · 1.62 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/gruvbox-light-soft.css.
export default {
addition: { color: "#79740e" },
attr: { color: "#af3a03" },
attribute: { color: "#076678" },
built_in: { color: "#427b58" },
bullet: { color: "#9d0006" },
"class title": { color: "#b57614" },
code: { color: "#79740e" },
comment: { color: "#bdae93" },
default: { background: "#f2e5bc", color: "#504945" },
deletion: { color: "#9d0006" },
doctag: { color: "#427b58" },
emphasis: { color: "#8f3f71", italic: true },
"function title": { color: "#076678" },
keyword: { color: "#8f3f71" },
"keyword.atrule": { color: "#427b58" },
link: { color: "#af3a03" },
literal: { color: "#af3a03" },
meta: { color: "#d65d0e" },
"meta keyword": { bold: true, color: "#d65d0e" },
"meta string": { color: "#d65d0e" },
"meta-keyword": { bold: true },
name: { color: "#9d0006" },
number: { color: "#af3a03" },
operator: { color: "#504945" },
punctuation: { color: "#504945" },
quote: { color: "#427b58" },
regexp: { color: "#427b58" },
section: { color: "#076678" },
"selector-tag": { color: "#9d0006" },
string: { color: "#79740e" },
strong: { bold: true, color: "#b57614" },
subst: { color: "#504945" },
symbol: { color: "#af3a03" },
tag: { color: "#665c54" },
"template-tag": { color: "#8f3f71" },
"template-variable": { color: "#9d0006" },
title: { color: "#b57614" },
"title.class": { color: "#b57614" },
"title.class.inherited": { color: "#79740e" },
"title.function": { color: "#076678" },
type: { color: "#8f3f71" },
variable: { color: "#9d0006" },
"variable.constant": { color: "#af3a03" },
};