summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMathieu Fenniak <biziqe@mathieu.fenniak.net>2022-11-23 10:56:26 -0700
committerGitHub <noreply@github.com>2022-11-23 18:56:26 +0100
commitda7ea13ba928a36c0b41cb520b0cc192f6389143 (patch)
tree2ceaa7fef704b0b9dbd3b0f784412c22b11c63a3 /themes
parenta473c0cb4ad325de211f37388b0ff6ae435b6df4 (diff)
downloadzsh-da7ea13ba928a36c0b41cb520b0cc192f6389143.tar.gz
zsh-da7ea13ba928a36c0b41cb520b0cc192f6389143.tar.bz2
zsh-da7ea13ba928a36c0b41cb520b0cc192f6389143.zip
fix(avit): replace deprecated GREP_COLOR (#11168)
Diffstat (limited to 'themes')
-rw-r--r--themes/avit.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/avit.zsh-theme b/themes/avit.zsh-theme
index f90ba331b..1279ea919 100644
--- a/themes/avit.zsh-theme
+++ b/themes/avit.zsh-theme
@@ -82,4 +82,4 @@ ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[white]%}"
# LS colors, made with https://geoff.greer.fm/lscolors/
export LSCOLORS="exfxcxdxbxegedabagacad"
export LS_COLORS='di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
-export GREP_COLOR='1;33'
+export GREP_COLORS='mt=1;33'