Adjust titlebar / window controls styling

This commit is contained in:
jeffvli 2023-01-06 23:51:26 -08:00
parent 5889b8976c
commit 838c6a8b6a
5 changed files with 9 additions and 8 deletions

View file

@ -15,6 +15,7 @@
--titlebar-fg: rgb(255, 255, 255);
--titlebar-bg: rgb(7, 7, 7);
--titlebar-controls-bg: rgba(7, 7, 7, 0.4);
--sidebar-bg: rgb(0, 0, 0);
--sidebar-fg: rgb(210, 210, 210);

View file

@ -6,7 +6,8 @@ body[data-theme='defaultLight'] {
--main-fg-secondary: rgb(80, 80, 80);
--titlebar-fg: rgb(25, 25, 25);
--titlebar-bg: rgb(227, 229, 232);
--titlebar-bg: rgb(240, 241, 242);
--titlebar-controls-bg: rgba(240, 240, 240, 0.2);
--sidebar-bg: rgb(240, 241, 242);
--sidebar-fg: rgb(0, 0, 0);