EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.91k stars 136 forks source link

bug: Wrong highlight in Telescope prompt #371

Closed arthurx07 closed 9 months ago

arthurx07 commented 9 months ago

Neovim version (nvim -v)

0.9.1

Operating system/version

Gentoo Linux

Describe the bug

I am using the carbonfox colorscheme and have setup transparency with: options = { transparent = true, }, groups = { all = { NormalFloat = { bg = "NONE" } } },

Everything is working fine, except that when opening Telescope.nvim its prompt is highlighted when (i think) it shouldn't be (and I prefer it not to be). I have tested with :hi TelescopeBorder guibg=NONE but it hasn't worked.

Maybe this is more of a question than a bug, but how could I do it for it to stop behaving like that? Thanks

PD: My config is very minimal, and I'm using the defaults on Telescope.nvim and nightfox (except from transparency).

image

Steps To Reproduce

Opening Telescope with carbonfox theme applied.

Expected Behavior

Telescope prompt is not highlighted, and is the same color as Telescope's background.

Repro

No response

EdenEast commented 9 months ago

Is that your cursorline? Does setting :set nocursorline give you a different result?

arthurx07 commented 9 months ago

Ok, thank you. So that was the issue, didn't think that it could be the cursorline.