-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy paththemes.json
62 lines (62 loc) · 1.49 KB
/
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
59
60
61
62
{
"darkgreen":{
"name": "Dark Green",
"desc": "It's not easy being green.",
"org": false
},
"red-night":{
"name": "Red night",
"desc": "A dark theme with a red accent",
"org": "https://poeschl.xyz/"
},
"discorded":{
"name": "Discorded",
"desc": "A discord-like theme based on the first themeify theme",
"org": "https://poeschl.xyz/"
},
"discoranged":{
"name": "Discoranged",
"desc": "A discord-like theme with Orange accents based on the themeify theme",
"org": "https://github.com/jneilliii"
},
"bluemoon":{
"name": "Blue moon",
"desc": "Deep blue theme based on Slate",
"org": false
},
"cyborg":{
"name": "Cyborg",
"desc": "Jet black and electric blue.",
"org": "https://bootswatch.com/2/cyborg/"
},
"slate":{
"name": "Slate",
"desc": "Shades of gunmetal gray",
"org": "https://bootswatch.com/2/slate/"
},
"prusatribute":{
"name": "Prusa tribute",
"desc": "A tribute to Prusa",
"org": false
},
"cosmo":{
"name": "Cosmo",
"desc": "An ode to Metro",
"org": "https://bootswatch.com/2/cosmo/"
},
"flatly":{
"name": "Flatly",
"desc": "Flat and clean",
"org": "https://bootswatch.com/2/flatly/"
},
"default":{
"name": "Default",
"desc": "Clean and natural",
"org": "https://octoprint.org/"
},
"matrix":{
"name": "Matrix",
"desc": "A discord-like theme with Green accents based on the themeify theme",
"org": "https://github.com/Sleeepy2"
}
}