You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the correct term for these hints is, but I'm referring to the right-hand side of lines 14 and 15 pictured below.
This is a really handy feature and I find it quite useful, however the fact that it's rendered in a very visible dark blue it can be distracting when there are many chained method calls.
Is it possible to configure a color override for this?
The text was updated successfully, but these errors were encountered:
@maxcountryman you can view all available colors via :hi.
I've edited a couple of the colors like so in init.vim:
" Change highlight colors for cochi CocErrorSign guifg=#E06C75
hi CocWarningSign guifg=#E5C07B
hi CocInfoSign guifg=#61AFEF
hi CocHintSign guifg=#586069hi CocRustChainingHint guifg=#586069
With CocHintSign and CocRustChainingHint both being the colors for hints.
I'm not sure what the correct term for these hints is, but I'm referring to the right-hand side of lines 14 and 15 pictured below.
This is a really handy feature and I find it quite useful, however the fact that it's rendered in a very visible dark blue it can be distracting when there are many chained method calls.
Is it possible to configure a color override for this?
The text was updated successfully, but these errors were encountered: