diff --git a/options.xhtml b/options.xhtml index 82b9067a2..bebcc09f8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -64244,6 +64244,33 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/programs/zed-editor.nix> + +
+ +
+ + programs.zed-editor.themes + + +
+
+

Each theme is written to +$XDG_CONFIG_HOME/zed/themes/theme-name.json +where the name of each attribute is the theme-name

See https://zed.dev/docs/extensions/themes for the structure of a +Zed theme

+ +

Type: +attribute set of (JSON value or absolute path or strings concatenated with ā€œ\nā€)

+ +

Default: +{ }

+

Declared by: