diff --git a/flake.lock b/flake.lock index 6716ad84..750ed2af 100644 --- a/flake.lock +++ b/flake.lock @@ -313,17 +313,16 @@ "tinted-kitty": { "flake": false, "locked": { - "lastModified": 1716423189, - "narHash": "sha256-2xF3sH7UIwegn+2gKzMpFi3pk5DlIlM18+vj17Uf82U=", + "lastModified": 1735730497, + "narHash": "sha256-4KtB+FiUzIeK/4aHCKce3V9HwRvYaxX+F1edUrfgzb8=", "owner": "tinted-theming", "repo": "tinted-kitty", - "rev": "eb39e141db14baef052893285df9f266df041ff8", + "rev": "de6f888497f2c6b2279361bfc790f164bfd0f3fa", "type": "github" }, "original": { "owner": "tinted-theming", "repo": "tinted-kitty", - "rev": "eb39e141db14baef052893285df9f266df041ff8", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 0063199b..59a9ecab 100644 --- a/flake.nix +++ b/flake.nix @@ -86,14 +86,7 @@ }; tinted-kitty = { - # Lock the tinted-kitty input to prevent upstream breaking changes. - # - # Considering that Stylix eventually re-implements this input's - # functionality [1], it might be easiest to lock this input to avoid - # wasted maintenance effort. - # - # [1]: https://github.com/nix-community/stylix/issues/534 - url = "github:tinted-theming/tinted-kitty/eb39e141db14baef052893285df9f266df041ff8"; + url = "github:tinted-theming/tinted-kitty"; flake = false; }; diff --git a/modules/kitty/hm.nix b/modules/kitty/hm.nix index 2c2ed99b..271d2c9c 100644 --- a/modules/kitty/hm.nix +++ b/modules/kitty/hm.nix @@ -4,7 +4,7 @@ let cfg = config.stylix.targets.kitty; theme = config.lib.stylix.colors { templateRepo = config.stylix.inputs.tinted-kitty; - target = if cfg.variant256Colors then "default-256" else "default"; + target = if cfg.variant256Colors then "base16-256-deprecated" else "base16"; }; in {