]> git.phdru.name Git - dotfiles.git/blob - lib/config/less/dark_bg
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / lib / config / less / dark_bg
1 # See https://unix.stackexchange.com/q/108699 and man terminfo
2 export LESS_TERMCAP_mb="`tput bold; tput setaf 2`" # instead of blinking begin bold green
3 export LESS_TERMCAP_md="`tput bold; tput setaf 6`" # begin bold cyan
4 export LESS_TERMCAP_me="`tput sgr0`" # end mode
5 export LESS_TERMCAP_mh="`tput dim`" # half-bright mode
6 export LESS_TERMCAP_mr="`tput rev`" # reverse video mode
7 export LESS_TERMCAP_se="`tput rmso; tput sgr0`" # end standout-mode
8 export LESS_TERMCAP_so="`tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue
9 export LESS_TERMCAP_ue="`tput rmul; tput sgr0`" # end underline
10 export LESS_TERMCAP_us="`tput smul; tput bold; tput setaf 7`" #  # begin underline bold white