Closed ayyess closed 4 years ago
I believe you rebased on your own master
, since your diff doesn't include some of the new themes. I'll merge this one and then add a commit to fix the diff.
Thanks for finishing up the missing files for me.
Related fix for fish https://github.com/fnune/base16-fzf/commit/954e5cbe8a75beb32aa1c3750d76bcbc9d32cabb
@ayyess why was this change done? Why append rather than overwrite? (The only thing I can think of is in case the user set any colors to properties not set by base16-fzf, but it seems like a strange case)
base16-fzf should append to the
FZF_DEFAULT_OPTS
variable rather than overwriting it.