added peaches theme, inspired by gmk peaches and cream

This commit is contained in:
Jack 2021-05-01 16:08:01 +01:00
parent f1e100378a
commit 262c10ff90
2 changed files with 16 additions and 0 deletions

View file

@ -523,5 +523,10 @@
"name": "grand_prix",
"bgColor": "#36475c",
"textColor": "#c0d036"
},
{
"name": "peaches",
"bgColor": "#d3cfc6",
"textColor": "#dd7a5f"
}
]

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

@ -0,0 +1,11 @@
:root {
--bg-color: #e0d7c1;
--main-color: #dd7a5f;
--caret-color: #dd7a5f;
--sub-color: #e7b28e;
--text-color: #5f4c41;
--error-color: #ff6961;
--error-extra-color: #c23b22;
--colorful-error-color: #ff6961;
--colorful-error-extra-color: #c23b22;
}