11.stylix/stylix
Flameopathic c8e4a0d218
treewide: optionalize stylix.image option (#717)
Optionalize the stylix.image option when stylix.base16Scheme is set,
making the following Stylix configurations valid:

    [
      // Now it possible to set 'stylix.image = null', if
      // stylix.base16Scheme is set.
      {
        base16Scheme = /* ... */;
      }

      // This configuration was already possible.
      {
        image = /* ... */;
      }

      // This configuration was already possible.
      {
        base16Scheme = /* ... */;
        image = /* ... */;
      }
    ]

Closes: https://github.com/danth/stylix/issues/200
Closes: https://github.com/danth/stylix/issues/442
Link: https://github.com/danth/stylix/pull/717

Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Tested-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-02-24 15:13:57 +01:00
..
darwin stylix: use absolute paths for module imports 2025-02-18 14:37:50 +00:00
hm stylix: use absolute paths for module imports 2025-02-18 14:37:50 +00:00
nixos stylix: use absolute paths for module imports 2025-02-18 14:37:50 +00:00
autoload.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
cursor.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
fonts.nix doc: expand description of font units (#819) 2025-02-03 20:34:17 +01:00
home-manager-integration.nix stylix: use absolute paths for module imports 2025-02-18 14:37:50 +00:00
icon.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
opacity.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
palette.html.mustache treewide: remove tailing whitespaces (#228) 2024-01-25 08:45:05 +00:00
palette.json.mustache stylix: fix palette generator caching (#867) 2025-02-18 13:34:14 +01:00
palette.nix treewide: optionalize stylix.image option (#717) 2025-02-24 15:13:57 +01:00
pixel.nix treewide: add and apply nixfmt pre-commit hook 2025-01-04 17:48:26 +01:00
target.nix treewide: optionalize stylix.image option (#717) 2025-02-24 15:13:57 +01:00
templates.nix firefox: add colorTheme.enable option (#881) 2025-02-22 17:27:39 +01:00
testbed.nix treewide: optionalize stylix.image option (#717) 2025-02-24 15:13:57 +01:00