We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to leave :hi Folded ctermbg alone in dimmed windows. Possible?
The text was updated successfully, but these errors were encountered:
Yes, that seems to work.
Just use another ctermbg etc for Folded than for ColorColumn.
ctermbg
Folded
ColorColumn
For me however, using cterm=underline with Folded seems to be enough.
cterm=underline
:hi ColorColumn ColorColumn xxx ctermbg=7 guibg=LightRed :hi Folded Folded xxx cterm=bold,underline ctermfg=11 ctermbg=7 guifg=DarkBlue guibg=LightGrey
Sorry, something went wrong.
The default settings seems to be:
:hi Folded Folded xxx ctermfg=4 ctermbg=248 guifg=DarkBlue guibg=LightGrey :hi ColorColumn ColorColumn xxx ctermbg=224 guibg=LightRed
(using Neovim)
With Vim it's:
:hi Folded Folded xxx term=standout ctermfg=4 ctermbg=248 guifg=DarkBlue guibg=LightGrey :hi ColorColumn ColorColumn xxx term=reverse ctermbg=224 guibg=LightRed
So here maybe the reverse is causing trouble?
reverse
What are your settings for Folded and ColorColumn?
:hi ColorColumn ColorColumn xxx term=reverse ctermbg=254 guibg=#d8cad8 :hi Folded Folded xxx term=standout ctermfg=11 ctermbg=155 guifg=#9e8f9e guibg=#d8cad8
When I switch window, everything in the inactive window gets ColorColumn ctermbg. I can't figure out a setting that would keep Folded ctermbg=155.
No branches or pull requests
I'd like to leave :hi Folded ctermbg alone in dimmed windows. Possible?
The text was updated successfully, but these errors were encountered: