From 2710f4e78ca97b6e8f71d12b19da41d90fd7a97f Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 2 Jul 2020 23:28:02 -0400 Subject: .bash_profile: fzf disable bg+ --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 9a02ccb..8cf989c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -56,7 +56,7 @@ export QT_STYLE_OVERRIDE=adwaita # fzf settings export FZF_DEFAULT_OPTS="--color=fg:255,hl:203 \ - --color=fg+:81,bg+:237,hl+:203 \ + --color=fg+:81,bg+:0,hl+:203 \ --color=info:188,prompt:69,pointer:199 \ --color=marker:109,spinner:236,header:255" -- cgit v1.2.3