Fix: Implement user's proposed gui.py changes and correct theme JSON files

This commit is contained in:
Ramforth
2025-11-03 00:29:05 +01:00
parent 4f61d86e2a
commit a791f4d8ca
3 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
"fg_color": ["#ecd7b2", "#ecd7b2"]
},
"CTkLabel": {
"text_color": ["#000000", "#000000"]
"text_color": ["#000000", "#000000"],
"fg_color": "transparent"
},
"CTkButton": {
"fg_color": ["#4077d1", "#4077d1"],