From 5ab73e7819f6bf7851a2f0e45d429bd45fd86be6 Mon Sep 17 00:00:00 2001
From: khaneliman
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: