tweaked dark and light themes

This commit is contained in:
mfahampshire
2024-02-06 17:16:44 +01:00
parent 24f841f772
commit 8477c02f0c
+4 -6
View File
@@ -4,11 +4,8 @@
.coal {
--sidebar-active: #fb6e4e;
--icons-hover: #fb6e4e;
--links: #fb6e4e;
::selection {
color: #121726;
background-color: #fb6e4e;
@@ -16,13 +13,14 @@
}
.light {
--bg: #D3D3D3;
--fg: #121726;
--sidebar-bg: #D3D3D3;
--sidebar-fg: #121726;
--sidebar-active: #fb6e4e;
--icons: #121726;
--icons-hover: #fb6e4e;
--links: #fb6e4e;
::selection {
color: #f4f6f8;
background-color: #fb6e4e;