From 677a5df9e4beab2d88d8e2096372f78b4dd6c18f Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 26 Mar 2024 17:01:20 +0000 Subject: [PATCH] Try different bat theme for light mode --- zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.zsh b/zshrc.zsh index c1ad4ae..d533278 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -143,7 +143,7 @@ fi # bat Light mode Coldark-Dark local batTheme="OneHalfDark" if [[ $MACOS_APPEARANCE == "light" ]]; then - batTheme="Coldark-Dark" + batTheme="base16-256" fi export BAT_THEME=$batTheme