update readme

This commit is contained in:
Tom Schimansky 2021-12-13 22:02:59 +01:00
parent 8fb9372d0e
commit b3d32a419f

View File

@ -347,6 +347,7 @@ from_ | lower slider value
to | upper slider value to | upper slider value
border_width | space around the slider rail in px border_width | space around the slider rail in px
fg_color | forground color, tuple: (light_color, dark_color) or single color fg_color | forground color, tuple: (light_color, dark_color) or single color
progress_color | tuple: (light_color, dark_color) or single color, colors the slider line before the round button and is set to fg_color by default
bg_color | background color, tuple: (light_color, dark_color) or single color bg_color | background color, tuple: (light_color, dark_color) or single color
border_color | slider border color, normally transparent (None) border_color | slider border color, normally transparent (None)
button_color | color of the slider button, tuple: (light_color, dark_color) or single color button_color | color of the slider button, tuple: (light_color, dark_color) or single color