From 1e53f46930b7aa410858c3bc228caaf1726547e7 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 6 Apr 2024 13:11:56 -0600 Subject: man colors should work with this bat theme --- modules/home-manager/bat.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager/bat.nix') diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index 13e8e6d..b54677f 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -4,6 +4,7 @@ enable = true; config = { pager = "less -FR"; + theme = "Solarized (dark)"; # theme = "catppuccin-mocha"; }; # themes = { -- cgit v1.2.3