diff --git a/public/themes/list.json b/public/themes/list.json index 7808c3044..52a4d1e0f 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -188,5 +188,10 @@ "name": "vaporwave", "bgColor": "#a4a7ea", "textColor": "#e368da" + }, + { + "name": "pulse", + "bgColor": "#181818", + "textColor": "#17b8bd" } ] diff --git a/public/themes/pulse.css b/public/themes/pulse.css new file mode 100644 index 000000000..573673d16 --- /dev/null +++ b/public/themes/pulse.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #181818; + --main-color: #17b8bd; + --caret-color: #17b8bd; + --sub-color: #484848; + --text-color: #17b8bd; + --error-color: #da3333; + --error-extra-color: #791717; + --extra-error-color: #da3333; + --extra-error-extra-color: #791717; +} \ No newline at end of file