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

Method dark

fletmint/toggle_switch.py:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13 @staticmethod
14 def dark():
15 return ToggleSwitchColors(
16 container_background_color="#1b1d22",
17 container_border_color="#494D5F",
18 active_icon_color="#c3c3c8",
19 non_active_icon_color="#494D5F",
20 active_switch_background_color="#333742",
21 )
22
23 @staticmethod
24 def light():

Callers 2

__init__Method · 0.45
did_mountMethod · 0.45

Calls 1

ToggleSwitchColorsClass · 0.85

Tested by

no test coverage detected