From 4637efce6a8370135743dcb867687c17f6cf845b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:44:22 +0200 Subject: [PATCH] feat: change bat theme --- modules/home/bat.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/bat.nix b/modules/home/bat.nix index 4a63753..82de6d2 100644 --- a/modules/home/bat.nix +++ b/modules/home/bat.nix @@ -4,7 +4,7 @@ enable = true; config = { pager = "less -FR"; - theme = "Dracula"; + theme = "base16"; }; }; -} \ No newline at end of file +}