diff --git a/options.xhtml b/options.xhtml index cefefcac2..00286d35d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -29934,6 +29934,36 @@ package

Default: pkgs.kakoune-unwrapped

+

Declared by:

+ + +
+ +<home-manager/modules/programs/kakoune.nix> + +
+ +
+ + programs.kakoune.colorSchemePackage + + +
+
+

A kakoune color schemes to add to your colors folder. This works +because kakoune recursively checks +$XDG_CONFIG_HOME/kak/colors/. To apply the color scheme use +programs.kakoune.config.colorScheme = "theme".

+ +

Type: +null or package

+ +

Default: +null

+ +

Example: +pkgs.kakounePlugins.kakoune-catppuccin

+

Declared by: