diff --git a/options.xhtml b/options.xhtml index 157540645..b31afb859 100644 --- a/options.xhtml +++ b/options.xhtml @@ -80221,10 +80221,12 @@ YAML 1.1 value

-

Theme for vivid

+

An attribute set of vivid themes. +Each value can either be a path to a theme file or an attribute set +defining the theme directly (which will be converted from Nix to YAML).

Type: -attribute set of absolute path

+attribute set of (absolute path or YAML 1.1 value)

Default: { }

@@ -80239,6 +80241,18 @@ attribute set of absolute path

url = "https://raw.githubusercontent.com/NearlyTRex/Vivid/refs/heads/master/themes/catppuccin-mocha.yml"; hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; }; + + my-custom-theme = { + colors = { + blue = "0000ff"; + }; + core = { + directory = { + foreground = "blue"; + font-style = "bold"; + }; + }; + }; }