MCPcopy Create free account
hub / github.com/Bbalduzz/fletmint / light

Method light

fletmint/toggle.py:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26 @staticmethod
27 def light():
28 return ToggleColors(
29 label_text_color="#697492",
30 default_outline_color="#c1c9df",
31 selected_outline_color="#1f5eff",
32 default_thumb_color="#7b849c",
33 selected_thumb_color="#ffffff",
34 selected_track_color="#1f5eff",
35 default_track_color="#ffffff",
36 )
37
38
39class Toggle(ft.Switch):

Callers 1

apply_themeMethod · 0.45

Calls 1

ToggleColorsClass · 0.85

Tested by

no test coverage detected