Skip to content

Commit dfc935e

Browse files
committed
Apply themeing to list scrollbar
1 parent e6f91d5 commit dfc935e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ def applyTheme(theme_name, color):
314314
style.configure('Heading', background=theme['background1'], foreground=theme['foreground1'])
315315
style.map('Treeview', background=[('selected', theme['background4'])])
316316
style.map('Heading', background=[('active', accent)])
317+
style.configure('Vertical.TScrollbar', background=theme['background2'], troughcolor=theme['background1'], arrowcolor=theme['foreground1'])
318+
style.map('Vertical.TScrollbar', background=[('active', accent)])
317319
bck.theme = themeBox.get()
318320
bck.themeAccent = colorBox.get()
319321
bck.log.info(f"Applied theme {theme_name} with accent {color}")

0 commit comments

Comments
 (0)