Skip to content

Commit

Permalink
Use --black option to keep fzf theme inside tmux
Browse files Browse the repository at this point in the history
I'm not sure why this works
(junegunn/fzf#18)

It seems there's something going on with TERM inside tmux that causes
fzf not to use the correct colours.
  • Loading branch information
duncanjbrown committed Aug 16, 2017
1 parent 05864de commit 150af65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/fzf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ local color0E='#C594C5'
local color0F='#AB7967'

export FZF_DEFAULT_OPTS="
--black
--height 40% --border
--color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D
--color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C
Expand Down

0 comments on commit 150af65

Please sign in to comment.