KeitaNakamura / neodark.vim

A dark color scheme for vim
410 stars 34 forks source link

Terminal backgrund settings #1

Closed kseniamurex closed 7 years ago

kseniamurex commented 7 years ago

Hi! I'm using neodark with vim in the terminal, and I like it when my vim background is the same as the terminal background (I usually make it colored and transparent). So I added an option for it. It can be enabled with let g:neodark#terminal_transparent = 1

Here the screenshot before: _2016-11-29_18-21-43

And after: _2016-11-29_18-24-31

I tried to make a pull request, but I'm very new to GitHub so I failed. So here is my patch. It'll be nice if you check it and (if you like the idea) push the code. 0001-Added-terminal-background-settings.patch.txt

KeitaNakamura commented 7 years ago

Thank you for using neodark! I added a transparent background option with a different way, but didn't change color of ColorColumn as you suggested. Because if I change the color of ColorColumn, I also should change CursorLine, LineNr and so on. It's really hard... But I will try to find the way to solve this issue. Please give me a time.

KeitaNakamura commented 7 years ago

closed by #5