-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathselenized-black.json
More file actions
35 lines (35 loc) · 836 Bytes
/
selenized-black.json
File metadata and controls
35 lines (35 loc) · 836 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
30
31
32
33
34
35
{
"background-color": "#181818",
"badge-color": "#3b3b3b",
"bold-color": "#dedede",
"comment": "",
"cursor-background-color": "#a580e2",
"cursor-foreground-color": "#FFFFFF",
"foreground-color": "#b9b9b9",
"highlight-background-color": "#e67f43",
"highlight-foreground-color": "#FFFFFF",
"name": "Selenized black",
"palette": [
"#252525",
"#ed4a46",
"#70b433",
"#dbb32d",
"#368aeb",
"#eb6eb7",
"#3fc5b7",
"#777777",
"#3b3b3b",
"#ff5e56",
"#83c746",
"#efc541",
"#4f9cfe",
"#ff81ca",
"#56d8c9",
"#dedede"
],
"use-badge-color": true,
"use-bold-color": false,
"use-cursor-color": false,
"use-highlight-color": false,
"use-theme-colors": false
}