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