aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-28 10:37:59 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-28 10:37:59 -0500
commit3ba6046d8414ee06e74d6e2b4ad4678f50414490 (patch)
treec6d65549490a772288c748e193ec138c63c7e0d6 /sh/.config/profile.d
parentb9615bf13e5b23c2ef433a4ef87caecb55f58916 (diff)
revert(4ffdb5f): move back to dedicated gruvbox theme
This reverts commit 4ffdb5f (fix(tmux): simplify tmux theme config using base16, 2023-08-27).
Diffstat (limited to 'sh/.config/profile.d')
-rw-r--r--sh/.config/profile.d/30-fzf.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sh/.config/profile.d/30-fzf.sh b/sh/.config/profile.d/30-fzf.sh
index 9e01fb4..d9e89cb 100644
--- a/sh/.config/profile.d/30-fzf.sh
+++ b/sh/.config/profile.d/30-fzf.sh
@@ -12,4 +12,6 @@ export FZF_DEFAULT_OPTS='--bind ctrl-q:abort
--bind ctrl-b:preview-page-up
--bind ctrl-f:preview-page-down
--bind alt-up:half-page-up
---bind alt-down:half-page-down'
+--bind alt-down:half-page-down
+--color fg:#ebdbb2,hl:#fabd2f,fg+:#ebdbb2,hl+:#fabd2f
+--color info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54'