Add configurable sidebar

This commit is contained in:
jeffvli 2023-06-03 05:36:38 -07:00
parent e7bc29a8f1
commit c8a0df4759
5 changed files with 207 additions and 188 deletions

View file

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