Light theme background to pure white

This commit is contained in:
lm 2025-10-17 16:07:35 +02:00
parent 666ce85470
commit a5d2aacdf6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ThemeMixin:
status_fg = "#f5f5f5"
highlight_fg = "#f2c744"
else:
bg, fg = "#ededf2", "#202020"
bg, fg = "#ffffff", "#202020"
status_fg = "#1c1c1c"
highlight_fg = "#c56217"
self.root.configure(bg=bg) # type: ignore[attr-defined]