Updated LESS colors

This commit is contained in:
Eric Renfro 2018-12-25 13:15:20 -05:00
parent c2f8cd6c75
commit ceaa567b07
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,17 @@
export LESS_TERMCAP_mb=$'\e[1;31m' # enter blinking mode
export LESS_TERMCAP_md=$'\e[1;34;74m' # double-bright mode
#export LESS_TERMCAP_md=$'\e[1;34;74m' # double-bright mode
export LESS_TERMCAP_md=$'\e[38;5;106m' # double-bright mode
export LESS_TERMCAP_me=$'\e[0m' # turn off all appearance mode
#export LESS_TERMCAP_so=$'\e[30;42m' # enter standout mode
export LESS_TERMCAP_so=$'\e[38;246m' # begin standout-mode - info box
export LESS_TERMCAP_so=$'\e[38;5;23;48;5;106m' # begin standout-mode - info box
export LESS_TERMCAP_se=$'\e[0m' # end standout mode
export LESS_TERMCAP_us=$'\e[4;32;146m' # begin underline
export LESS_TERMCAP_ue=$'\e[0m' # end underline
#export LESS_TERMCAP_so=$(tput bold; tput setaf 3; tput setab 4) # yellow on blue
#export LESS_TERMCAP_se=$(tput rmso; tput sgr0)
#export LESS_TERMCAP_mr=$(tput rev)
#export LESS_TERMCAP_mh=$(tput dim)