From dd37b38498ab5aee6b85b6f63dfa6bab70159ccc Mon Sep 17 00:00:00 2001 From: Ramforth Date: Mon, 3 Nov 2025 00:48:03 +0100 Subject: [PATCH] Feat: Implement user's proposed gui.py changes, add footer, and refine theme JSON files --- custom_theme_dark.json | 3 ++- custom_theme_light.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_theme_dark.json b/custom_theme_dark.json index e0f4650..9401478 100644 --- a/custom_theme_dark.json +++ b/custom_theme_dark.json @@ -4,7 +4,8 @@ }, "CTkFrame": { "fg_color": ["#121212", "#121212"], - "border_color": ["#333333", "#333333"] + "border_color": ["#333333", "#333333"], + "corner_radius": 8 }, "CTkLabel": { "text_color": ["#ecd7b2", "#ecd7b2"], diff --git a/custom_theme_light.json b/custom_theme_light.json index c61d787..ed9335a 100644 --- a/custom_theme_light.json +++ b/custom_theme_light.json @@ -4,7 +4,8 @@ }, "CTkFrame": { "fg_color": ["#ecd7b2", "#ecd7b2"], - "border_color": ["#cccccc", "#cccccc"] + "border_color": ["#cccccc", "#cccccc"], + "corner_radius": 8 }, "CTkLabel": { "text_color": ["#000000", "#000000"],