1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Change Bat theme to Gruvbox

This commit is contained in:
RGBCube 2023-11-06 11:48:53 +03:00
parent 76385d2c2d
commit 89fb6b66fa
No known key found for this signature in database

View file

@ -11,13 +11,6 @@
}; };
programs.bat = enabled { programs.bat = enabled {
config.theme = "catppuccin"; config.theme = "gruvbox-dark";
themes.catppuccin = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
} + "/Catppuccin-mocha.tmTheme");
}; };
}) })