lunacookies / vim-colors-xcode

Xcode 11’s dark and light colourschemes for Vim
ISC License
608 stars 60 forks source link

g:xcodedark_green_comments won't work #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

I am on latest Vim. I have been using this theme but I just tried to set let g:xcodedark_green_comments = 1 Unfortunately it does not apply. highlight Comment show the default xcodedark

lunacookies commented 4 years ago

You need to run colorscheme xcodedark after changing any settings. This also applies in a vimrc, meaning that you should put all colourscheme configuration before any actual calls to colorscheme.

ghost commented 4 years ago

You need to run colorscheme xcodedark after changing any settings. This also applies in a vimrc, meaning that you should put all colourscheme configuration before any actual calls to colorscheme.

This solved this issue.