Light theme background to pure white
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ class ThemeMixin:
|
|||||||
status_fg = "#f5f5f5"
|
status_fg = "#f5f5f5"
|
||||||
highlight_fg = "#f2c744"
|
highlight_fg = "#f2c744"
|
||||||
else:
|
else:
|
||||||
bg, fg = "#ededf2", "#202020"
|
bg, fg = "#ffffff", "#202020"
|
||||||
status_fg = "#1c1c1c"
|
status_fg = "#1c1c1c"
|
||||||
highlight_fg = "#c56217"
|
highlight_fg = "#c56217"
|
||||||
self.root.configure(bg=bg) # type: ignore[attr-defined]
|
self.root.configure(bg=bg) # type: ignore[attr-defined]
|
||||||
|
|||||||
Reference in New Issue
Block a user