diff --git a/public/themes/list.json b/public/themes/list.json index ff3cc3018..98591793f 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -148,5 +148,10 @@ "name": "terminal", "bgColor": "#1b1c1d", "textColor": "#79a617" + }, + { + "name": "striker", + "bgColor": "#124883", + "textColor": "#d6dbd9" } ] diff --git a/public/themes/striker.css b/public/themes/striker.css new file mode 100644 index 000000000..beb0b8889 --- /dev/null +++ b/public/themes/striker.css @@ -0,0 +1,9 @@ +:root { + --bg-color: #124883; + --main-color: #d7dcda; + --caret-color: #d7dcda; + --sub-color: #0f2d4e; + --text-color: #d6dbd9; + --error-color: #fb4934; + --extra-error-color: #cc241d; +} \ No newline at end of file