()
| 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(): |
no test coverage detected