From 6c0429a7e7f2ec2ab45a059ee86ab065fca77e97 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 9 Nov 2025 04:07:17 -0700 Subject: upstream fixed catppuccin theme for bat manpages --- modules/home-manager/bat.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index b54677f..e6984de 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -4,11 +4,11 @@ enable = true; config = { pager = "less -FR"; - theme = "Solarized (dark)"; - # theme = "catppuccin-mocha"; + # theme = "Solarized (dark)"; + theme = "catppuccin-mocha"; + }; + themes = { + catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; }; - # themes = { - # catppuccin-mocha = builtins.readFile "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; - # }; }; } -- cgit v1.2.3