Added to config.dconf.settings
under com/github/johnfactotum/Foliate
, the scheme is defined at https://github.com/johnfactotum/foliate/blob/gtk4/data/com.github.johnfactotum.Foliate.gschema.xml.
Declarations
Type
attribute set of ((GVariant value) or attribute set of (GVariant value))
Default
{ }
Example
{
myTheme = {
color-scheme = 0;
library = {
view-mode = "grid";
show-covers = true;
};
"viewer/view" = {
theme = "myTheme.json";
};
"viewer/font" = {
monospace = "Maple Mono";
default-size = 12;
};
};
}