diff --git a/modules/home/bat/default.nix b/modules/home/bat/default.nix index 930a9b1..338d99a 100644 --- a/modules/home/bat/default.nix +++ b/modules/home/bat/default.nix @@ -4,14 +4,14 @@ enable = true; config = { pager = "less -FR"; - theme = "Catppuccin-mocha"; - }; - themes = { - src = inputs.catppuccin-bat; - # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme - Catppuccin-mocha = { - file = "Catppuccin-mocha.tmTheme"; - }; + theme = "Dracula"; }; + # themes = { + # src = inputs.catppuccin-bat; + # # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme + # Catppuccin-mocha = { + # file = "Catppuccin-mocha.tmTheme"; + # }; + # }; }; } \ No newline at end of file