-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpurebasic.js
More file actions
37 lines (36 loc) · 1.27 KB
/
Copy pathpurebasic.js
File metadata and controls
37 lines (36 loc) · 1.27 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
// Generated from highlight.js/styles/purebasic.css.
export default {
addition: { color: "#00AAAA" },
attr: { color: "#000000" },
attribute: { color: "#924B72" },
built_in: { bold: true, color: "#006666" },
class: { bold: true, color: "#006666" },
code: { color: "#006666" },
comment: { color: "#00AAAA" },
default: { background: "#FFFFDF", color: "#000000" },
deletion: { color: "#924B72" },
emphasis: { italic: true },
function: { color: "#000000" },
keyword: { bold: true, color: "#006666" },
link: { color: "#924B72" },
literal: { bold: true, color: "#924B72" },
meta: { bold: true, color: "#924B72" },
"meta keyword": { bold: true, color: "#006666" },
name: { bold: true, color: "#000000" },
number: { color: "#000000" },
params: { color: "#000000" },
regexp: { color: "#00AAAA" },
section: { color: "#00AAAA" },
"selector-attr": { color: "#0080FF" },
"selector-class": { bold: true, color: "#006666" },
"selector-id": { bold: true, color: "#924B72" },
"selector-pseudo": { color: "#00AAAA" },
string: { color: "#0080FF" },
strong: { bold: true },
subst: { color: "#000000" },
symbol: { color: "#924B72" },
tag: { color: "#006666" },
title: { color: "#006666" },
type: { color: "#000000" },
variable: { color: "#006666" },
};