Brighten sidebar items

This commit is contained in:
jeffvli 2023-07-20 17:08:58 -07:00
parent dd2dd797a1
commit ba00538cc3

View file

@ -22,7 +22,7 @@
--sidebar-bg: rgb(0, 0, 0); --sidebar-bg: rgb(0, 0, 0);
--sidebar-bg-hover: rgb(50, 50, 50); --sidebar-bg-hover: rgb(50, 50, 50);
--sidebar-fg: rgb(190, 190, 190); --sidebar-fg: rgb(230, 230, 230);
--sidebar-fg-hover: rgb(255, 255, 255); --sidebar-fg-hover: rgb(255, 255, 255);
--sidebar-handle-bg: #4d4d4d; --sidebar-handle-bg: #4d4d4d;
--sidebar-border: 2px rgba(18, 18, 18, 0.7) solid; --sidebar-border: 2px rgba(18, 18, 18, 0.7) solid;