soft-aesthetic / soft-era-vim

🌸 soft era for Vim ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
MIT License
97 stars 11 forks source link

What's with all the carets? #3

Open ngscheurich opened 6 years ago

ngscheurich commented 6 years ago

python3_6

This only occurs after opening NERDTree.

codehearts commented 6 years ago

Vim uses carets to differentiate between StatusLine and StatusLineNC if they have the same colors set. I'm not seeing this in my airline, but I do see it in the wildmenu when I change color schemes or open files so maybe it's related?

Do they go away if you change the colors with :highlight StatusLine cterm=none ctermfg=white ctermbg=black guibg=black?