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:
parent
76385d2c2d
commit
89fb6b66fa
1 changed files with 1 additions and 8 deletions
|
@ -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");
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue