diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-06 13:11:56 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-06 13:11:56 -0600 |
| commit | 1e53f46930b7aa410858c3bc228caaf1726547e7 (patch) | |
| tree | a87c5fca918a1ff8a29093f480b10462fd9a7228 /modules | |
| parent | 9a2c0dfff8bfbde84f6739cc39935029b6ddefd3 (diff) | |
man colors should work with this bat theme
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/bat.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
