From 6c531133e9b519aaa2a3772fc7bcd6abe1d121f5 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 7 Mar 2024 13:40:26 +0100 Subject: [PATCH] feat(bat): update --- _sources/generated.json | 8 ++++---- _sources/generated.nix | 8 ++++---- home/apps/zsh.nix | 16 ++++++++++++---- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/_sources/generated.json b/_sources/generated.json index b15e1ff..ffe8a10 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -1,7 +1,7 @@ { "catppuccin-bat": { "cargoLocks": null, - "date": "2022-11-10", + "date": "2024-03-02", "extract": null, "name": "catppuccin-bat", "passthru": null, @@ -11,12 +11,12 @@ "fetchSubmodules": false, "leaveDotGit": false, "name": null, - "rev": "ba4d16880d63e656acced2b7d4e034e4a93f74b1", - "sha256": "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=", + "rev": "0ce3d34921ba1b544a4d82aa01352abd553d51ef", + "sha256": "sha256-PLbTLj0qhsDj+xm+OML/AQsfRQVPXLYQNEPllgKcEx4=", "type": "git", "url": "https://github.com/catppuccin/bat" }, - "version": "ba4d16880d63e656acced2b7d4e034e4a93f74b1" + "version": "0ce3d34921ba1b544a4d82aa01352abd553d51ef" }, "catppuccin-wezterm": { "cargoLocks": null, diff --git a/_sources/generated.nix b/_sources/generated.nix index 80ded8b..4b9cfba 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -3,16 +3,16 @@ { catppuccin-bat = { pname = "catppuccin-bat"; - version = "ba4d16880d63e656acced2b7d4e034e4a93f74b1"; + version = "0ce3d34921ba1b544a4d82aa01352abd553d51ef"; src = fetchgit { url = "https://github.com/catppuccin/bat"; - rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1"; + rev = "0ce3d34921ba1b544a4d82aa01352abd553d51ef"; fetchSubmodules = false; deepClone = false; leaveDotGit = false; - sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw="; + sha256 = "sha256-PLbTLj0qhsDj+xm+OML/AQsfRQVPXLYQNEPllgKcEx4="; }; - date = "2022-11-10"; + date = "2024-03-02"; }; catppuccin-wezterm = { pname = "catppuccin-wezterm"; diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index ca38892..f495f9c 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -25,13 +25,21 @@ in { bat = { enable = true; themes = { - "Catppuccin-latte" = { + "Catppuccin Latte" = { src = srcs.catppuccin-bat.src; - file = "Catppuccin-latte.tmTheme"; + file = "themes/Catppuccin Latte.tmTheme"; }; - "Catppuccin-frappe" = { + "Catppuccin Frappe" = { src = srcs.catppuccin-bat.src; - file = "Catppuccin-frappe.tmTheme"; + file = "themes/Catppuccin Frappe.tmTheme"; + }; + "Catppuccin Macchiato" = { + src = srcs.catppuccin-bat.src; + file = "themes/Catppuccin Macchiato.tmTheme"; + }; + "Catppuccin Mocha" = { + src = srcs.catppuccin-bat.src; + file = "themes/Catppuccin Mocha.tmTheme"; }; }; };