From b1de0c5baae81f120372d7b2d28b0fcc6895f594 Mon Sep 17 00:00:00 2001 From: ryevertigo <50805397+ryevertigo@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:12:37 +0100 Subject: [PATCH 1/2] Add stealth theme css --- static/themes/stealth.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/themes/stealth.css diff --git a/static/themes/stealth.css b/static/themes/stealth.css new file mode 100644 index 000000000..f05db5d6e --- /dev/null +++ b/static/themes/stealth.css @@ -0,0 +1,12 @@ +:root{ + --bg-color: #010203; + --main-color: #383e42; + --caret-color: #e25303; + --sub-color: #5e676e; + --text-color: #383e42; + --error-color: #e25303; + --error-extra-color: #73280c; + --colorful-error-color: #e25303; + --colorful-error-extra-color: #73280c; +} +#menu .icon-button:nth-child(4){color:#e25303} From f009fe769fae5616b262c455441c288896138c74 Mon Sep 17 00:00:00 2001 From: ryevertigo <50805397+ryevertigo@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:22:53 +0100 Subject: [PATCH 2/2] Add stealth to list.json --- static/themes/list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/themes/list.json b/static/themes/list.json index 98f574a1e..6b5279964 100644 --- a/static/themes/list.json +++ b/static/themes/list.json @@ -473,5 +473,10 @@ "name": "rudy", "bgColor": "#1a2b3e", "textColor": "#af8f5c" + }, + { + "name": "stealth", + "bgColor": "#010203", + "textColor": "#383e42" } ]