-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththemes.json
More file actions
41 lines (41 loc) · 895 Bytes
/
themes.json
File metadata and controls
41 lines (41 loc) · 895 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
36
37
38
39
40
41
{
"themes": {
"Blallo": {
"dominant": "#113F67",
"accent": "#FDF5AA",
"secondary": "#34699A",
"font": "Cascadia Mono"
},
"DarkModeBlue": {
"dominant": "#1E1E1E",
"accent": "#007ACC",
"secondary": "#252526",
"font": "Cascadia Mono"
},
"Pourpople": {
"dominant": "#380E7F",
"accent": "#E497CD",
"secondary": "#6915CF",
"font": "Cascadia Mono"
},
"Matrixo": {
"dominant": "#2C272E",
"accent": "#9AE66E",
"secondary": "#753188",
"font": "Cascadia Mono"
},
"Sunsea": {
"dominant": "#78B3CE",
"accent": "#F96E2A",
"secondary": "#C9E6F0",
"font": "Cascadia Mono"
},
"PastelCream": {
"dominant": "#F3E2D4",
"accent": "#415E72",
"secondary": "#C5B0CD",
"font": "Cascadia Mono"
}
},
"last_theme": "Blallo"
}