-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpresets.json
More file actions
82 lines (82 loc) · 1.65 KB
/
presets.json
File metadata and controls
82 lines (82 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"Terminal Dark (default)": {
"background": "#1a170f",
"foreground": "#eceae5",
"accent": "#eec35e"
},
"Terminal Light": {
"background": "#ffffff",
"foreground": "#454545",
"accent": "#b9975c"
},
"Tahiti Gold": {
"background": "#FFFBF7",
"foreground": "#45372B",
"accent": "#DF7020"
},
"Hopbush": {
"background": "#FFF6F6",
"foreground": "#462D2D",
"accent": "#cc6099"
},
"Studio": {
"background": "#F7F4FF",
"foreground": "#403352",
"accent": "#6F49AB"
},
"Teal": {
"background": "#1a170f",
"foreground": "#eceae5",
"accent": "#32858b"
},
"Heliotrope": {
"background": "#25062A",
"foreground": "#F7E9F9",
"accent": "#E575F8"
},
"Viking": {
"background": "#0E1923",
"foreground": "#D6E8EE",
"accent": "#5ACCF0"
},
"White & Black": {
"background": "#ffffff",
"foreground": "#000000",
"accent": "#000000"
},
"Black & White": {
"background": "#000000",
"foreground": "#ffffff",
"accent": "#ffffff"
},
"Matrix": {
"background": "#000000",
"foreground": "#4EEE85",
"accent": "#4EEE85"
},
"Pink Panther": {
"background": "#1a170f",
"foreground": "#eceae5",
"accent": "#ee82cf"
},
"Blue Screen of Death": {
"background": "#153489",
"foreground": "#eceae5",
"accent": "#5ea5ee"
},
"Vanilla Sky": {
"background": "#fff4f2",
"foreground": "#424140",
"accent": "#8f6a5e"
},
"Tomato": {
"background": "#fff7f1",
"foreground": "#45372B",
"accent": "#ff6347"
},
"Pistachio": {
"background": "#1d2021",
"foreground": "#ebdbb2",
"accent": "#8ec07c"
}
}