Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telescope result title is buried #124

Closed
zackAJ opened this issue Aug 18, 2024 · 1 comment · Fixed by #125
Closed

Telescope result title is buried #124

zackAJ opened this issue Aug 18, 2024 · 1 comment · Fixed by #125
Labels
bug Something isn't working

Comments

@zackAJ
Copy link
Contributor

zackAJ commented Aug 18, 2024

Description

in a borderless Telescope, the results title's bg is the same as the fg resulting in a buried title
image

Neovim version?

0.10

What should happen?

The title should be visible
image

What happened instead?

the title is not visible
image

Your configuration

{
			transparent = true,
			hide_fillchars = true,
			borderless_telescope = true,
			theme = {
				overrides = function(colors) -- NOTE: This function nullifies the `highlights` option
					return {
						Comment = { fg = colors.grey, bg = "NONE", italic = true },
						["@property"] = { fg = colors.pink, bold = true },
						LineNrAbove = { fg = colors.cyan },
						LineNr = { fg = colors.red },
						LineNrBelow = { fg = colors.cyan },
						GitSignsCurrentLineBlame = { fg = colors.cyan },
					}
				end,
			},
		}
@zackAJ zackAJ added the bug Something isn't working label Aug 18, 2024
@zackAJ
Copy link
Contributor Author

zackAJ commented Aug 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant