theme: persist across app close

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-12-11 13:59:34 -05:00
parent 2ce845c1fc
commit 9e67f9dc8c
5 changed files with 137 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ mod route;
mod subscriptions;
mod support;
mod test_data;
mod theme_handler;
mod thread;
mod time;
mod timecache;