metasearch/src/web/assets/themes
2024-07-16 21:48:21 +00:00
..
catppuccin-latte.css Catppuccin latte (#12) 2024-07-03 01:29:02 -05:00
catppuccin-macchiato.css add catppuccin macchiato theme (by mudkip) 2024-07-16 21:48:21 +00:00
catppuccin-mocha.css normalize themes 2024-07-01 02:36:22 -05:00
discord.css normalize themes 2024-07-01 02:36:22 -05:00
nord-bluish.css updated nord theme with new props 2024-07-01 19:51:03 -04:00
README add guide on how to add new themes 2024-06-30 17:57:28 -05:00

How to add new themes:

- Copy a similar theme in this directory and rename it to your theme's name and modify it as necessary
- Add the route at `src/web/mod.rs`
- Add it as an option in settings at `src/web/settings.rs`