From 8e8642cb08bc31d8da20eb5758b2af98c4c5ac5a Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 28 Dec 2019 21:32:03 +0100 Subject: [PATCH] Themes: Rename "charcoal" to "moonlight" Signed-off-by: Michael Mayer --- frontend/src/resources/options.json | 8 ++++---- frontend/src/resources/themes.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",