added pulse

This commit is contained in:
Jack 2020-06-23 16:27:39 +01:00
parent dc808e5447
commit ad47aeb3f1
2 changed files with 16 additions and 0 deletions

View file

@ -188,5 +188,10 @@
"name": "vaporwave",
"bgColor": "#a4a7ea",
"textColor": "#e368da"
},
{
"name": "pulse",
"bgColor": "#181818",
"textColor": "#17b8bd"
}
]

11
public/themes/pulse.css Normal file
View file

@ -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;
}