endel / vim-github-colorscheme

A vim colorscheme based on Github's syntax highlighting.
234 stars 61 forks source link

Is possible to remove bg from tab? #11

Closed gotoco closed 7 years ago

gotoco commented 8 years ago

Hi usually I don't use tab's in my code, but in Linux kernel, you don't have a choose. Tabs are part of codings standard. How can I remove the background from them? I wanted to use this color scheme because is really nice, but colored tabs are really annoying:

screen shot 2016-07-04 at 07 56 18
sw561 commented 7 years ago

You can remove the SpecialKey highlighting command (line 34).

gotoco commented 7 years ago

Thanks for reply It helped me a lot