diff --git a/src/web/assets/themes/README b/src/web/assets/themes/README new file mode 100644 index 0000000..a68c44b --- /dev/null +++ b/src/web/assets/themes/README @@ -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`