MyNixOS website logo

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.

Declarations
Type
attribute set of (JSON value or string or absolute path)
Default
{ }
Example
{
  label = "My Theme";
  light = {
    fg = "#89b4fa";
    bg = "#1e1e2e";
    link = "#89b4fa";
  };
  dark = { };
}