dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

.colors (559B)


      1 # .colors
      2 #
      3 # 0x=normal, 1x=bold, 4x=underline, 5x=blink, 7x=inverse
      4 # 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white
      5 
      6 # Colour support for less.
      7 export LESS_TERMCAP_mb=$'\E[01;31m'    # begin blinking
      8 export LESS_TERMCAP_md=$'\E[01;31m'    # begin bold
      9 export LESS_TERMCAP_me=$'\E[0m'        # end blinking, bold
     10 export LESS_TERMCAP_so=$'\E[01;44;33m' # begin standout
     11 export LESS_TERMCAP_se=$'\E[0m'        # end standout
     12 export LESS_TERMCAP_us=$'\E[04;32m'    # begin underline
     13 export LESS_TERMCAP_ue=$'\E[0m'        # end underline