commit 307be2a0642243cac8c73e92586de2846ebe8bf8
parent 7c62254593f9017e55e2aa7da364c975bfece37e
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Mon, 10 Apr 2023 21:10:45 +0530
Fix less tranparent search color issue
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.profile b/.profile
@@ -99,8 +99,8 @@ chance "${XDG_CONFIG_HOME}/sh/unstaged"
# Theme
# Hyper Red
-export LESS_TERMCAP_us=$'\E[0;31m'
-export LESS_TERMCAP_ue=$'\E[0m'
+export LESS_TERMCAP_so=$'\e[31m'
+export LESS_TERMCAP_se=$'\e[0m'
export CLICOLOR=1
export LSCOLORS="xxexcxdxbxegxdxbagxcxd"
export LS_COLORS="di=0:ln=34:so=32:pi=33:ex=31:bd=34;46:cd=0;43:su=0;41:sg=30;46:tw=0;42:ow=0;43"