programs.kitty.autoThemeFiles

Configure Kitty automatic color themes. This creates $XDG_CONFIG_HOME/kitty/light-theme.auto.conf, $XDG_CONFIG_HOME/kitty/dark-theme.auto.conf, and $XDG_CONFIG_HOME/kitty/no-preference-theme.auto.conf. Kitty applies these based on the OS color scheme, and they override other color and background image settings.

Type
null or (submodule)
Default
null
Example
{
  light = "GitHub";
  dark = "TokyoNight";
  noPreference = "OneDark";
}
Declared
<home-manager/modules/programs/kitty.nix>