lunacookies/vim-colors-xcode

Airline doesn't look right in macOS' terminal

H-111-di opened this issue · 5 comments

How it looks like now

Do I need to need to specifically put "let g:airline_theme='xcodelight/dark'" in my init.vim?

Hmm, that image as well as the H-111-di/Pics repo it is contained both 404 for me. Maybe the repo’s set to private?

The built-in Terminal.app on macOS has a number of problems relating to colour, including a lack of True Colour support. This in particular makes it unusable with vim-colors-xcode if you want Vim’s colours at all close to their intended values.

Hmm, that image as well as the H-111-di/Pics repo it is contained both 404 for me. Maybe the repo’s set to private?

The built-in Terminal.app on macOS has a number of problems relating to colour, including a lack of True Colour support. This in particular makes it unusable with vim-colors-xcode if you want Vim’s colours at all close to their intended values.

Sorry, I've fixed the visibility problem...

Actually it also not looks so right under True Color mode... I left my comment under another issue about it.#24

It’s definitely strange that it looks bad in Alacritty with set termguicolors. Would you mind posting your vimrc so I can take a look?

Of course not, and so sorry for late reply.

The output of 24bit color tester and the neovim interface looks like this:

In Alacritty:
In alacritty
nvim alacritty

In terminal.app:
In terminal
nvim terminal

And here is my neovim setting: init.vim
& My zshrc: .zshrc

Sorry for the long delay! I believe that you need to set termguicolors before setting a colour scheme. Take a look at this demo running in Alacritty:

Screen.Recording.2021-06-26.at.10.47.45.am.mov