gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Airline: replace CursorLine color by StatusLineNC #76

Closed rbong closed 5 years ago

rbong commented 5 years ago

I replaced CursorLine by StatusLineNC foreground color so it is possible to disable the background for the cursorline and still be able to have a background on normal mode on airline. Disabling the background also disabled the middle section of airline for normal mode. As it is the same color, it shouldn't impact anything.

Here is my use case: set cursorline hi cursorline ctermbg=none hi cursorlinenr ctermfg=yellow ctermbg=None

:robot: This pull request has been automatically copied from morhetz#259 :robot:

rbong commented 5 years ago

Makes sense to me. Merging this in.