Skip to content

Commit

Permalink
fix bug with light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 23, 2024
1 parent 11e4484 commit caa704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from codes import *
from items import *

customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_appearance_mode("Dark") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"


Expand Down

0 comments on commit caa704f

Please sign in to comment.