From 388e48e0164b41b8ab9a3f982a189cef9738bf8d Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 7 Sep 2025 14:47:16 +0000 Subject: [PATCH] deploy: f35703b412c67b48e97beb6e27a6ab96a084cd37 --- options.xhtml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/options.xhtml b/options.xhtml index 3f0684c40..09d22d995 100644 --- a/options.xhtml +++ b/options.xhtml @@ -7512,6 +7512,30 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/misc/gtk.nix> + +
+ +
+ + gtk.colorScheme + + +
+
+

Default color scheme for all GTK versions

+ +

Type: +null or one of “dark”, “light”

+ +

Default: +null

+

Declared by:

@@ -8246,6 +8270,30 @@ list of string

] +

Declared by:

+ + +
+ +<home-manager/modules/misc/gtk/gtk3.nix> + +
+ +
+ + gtk.gtk3.colorScheme + + +
+
+

Color scheme for GTK 3 applications.

+ +

Type: +null or one of “dark”, “light”

+ +

Default: +config.gtk.colorScheme

+

Declared by:

@@ -8689,6 +8737,30 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/misc/gtk/gtk4.nix> + +
+ +
+ + gtk.gtk4.colorScheme + + +
+
+

Color scheme for GTK 4 applications.

+ +

Type: +null or one of “dark”, “light”

+ +

Default: +config.gtk.colorScheme

+

Declared by: