all repos — nixfiles @ 97bb1e5fe052f2446e88fe82e26f4ad800a28036

System and user configuration, managed by nix and home-manager

base: use dark/light-compatible theme in bat
Alan Pearce alan@alanpearce.eu
Tue, 19 Sep 2023 20:10:14 +0200
commit

97bb1e5fe052f2446e88fe82e26f4ad800a28036

parent

f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -70,7 +70,7 @@ batgrep       batpipe
     ];
     config = {
-      theme = "gruvbox-light";
+      theme = "ansi";
     };
   };
   programs.nix-index-database.comma.enable = true;