From 39447072ac2d3d0f2783a049f98fdd23f6cb40ce Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Sat, 21 Jan 2023 22:24:54 +0100 Subject: [PATCH] change text fg color --- customtkinter/assets/themes/blue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customtkinter/assets/themes/blue.json b/customtkinter/assets/themes/blue.json index bca0b2b..73a1f4d 100644 --- a/customtkinter/assets/themes/blue.json +++ b/customtkinter/assets/themes/blue.json @@ -121,7 +121,7 @@ "CTkTextbox": { "corner_radius": 6, "border_width": 0, - "fg_color": ["#F9F9FA", "gray23"], + "fg_color": ["#F9F9FA", "#1D1E1E"], "border_color": ["#979DA2", "#565B5E"], "text_color":["gray10", "#DCE4EE"], "scrollbar_button_color": ["gray55", "gray41"],