MyNixOS website logo

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.

Declarations
Type
null or (submodule)
Default
null
Example
{
  dark = "TokyoNight";
  light = "GitHub";
  noPreference = "OneDark";
}