mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-22 09:00:58 +00:00
separate light and dark theme
This commit is contained in:
parent
d7ec07cd0d
commit
80e0d539fa
11 changed files with 66 additions and 84 deletions
|
@ -21,8 +21,9 @@ struct SettingsTemplate {
|
|||
|
||||
// CONSTANTS
|
||||
|
||||
const PREFS: [&str; 18] = [
|
||||
"theme",
|
||||
const PREFS: [&str; 19] = [
|
||||
"theme_light",
|
||||
"theme_dark",
|
||||
"front_page",
|
||||
"layout",
|
||||
"wide",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue