Dimchikkk/velo

Add support for dark mode

Closed this issue · 2 comments

Add support for dark mode

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 to pkv
  • create system that updates colours based on chosen theme in runtime
  • on button click run that system

This is duplicate of #158