diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 4a63753..82de6d2 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -4,7 +4,7 @@ enable = true; config = { pager = "less -FR"; - theme = "Dracula"; + theme = "base16"; }; }; -} \ No newline at end of file +}