Add support for dark mode
Closed this issue · 2 comments
Dimchikkk commented
Add support for dark mode
Dimchikkk commented
velo has https://github.com/StaffEngineer/velo/blob/main/src/themes.rs
To implement dark mode the following steps can be taken:
- adjust colour palette for dark theme in
themes.rs
- create button that switching the theme and writes
user_preferences
theme topkv
- create system that updates colours based on chosen theme in runtime
- on button click run that system