separate light and dark theme

This commit is contained in:
nieve 2025-02-11 21:55:01 -05:00
parent d7ec07cd0d
commit 80e0d539fa
11 changed files with 66 additions and 84 deletions

View file

@ -21,8 +21,9 @@ struct SettingsTemplate {
// CONSTANTS
const PREFS: [&str; 18] = [
"theme",
const PREFS: [&str; 19] = [
"theme_light",
"theme_dark",
"front_page",
"layout",
"wide",