-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroidstudio.js
More file actions
29 lines (28 loc) · 935 Bytes
/
Copy pathandroidstudio.js
File metadata and controls
29 lines (28 loc) · 935 Bytes
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
// Generated from highlight.js/styles/androidstudio.css.
export default {
addition: { color: "#6A8759" },
attribute: { color: "#6A8759" },
bullet: { color: "#6897BB" },
comment: { color: "#808080" },
default: { background: "#282b2e", color: "#a9b7c6" },
deletion: { color: "#cc7832" },
emphasis: { italic: true },
keyword: { color: "#cc7832" },
link: { color: "#629755" },
literal: { color: "#6897BB" },
meta: { color: "#bbb529" },
name: { color: "#e8bf6a" },
number: { color: "#6897BB" },
quote: { color: "#808080" },
section: { color: "#ffc66d" },
"selector-class": { color: "#e8bf6a" },
"selector-id": { color: "#e8bf6a" },
"selector-tag": { color: "#cc7832" },
string: { color: "#6A8759" },
strong: { bold: true },
symbol: { color: "#6897BB" },
"template-variable": { color: "#629755" },
title: { color: "#ffc66d" },
type: { color: "#ffc66d" },
variable: { color: "#629755" },
};