lunacookies/vim-colors-xcode

How to get a darker background?

luisvgs opened this issue · 6 comments

Hi, I'm loving the theme so far. However, I'd like my background to have a darker tone. What can I do in order change it? Thank you in advance!

I’m actually currently working on higher contrast variants of the light and dark themes at the moment. In the mean time, you can change the value of base0 in templates/xcodedark.colortemplate to be darker (I would recommend the background colour from the high contrast variant, #1f1f24), and then recompile. Compiling the colourscheme requires Colortemplate.

How to compile

Once you have Colortemplate installed, open templates/xcodedark.colortemplate in Vim and run :execute 'cd ' . expand("%:p:h") | Colortemplate! ... This will put the regenerated colour file into the colors directory of this plugin.

Just finished cleaning up the README, so you should be good to go with the new high-contrast theme!

Just finished cleaning up the README, so you should be good to go with the new high-contrast theme!

Thank you very much!

No problem! Can I close?

No problem! Can I close?

For sure! And thanks again for the kind attention :)

For sure! And thanks again for the kind attention :)

Happy I could help :)