6
I have downloaded and installed the blueshift colorscheme for vim/gvim.
This highlights the current line with cursorline, which is what I want, however the background color of the line numbers column is changed to "white".
- How can I change this color?
I would like to change it to be a more subtle color, perhaps something close to #c0d0e0
which is the background color of the "non-current-line" line numbers.
To help illustrate my description, please see the attached image below.
The "red" is ok, but I would like to change the "white" background to another color.
That's really cool. Thanks. How did you manage to find this information? I have a few more questions to ask but it would probably be better if I could just figure it out myself (assuming that you have a reference for this info). – user3728501 – 2018-01-12T12:17:12.037
2You can see all highlight groups via
:hi
. In the Vim help, this is documented at:help highlight-groups
. I remembered this particular group name because I follow the Vim development quite closely. – Ingo Karkat – 2018-01-12T12:21:49.413