Set transparent window control background

This commit is contained in:
jeffvli 2023-02-05 23:13:44 -08:00
parent 38118e74ae
commit 3b7c6ce25e

View File

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