diff dot_zshrc @ 263:fab71b4ac0b9

Colorscheme fixes
author zegervdv <zegervdv@me.com>
date Sun, 24 May 2020 19:13:33 +0200
parents 44d179225271
children b853d45b97d3
line wrap: on
line diff
--- a/dot_zshrc	Sun May 24 10:24:04 2020 +0200
+++ b/dot_zshrc	Sun May 24 19:13:33 2020 +0200
@@ -65,6 +65,13 @@
 bindkey '^p' history-substring-search-up
 bindkey '^n' history-substring-search-down
 
+export LESS_TERMCAP_mb=$(printf "\e[1;31m")
+export LESS_TERMCAP_md=$(printf "\e[1;31m")
+export LESS_TERMCAP_me=$(printf "\e[0m")
+export LESS_TERMCAP_se=$(printf "\e[0m")
+export LESS_TERMCAP_so=$(printf "\e[1;44;33m")
+export LESS_TERMCAP_ue=$(printf "\e[0m")
+export LESS_TERMCAP_us=$(printf "\e[1;32m")
 
 export CLICOLOR=1
 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:'