Daniel Thwaites
Daniel Thwaites
In fact, it may be more appropriate to use [milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones) rather than tracking issues at all.
https://github.com/danth/stylix/pull/102 might be worth looking over - there may be some overlap with what you're doing here. > verbose color handles vs shorthand (eg 'outline' vs 'ol' and 'red' vs...
Nested attribute sets would work well and allow us to write functions such as this: ```nix cssForButton = class: swatch: '' .${class} { background-color: ${swatch.background}; color: ${swatch.foreground}; } .${class}:hover {...
Feel free to go ahead and merge the approved PRs in the correct order. A rollup would clean up the commit history a little, but I wouldn't say it's strictly...
> Instead, there is now a GNOME/GTK theme sync background service running with Plasma 6. This is the same as with Plasma 5; that's what the `kded5rc` setting is turning...
I don't have much time to work on this myself right now, but feel free to open one anyways. > I also noticed that the testbed file does not have...
This most likely depends on the relevant module in NixOS being completed. Tracking issue: https://github.com/NixOS/nixpkgs/issues/259641 PR for NixOS module: https://github.com/NixOS/nixpkgs/pull/292601
Possibly related: #142
This could make use of black box types, which will be introduced by #102, to allow syntax like: - `fonts.sizes.applications = config.lib.stylix.types.size.from.points 12` - `config.stylix.fonts.sizes.applications.as.pixels` - `config.stylix.fonts.sizes.applications.as.points` [See here](https://github.com/danth/stylix/blob/6abdf392673938d3f82b83b951bce798dea9736c/lib/types.nix#L12) for...
Yep, I don't see any reason not to start implementing this on a module-by-module basis.