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": {
"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,

View file

@ -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";

View file

@ -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";
};
};
};