MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/lazygit/config.yml on Linux or on Darwin if is set, otherwise ~/Library/Application Support/lazygit/config.yml. See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md for supported values.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  gui = {
    theme = {
      activeBorderColor = [
        "blue"
        "bold"
      ];
      inactiveBorderColor = [
        "black"
      ];
      lightTheme = true;
      selectedLineBgColor = [
        "default"
      ];
    };
  };
}