added diner. thanks bac0n

This commit is contained in:
Jack 2021-11-25 14:17:13 +00:00
parent c96d661a87
commit e5035b7c5a
2 changed files with 16 additions and 0 deletions

View file

@ -623,5 +623,10 @@
"name": "tiramisu",
"bgColor" : "#CFC6B9",
"textColor":"#C0976F"
},
{
"name": "diner",
"bgColor" : "#537997",
"textColor":"#c3af5b"
}
]

11
static/themes/diner.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #537997;
--main-color: #c3af5b;
--caret-color: #ad5145;
--sub-color: #445c7f;
--text-color: #dfdbc8;
--error-color: #ad5145;
--error-extra-color: #7e2a33;
--colorful-error-color: #ad5145;
--colorful-error-extra-color: #7e2a33;
}