Set transparent window control background
This commit is contained in:
parent
38118e74ae
commit
3b7c6ce25e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
--titlebar-fg: rgb(255, 255, 255);
|
--titlebar-fg: rgb(255, 255, 255);
|
||||||
--titlebar-bg: rgb(7, 7, 7);
|
--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-bg: rgb(0, 0, 0);
|
||||||
--sidebar-fg: rgb(210, 210, 210);
|
--sidebar-fg: rgb(210, 210, 210);
|
||||||
|
|
Reference in a new issue