This commit is contained in:
2023-06-20 14:03:00 -04:00
parent f7999d7c9a
commit e9ca2e5a6e
9 changed files with 67 additions and 24 deletions

View File

@@ -3,14 +3,14 @@ pkgs:
enable = true;
extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep batwatch ];
config = {
theme = "catppuccin-macchiato";
theme = "catppuccin-frappe";
};
themes = {
catppuccin-macchiato = builtins.readFile (pkgs.fetchFromGitHub {
catppuccin-frappe = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "sublime-text"; # Bat uses sublime syntax for its themes
rev = "3d8625d937d89869476e94bc100192aa220ce44a";
sha256 = "3ABUsfJpb6RO6AiuuSL5gwDofJIwC5tlEMzBrlY9/s0=";
} + "/Macchiato.tmTheme");
} + "/Frappe.tmTheme");
};
}