foliate: fix theme settings example (#7053)

This commit is contained in:
awwpotato
2025-05-13 17:06:18 -07:00
committed by GitHub
parent 8d832ddfda
commit b44c39cf46
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ in
show-covers = true;
};
"viewer/view" = {
theme = "My Theme";
theme = "myTheme.json";
};
"viewer/font" = {
monospace = "Maple Mono";

View File

@@ -9,7 +9,7 @@
show-covers = true;
};
"viewer/view" = {
theme = "My Theme";
theme = "myTheme.json";
};
"viewer/font" = {
monospace = "Maple Mono";