changeset 59:2a3670fb2ef2

Improve highlighting background for "less"
author IBBoard <dev@ibboard.co.uk>
date Wed, 19 Apr 2017 20:55:58 +0100
parents 0829728189a2
children b453b679dd57
files bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc	Wed Apr 19 20:47:29 2017 +0100
+++ b/bashrc	Wed Apr 19 20:55:58 2017 +0100
@@ -44,5 +44,5 @@
 PS1='\[\033[01;38;5;34m\]\[$(ppwd)\]\u\[\033[01;38;5;28m\]@\[\033[01;38;5;34m\]\h\[\033[39m\]:\[\033[01;38;5;26m\]\w$(test $PWD != / && echo -n /)\[\033[39m\]>\[\033[00m\] '
 
 # Fix "less" highlighting
-export LESS_TERMCAP_so=$'\033[30;47m'
+export LESS_TERMCAP_so=$'\033[30;48;5;247m'
 export LESS_TERMCAP_se=$'\033[0m'
\ No newline at end of file