Replaces mustache template with a theme specified using
Home Manager options. This removes the need for separate
templates for TOML and YAML formats.
The new colors better align with other terminal modules (e.g. wezterm),
and base24 schemes with bright- mnemonics are now supported.
Closes#341.
These files were renamed in upstream nixos-artwork and merged into nixpkgs 2 days ago.
- ce919b8180
- https://github.com/NixOS/nixpkgs/pull/303068
Additionally, the source root of the package has been moved, so we patch the `src` directly
rather than using mkDerivation's `patchPhase`.
This patch bumps base16.nix dependency to introduce support for
the new tinted-theming/schemes repository, which is the nixpkgs repo
for pkgs.base16-schemes.
HM just added a new bemenu module upstream, so this commit changes the
stylix bemenu module to use that instead.
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
Since version 0.13.0 alacritty has switched to TOML config
file format. For backwards compatibility this patch implements conditional
template format depending on the package version.
Closes#214
This does not rely on an external library for colour selection,
therefore it can be fine-tuned to create a better theme.
Closes#2 because Colorgram is no longer used.