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

bug: weirdly colored indent characters #345

Closed
Hiten-Tandon opened this issue May 10, 2023 · 0 comments · Fixed by #347
Closed

bug: weirdly colored indent characters #345

Hiten-Tandon opened this issue May 10, 2023 · 0 comments · Fixed by #347
Labels
bug Something isn't working

Comments

@Hiten-Tandon
Copy link

Neovim version (nvim -v)

0.9.0

Operating system/version

Windows 10

Describe the bug

I use indent-blankline.nvim to indent my blank lines with a special character at the beginning to give me idea of depth of indentation. I was using carbonfox theme and in that, the symbol is colored with a weird dark blue color which does not match the pallete of carbonfox. If you set the theme twice though, the color changes to grey as it should be.

Picture of the bug:

image

After setting the theme to carbonfox again with :colorscheme carbonfox :

image

The above behavior also works if I set the theme twice in my init.lua, however not if I set it once

Steps To Reproduce

  1. Set the theme to carbonfox in init.lua with vim.cmd [[colorscheme carbonfox]].

Expected Behavior

The characters should be grey to begin with, because, dark blue isn't a part of the pallet.

Repro

No response

@Hiten-Tandon Hiten-Tandon added the bug Something isn't working label May 10, 2023
@Hiten-Tandon Hiten-Tandon changed the title bug: weirdly colored inline indent characters bug: weirdly colored indent characters May 10, 2023
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