forked from TheYkk/devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustom.json
More file actions
35 lines (35 loc) · 828 Bytes
/
Custom.json
File metadata and controls
35 lines (35 loc) · 828 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": "#272822",
"badge-color": "#FFFFFF",
"bold-color": "#FFFFFF",
"comment": "",
"cursor-background-color": "#000000",
"cursor-foreground-color": "#FFFFFF",
"foreground-color": "#F8F8F2",
"highlight-background-color": "#000000",
"highlight-foreground-color": "#FFFFFF",
"name": "Custom",
"palette": [
"#272822",
"#F92672",
"#A6E22E",
"#F4BF75",
"#66D9EF",
"#AE81FF",
"#A1EFE4",
"#F8F8F2",
"#75715E",
"#F92672",
"#A6E22E",
"#F4BF75",
"#66D9EF",
"#AE81FF",
"#A1EFE4",
"#F9F8F5"
],
"use-badge-color": false,
"use-bold-color": false,
"use-cursor-color": false,
"use-highlight-color": false,
"use-theme-colors": false
}