mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

Fix bug with `fish` completions not highlighting selected option #83

Closed cstyles closed 3 years ago

cstyles commented 4 years ago

Now the selected option will be highlighted / have a grey background.

This is what it looks like for me when searching completions in the fish shell in a terminal outside of nvim (I'm using iTerm2 with the OceanicNext theme):

1-raw-terminal

Here's what the same thing looks like inside a terminal buffer in nvim:

2-nvim-before-patch

And here's what it looks like in a terminal buffer in nvim with this patch:

3-nvim-after-patch

I think base03 is closer to what the iTerm2 theme uses but base02 is easier to read (for me, at least) and still clearly indicates which option is selected. Feel free to change it as you see fit.

mhartington commented 3 years ago

Incorporated in #92