Light theme background to pure white
This commit is contained in:
parent
666ce85470
commit
a5d2aacdf6
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue