diff --git a/options.html b/options.html index 260e69f92..c4b0b5fa4 100644 --- a/options.html +++ b/options.html @@ -6505,7 +6505,7 @@ for the full list of options.
Type: See https://zellij.dev/documentation for the full list of options.
Type: YAML value
Default: { }
Example:
{ theme = "custom"; - themes.custom.fg = 5; + themes.custom.fg = "#ffffff"; }
Declared by:
<home-manager/modules/programs/zellij.nix>
|