11.stylix/docs/src
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
..
options/platforms doc: collapse platforms and modules 2025-02-23 15:20:12 +00:00
commit_convention.md doc: fix two titles not using sentence case (#769) 2025-01-12 19:34:45 +01:00
configuration.md treewide: optionalize stylix.image option (#717) 2025-02-24 15:13:57 +01:00
development_environment.md doc: elaborate pre-commit hook usage in development environment (#793) 2025-01-25 19:21:13 +00:00
installation.md doc: remove "below" which was moved to a separate page (#727) 2025-01-04 15:55:13 +00:00
modules.md doc: describe how to create module documentation 2025-02-19 13:45:27 +00:00
styling.md treewide: add and apply typos pre-commit hook 2025-01-04 17:45:52 +01:00
SUMMARY.md doc: collapse platforms and modules 2025-02-23 15:20:12 +00:00
testbed_gnome_default_dark.png stylix: parametrize and change testbed field separator (#887) 2025-02-23 18:17:59 +00:00
testbeds.md stylix: parametrize and change testbed field separator (#887) 2025-02-23 18:17:59 +00:00
tricks.md doc: Update tricks per tinted-theming schema changes (#792) 2025-01-26 22:28:40 +00:00