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

Method dark

fletmint/toggle.py:16–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15 @staticmethod
16 def dark():
17 return ToggleColors(
18 label_text_color="#515766",
19 default_outline_color="#494D5F",
20 selected_outline_color="#1f5eff",
21 default_thumb_color="#7b849c",
22 selected_thumb_color="#ffffff",
23 selected_track_color="#1f5eff",
24 )
25
26 @staticmethod
27 def light():

Callers 1

apply_themeMethod · 0.45

Calls 1

ToggleColorsClass · 0.85

Tested by

no test coverage detected