forked from 3kh0/3kh0.github.io-replit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththemes.json
58 lines (58 loc) · 904 Bytes
/
themes.json
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
[
{
"theme": "default",
"color": "#4caf50"
},
{
"theme": "light",
"color": "#4caf50"
},
{
"theme": "orchid",
"color": "#b625cc"
},
{
"theme": "sky",
"color": "#0084ff"
},
{
"theme": "winter",
"color": "#3da341"
},
{
"theme": "nebelung",
"color": "#3d2d1e"
},
{
"theme": "piplup",
"color": "#0026ff"
},
{
"theme": "forternish",
"color": "#003443"
},
{
"theme": "northernfish",
"color": "#0ec9f8"
},
{
"theme": "forgor",
"color": "#d7d700"
},
{
"theme": "monotonium",
"color": "#fff"
},
{
"theme": "monotonium-dark",
"color": "#000"
},
{
"theme": "concrete",
"color": "#808080"
},
{
"theme": "sunset",
"color": "#e83141"
}
]