feat(bat): update

This commit is contained in:
winston 2024-03-07 13:40:26 +01:00
parent 48c895adae
commit 6c531133e9
Signed by: winston
GPG key ID: 3786770EDBC2B481
3 changed files with 20 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{ {
"catppuccin-bat": { "catppuccin-bat": {
"cargoLocks": null, "cargoLocks": null,
"date": "2022-11-10", "date": "2024-03-02",
"extract": null, "extract": null,
"name": "catppuccin-bat", "name": "catppuccin-bat",
"passthru": null, "passthru": null,
@ -11,12 +11,12 @@
"fetchSubmodules": false, "fetchSubmodules": false,
"leaveDotGit": false, "leaveDotGit": false,
"name": null, "name": null,
"rev": "ba4d16880d63e656acced2b7d4e034e4a93f74b1", "rev": "0ce3d34921ba1b544a4d82aa01352abd553d51ef",
"sha256": "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=", "sha256": "sha256-PLbTLj0qhsDj+xm+OML/AQsfRQVPXLYQNEPllgKcEx4=",
"type": "git", "type": "git",
"url": "https://github.com/catppuccin/bat" "url": "https://github.com/catppuccin/bat"
}, },
"version": "ba4d16880d63e656acced2b7d4e034e4a93f74b1" "version": "0ce3d34921ba1b544a4d82aa01352abd553d51ef"
}, },
"catppuccin-wezterm": { "catppuccin-wezterm": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -3,16 +3,16 @@
{ {
catppuccin-bat = { catppuccin-bat = {
pname = "catppuccin-bat"; pname = "catppuccin-bat";
version = "ba4d16880d63e656acced2b7d4e034e4a93f74b1"; version = "0ce3d34921ba1b544a4d82aa01352abd553d51ef";
src = fetchgit { src = fetchgit {
url = "https://github.com/catppuccin/bat"; url = "https://github.com/catppuccin/bat";
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1"; rev = "0ce3d34921ba1b544a4d82aa01352abd553d51ef";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw="; sha256 = "sha256-PLbTLj0qhsDj+xm+OML/AQsfRQVPXLYQNEPllgKcEx4=";
}; };
date = "2022-11-10"; date = "2024-03-02";
}; };
catppuccin-wezterm = { catppuccin-wezterm = {
pname = "catppuccin-wezterm"; pname = "catppuccin-wezterm";

View file

@ -25,13 +25,21 @@ in {
bat = { bat = {
enable = true; enable = true;
themes = { themes = {
"Catppuccin-latte" = { "Catppuccin Latte" = {
src = srcs.catppuccin-bat.src; src = srcs.catppuccin-bat.src;
file = "Catppuccin-latte.tmTheme"; file = "themes/Catppuccin Latte.tmTheme";
}; };
"Catppuccin-frappe" = { "Catppuccin Frappe" = {
src = srcs.catppuccin-bat.src; 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";
}; };
}; };
}; };