diff --git a/frontend/src/resources/options.json b/frontend/src/resources/options.json index 69e1fd6f1..1d3f84e95 100644 --- a/frontend/src/resources/options.json +++ b/frontend/src/resources/options.json @@ -14,10 +14,6 @@ "text": "Default", "value": "default" }, - { - "text": "Charcoal", - "value": "charcoal" - }, { "text": "Cyano", "value": "cyano" @@ -26,6 +22,10 @@ "text": "Lavender", "value": "lavender" }, + { + "text": "Moonlight", + "value": "moonlight" + }, { "text": "Raspberry", "value": "raspberry" diff --git a/frontend/src/resources/themes.json b/frontend/src/resources/themes.json index 2d4fc8219..cd96a05cd 100644 --- a/frontend/src/resources/themes.json +++ b/frontend/src/resources/themes.json @@ -80,7 +80,7 @@ "navigation": "#37474F", "navigation-home": "#263238" }, - "charcoal": { + "moonlight": { "application": "#EEEEEE", "primary": "#a5b3c0", "secondary-dark": "#212121",