Upload themes

Signed-off-by: nif <nif@incremental.social>
This commit is contained in:
Nif 2024-04-18 17:52:44 +00:00
parent 5094f2ca57
commit 9ca5fb3399
3 changed files with 30 additions and 0 deletions

10
themes/blue.css Normal file
View file

@ -0,0 +1,10 @@
:root {
--bg: #002;
--bg-alt: #005;
--btn: #046;
--btn-hv: #068;
--btn-bd: #08a;
--text: #dff;
--good: #8f8;
--bad: #f66;
}

10
themes/dark.css Normal file
View file

@ -0,0 +1,10 @@
:root {
--bg: #000;
--bg-alt: #222;
--btn: #444;
--btn-hv: #666;
--btn-bd: #888;
--text: #fff;
--good: #8f8;
--bad: #f66;
}

10
themes/light.css Normal file
View file

@ -0,0 +1,10 @@
:root {
--bg: #fff;
--bg-alt: #eee;
--btn: #ddd;
--btn-hv: #ccc;
--btn-bd: #bbb;
--text: #000;
--good: #0b0;
--bad: #c00;
}