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" } ] 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}