From b3cca7010b8385daeeec86d6534c993c974c8fba Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Jun 2024 17:57:28 -0500 Subject: [PATCH] add guide on how to add new themes --- src/web/assets/themes/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/web/assets/themes/README 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`