From 3fc3c2a9ee8110fd8956e17fcf66fa8d5e03c1cc Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 15 May 2024 19:49:21 +0100 Subject: [PATCH] Update bat theme for light mode --- zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.zsh b/zshrc.zsh index b132c0c..1af5997 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -148,7 +148,7 @@ fi # bat Light mode Coldark-Dark local batTheme="OneHalfDark" if [[ $MACOS_APPEARANCE == "light" ]]; then - batTheme="base16-256" + batTheme="gruvbox-light" fi export BAT_THEME=$batTheme