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 am using the popular solarized theme for vim together with item3 for mac.
My problem is that :GoCoverage highlights the text using bright colors which in the terminal theme is different shades of grey. In the following screenshot, line 10 should be green.
Expected behavior
I would like to see either that vim-go recognizes that solarized is used or someway to edit the highlights that :GoCoverage is making.
Steps to reproduce:
Install iterm on mac
Install solarized iterm theme
Install solarized vim theme
Run :GoCoverage
Configuration
vim version: NVIM 0.1.4
vim-go version: newest
go version 1.6.2
The text was updated successfully, but these errors were encountered:
I don't want to add solarized specific logic to vim-go. I've removed the gui parts and only changing the fg colors. You can also override them by adding the higlight definitions to your vimrc. Thanks.
Actual behavior
I am using the popular solarized theme for vim together with item3 for mac.
My problem is that
:GoCoverage
highlights the text using bright colors which in the terminal theme is different shades of grey. In the following screenshot, line 10 should be green.Expected behavior
I would like to see either that vim-go recognizes that solarized is used or someway to edit the highlights that
:GoCoverage
is making.Steps to reproduce:
:GoCoverage
Configuration
The text was updated successfully, but these errors were encountered: