diff --git a/settings.json b/settings.json index ee03c28..5375d68 100644 --- a/settings.json +++ b/settings.json @@ -45,7 +45,7 @@ "warning-tag-background-color": "", "y-padding": 5, "x-padding": 5, - "theme": "night-owl", + "theme": "phi-theme", "auto-clear-console-on-close": true, "help_window-font-family": "Fira Code", "help_window-font-size": 10, diff --git a/setup.bat b/setup.bat index d385998..cccd912 100644 --- a/setup.bat +++ b/setup.bat @@ -1,3 +1,5 @@ @echo off +pip install cx_freeze +pip install customtkinter python setup.py build \ No newline at end of file diff --git a/setup.sh b/setup.sh index 8ba494a..ca55abe 100644 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,5 @@ #!/bin/bash +pip install cx_freeze +pip install customtkinter python setup.py build \ No newline at end of file