programs.foliate.themes
Home-Manager option
Each theme is written to $XDG_CONFIG_HOME/com.github.johnfactotum.Foliate/themes/NAME.json. See https://github.com/johnfactotum/foliate/blob/gtk4/src/themes.js for implementation of themes in Foliate.
type: attribute set of (JSON value or string or absolute path)Default
{ }Example
declared in: <home-manager/modules/programs/foliate.nix>source unavailable{ label = "My Theme"; light = { fg = "#89b4fa"; bg = "#1e1e2e"; link = "#89b4fa"; }; dark = { }; }