X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=lib%2Fconfig%2Fless%2Fdark_bg;fp=lib%2Fconfig%2Fless%2Fdark_bg;h=f4e6bd613fd2b311c772be9e01c678501061c679;hp=a547352f523401860d75d6a70b0625e0da1114c5;hb=982948e0cda4ae2879d15ffe184a6a83073ce1ed;hpb=2dd4a964704fcf93614826857b7bcf17d40dc10f diff --git a/lib/config/less/dark_bg b/lib/config/less/dark_bg index a547352..f4e6bd6 100644 --- a/lib/config/less/dark_bg +++ b/lib/config/less/dark_bg @@ -1,8 +1,4 @@ # See https://unix.stackexchange.com/q/108699 and man terminfo -export LESS_TERMCAP_ZN="`tput ssubm`" # Enter subscript mode -export LESS_TERMCAP_ZO="`tput ssupm`" # Enter superscript mode -export LESS_TERMCAP_ZV="`tput rsubm`" # End subscript mode -export LESS_TERMCAP_ZW="`tput rsupm`" # End superscript mode export LESS_TERMCAP_mb="`tput bold; tput setaf 2`" # begin blinking - bold green export LESS_TERMCAP_md="`tput bold; tput setaf 6`" # begin bold - cyan export LESS_TERMCAP_me="`tput sgr0`" # end mode