aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-16 16:23:51 -0400
committertdro <tdro@users.noreply.github.com>2020-05-16 16:23:51 -0400
commit9fcafa4032f92a0b33447b73496dccd1965b6d59 (patch)
tree86fe26974d52e8aae69e8ab1ae0bec1ddb4af719 /.bash_profile
parent0c82cda4b23334111f2481e82fd90508af6f747f (diff)
downloaddotfiles-9fcafa4032f92a0b33447b73496dccd1965b6d59.tar.gz
dotfiles-9fcafa4032f92a0b33447b73496dccd1965b6d59.tar.bz2
dotfiles-9fcafa4032f92a0b33447b73496dccd1965b6d59.zip
.bash_profile: Update color scheme
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 0a465d4..f78f019 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -57,8 +57,8 @@ export QT_STYLE_OVERRIDE=adwaita
[ "$(cat /etc/hostname)" = "talon" ] && export QT_STYLE_OVERRIDE=adwaita-dark
# fzf settings
-export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \
- --color=fg+:81,bg+:237,hl+:9 \
+export FZF_DEFAULT_OPTS="--color=fg:255,hl:203 \
+ --color=fg+:81,bg+:237,hl+:203 \
--color=info:188,prompt:69,pointer:199 \
--color=marker:109,spinner:236,header:255"