From 4fbcce75a00ac5499c59115f3e134d234e40de5e Mon Sep 17 00:00:00 2001 From: Ripe <42308266+Ripeey@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:19:14 +0530 Subject: [PATCH] Update dark-blue.json --- customtkinter/assets/themes/dark-blue.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customtkinter/assets/themes/dark-blue.json b/customtkinter/assets/themes/dark-blue.json index 2868ec4..0b1a33f 100644 --- a/customtkinter/assets/themes/dark-blue.json +++ b/customtkinter/assets/themes/dark-blue.json @@ -72,6 +72,8 @@ "switch_border_width": 3, "switch_corner_radius": 1000, "switch_button_corner_radius": 1000, - "switch_button_length": 0 + "switch_button_length": 0, + "scrollbar_corner_radius": 1000, + "scrollbar_border_spacing": 4 } }