11.stylix/stylix/testbed/themes
Daniel Thwaites 8017dec82d
stylix/testbed: make path escaping test actually contain a space
Previously the space was sanitized away by `fetchurl` because it was
part of the derivation name. Also, the path with a space was not used
in the `schemeless` theme, which is where the bug happened.
2025-07-30 15:08:03 +02:00
..
cursorless.nix stylix: move testbed themes to their own files 2025-05-28 00:30:20 +01:00
dark.nix stylix: move testbed themes to their own files 2025-05-28 00:30:20 +01:00
imageless.nix stylix: move testbed themes to their own files 2025-05-28 00:30:20 +01:00
light.nix stylix: move testbed themes to their own files 2025-05-28 00:30:20 +01:00
README.md stylix: move testbed themes to their own files 2025-05-28 00:30:20 +01:00
schemeless.nix stylix/testbed: make path escaping test actually contain a space 2025-07-30 15:08:03 +02:00

Testbed themes

This directory contains modules that configure various themes used in the testbeds.

The total number of testbeds is calculated as target × theme, where target is the number of modules/«target»/testbeds/«target».nix files and theme is the number of stylix/testbed/themes/«theme».nix files.

Caution

Do not add themes unnecessarily. Doing so will dramatically increase the size of the test suite!