Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
3kh0
GitHub Repository: 3kh0/3kh0.github.io-replit
Path: blob/main/assets/themes.json
617 views
1
[
2
{
3
"theme": "default",
4
"color": "#4caf50"
5
},
6
{
7
"theme": "light",
8
"color": "#4caf50"
9
},
10
{
11
"theme": "orchid",
12
"color": "#b625cc"
13
},
14
{
15
"theme": "sky",
16
"color": "#0084ff"
17
},
18
{
19
"theme": "winter",
20
"color": "#3da341"
21
},
22
{
23
"theme": "nebelung",
24
"color": "#3d2d1e"
25
},
26
{
27
"theme": "piplup",
28
"color": "#0026ff"
29
},
30
{
31
"theme": "forternish",
32
"color": "#003443"
33
},
34
{
35
"theme": "northernfish",
36
"color": "#0ec9f8"
37
},
38
{
39
"theme": "forgor",
40
"color": "#d7d700"
41
},
42
{
43
"theme": "monotonium",
44
"color": "#fff"
45
},
46
{
47
"theme": "monotonium-dark",
48
"color": "#000"
49
},
50
{
51
"theme": "concrete",
52
"color": "#808080"
53
},
54
{
55
"theme": "sunset",
56
"color": "#e83141"
57
}
58
]
59