Themes: Rename "charcoal" to "moonlight"
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
b3f8fb76bf
commit
8e8642cb08
2 changed files with 5 additions and 5 deletions
|
@ -14,10 +14,6 @@
|
||||||
"text": "Default",
|
"text": "Default",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"text": "Charcoal",
|
|
||||||
"value": "charcoal"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"text": "Cyano",
|
"text": "Cyano",
|
||||||
"value": "cyano"
|
"value": "cyano"
|
||||||
|
@ -26,6 +22,10 @@
|
||||||
"text": "Lavender",
|
"text": "Lavender",
|
||||||
"value": "lavender"
|
"value": "lavender"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "Moonlight",
|
||||||
|
"value": "moonlight"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "Raspberry",
|
"text": "Raspberry",
|
||||||
"value": "raspberry"
|
"value": "raspberry"
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"navigation": "#37474F",
|
"navigation": "#37474F",
|
||||||
"navigation-home": "#263238"
|
"navigation-home": "#263238"
|
||||||
},
|
},
|
||||||
"charcoal": {
|
"moonlight": {
|
||||||
"application": "#EEEEEE",
|
"application": "#EEEEEE",
|
||||||
"primary": "#a5b3c0",
|
"primary": "#a5b3c0",
|
||||||
"secondary-dark": "#212121",
|
"secondary-dark": "#212121",
|
||||||
|
|
Loading…
Reference in a new issue