lunacookies/vim-colors-xcode

Xcode Dark HC background color mismatch

keepitsane opened this issue · 2 comments

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!

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.

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