added norse, thanks jackrabbit

This commit is contained in:
Jack 2020-08-04 16:22:27 +01:00
parent 74a76cbcc1
commit c518c4ce67
2 changed files with 16 additions and 0 deletions

View file

@ -327,5 +327,10 @@
"name": "shoko",
"bgColor": "#ced7e0",
"textColor": "#81c4dd"
},
{
"name": "norse",
"bgColor": "#2b2b2c",
"textColor": "#ccc2b1"
}
]

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

@ -0,0 +1,11 @@
:root {
--bg-color: #2b2b2c;
--main-color: #1d3c44;
--caret-color: #1d3c44;
--sub-color: #505b5e;
--text-color: #ccc2b1;
--error-color: #7e2a2a;
--error-extra-color: #771d1d;
--colorful-error-color: #ca4754;
--colorful-error-extra-color: #7e2a33;
}