diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/user.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/user.rs b/common/src/user.rs index 89a8fca..ef78eca 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -58,6 +58,7 @@ pub enum Theme { Dark, Light, Purple, + Black, } #[derive(Debug, Clone, Copy, Serialize, Default, Deserialize, PartialEq, Encode, Decode)] @@ -75,6 +76,7 @@ impl Theme { (Theme::Dark, "Dark"), (Theme::Light, "Light"), (Theme::Purple, "Purple"), + (Theme::Black, "Black"), ]; } impl PlayerKind { |