add light theme for non-native titlebar
This commit is contained in:
parent
46fdacad81
commit
a3573d4f9a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ body[data-theme='defaultLight'] {
|
|||
--main-bg-transparent: 255, 255, 255;
|
||||
--main-fg: rgb(25, 25, 25);
|
||||
--main-fg-secondary: rgb(80, 80, 80);
|
||||
--window-bar-bg: rgb(255, 255, 255);
|
||||
--window-bar-fg: rgb(16, 16, 16);
|
||||
--titlebar-fg: rgb(25, 25, 25);
|
||||
--titlebar-bg: rgb(240, 241, 242);
|
||||
--titlebar-controls-bg: rgba(0, 0, 0, 0%);
|
||||
|
|
Reference in a new issue