add light theme for non-native titlebar

This commit is contained in:
Kendall Garner 2024-03-30 14:11:57 -07:00
parent 46fdacad81
commit a3573d4f9a
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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%);