From a3573d4f9a2154cf2c2ee90893db73be6756fe98 Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:11:57 -0700 Subject: [PATCH] add light theme for non-native titlebar --- src/renderer/themes/light.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/themes/light.scss b/src/renderer/themes/light.scss index 3e0e6a0a..3e1d79b6 100644 --- a/src/renderer/themes/light.scss +++ b/src/renderer/themes/light.scss @@ -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%);