Make colors in colors.json editable (Closes #37)

This commit is contained in:
Vladyslav Hroshev
2024-09-01 21:37:16 +03:00
parent a0e8f9d112
commit 975fa67c10
2 changed files with 13 additions and 44 deletions
+6 -12
View File
@@ -645,28 +645,22 @@
"colors" : {
"red" : {
"h" : 0,
"s" : null
"h" : 0
},
"yellow" : {
"h" : 40,
"s" : null
"h" : 40
},
"green" : {
"h" : 135,
"s" : null
"h" : 135
},
"blue" : {
"h" : 210,
"s" : null
"h" : 210
},
"purple" : {
"h" : 275,
"s" : null
"h" : 275
},
"pink" : {
"h" : 295,
"s" : null
"h" : 295
},
"gray" : {
"h" : 0,