aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-02 23:28:02 -0400
committertdro <tdro@users.noreply.github.com>2020-07-02 23:28:02 -0400
commit2710f4e78ca97b6e8f71d12b19da41d90fd7a97f (patch)
tree7fe7d4a187770e486ded31f92b5286acf8d3bae1 /.bash_profile
parentba45de1fac7305e995dbb5fa0521381760b9a0d5 (diff)
downloaddotfiles-2710f4e78ca97b6e8f71d12b19da41d90fd7a97f.tar.gz
dotfiles-2710f4e78ca97b6e8f71d12b19da41d90fd7a97f.tar.bz2
dotfiles-2710f4e78ca97b6e8f71d12b19da41d90fd7a97f.zip
.bash_profile: fzf disable bg+
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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"