lunacookies / vim-colors-xcode

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

Xcode Dark HC background color mismatch #16

Closed keepitsane closed 4 years ago

keepitsane commented 4 years ago

The background color that is used in Vim and the background color that is suggested for terminal seem to be incorrect.

xcodedarkhc seems to be using #1C1C1C for the background color rather than the suggested #1F1F24 for the terminal color profile.

vim-color-xcode

I am using WSL in WIndows Terminal which has true color support to my knowledge. Am I doing something incorrect?

Thanks in advance!

lunacookies commented 4 years ago

Thank you for alerting me to this issue.

Just to double-check: you need to explicitly opt in to True Colour with set termguicolors prior to any colorscheme statements.

keepitsane commented 4 years ago

Sorry for the delayed response, but yes setting the termguicolors fixed the issue for me in neovim. Thank you very much!