add guide on how to add new themes
This commit is contained in:
parent
6993542674
commit
b3cca7010b
5
src/web/assets/themes/README
Normal file
5
src/web/assets/themes/README
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
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`
|
Loading…
Reference in New Issue
Block a user