aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-02 23:39:33 -0400
committertdro <tdro@users.noreply.github.com>2020-07-02 23:39:33 -0400
commit6aabf6b9927ef79178fcc001b628d7586a1676d2 (patch)
tree8d32feb9b2e6b7a911fdb8c1e03273d6db82b532 /.bash_profile
parent2710f4e78ca97b6e8f71d12b19da41d90fd7a97f (diff)
downloaddotfiles-6aabf6b9927ef79178fcc001b628d7586a1676d2.tar.gz
dotfiles-6aabf6b9927ef79178fcc001b628d7586a1676d2.tar.bz2
dotfiles-6aabf6b9927ef79178fcc001b628d7586a1676d2.zip
.bash_profile: fzf add bg+ back
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 8cf989c..9a02ccb 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+:0,hl+:203 \
+ --color=fg+:81,bg+:237,hl+:203 \
--color=info:188,prompt:69,pointer:199 \
--color=marker:109,spinner:236,header:255"