Closed TotalChaos05 closed 1 year ago
Could you give some more information on how you're trying to load the theme?
I'd assume it'd be the base16-schemes breaking changes https://github.com/tinted-theming/base16-schemes/commit/6af7c41a1c87f0761b27beceaf9554bb73a00868 being propagated
Means you'd need either
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
if you're pinned to the newer release or
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin.yaml";
if you're pinned to the previous release
Edit: After a bit more digging, fairly certain this is from the unstable branch updating the base16 package 3 days ago https://github.com/NixOS/nixpkgs/commit/220417787f057a3f8daf7bb8530395a0b1079f32, with the previous version being committed back in February before the breaking changes
does it pull directly from nixpkgs? i thought it pulled from SenchoPens/base16.nix
@RANKSHANK was correct, i guess i just forgot to update my flake after i pushed the changes to nixpkgs
Could you give some more information on how you're trying to load the theme?