vim-horizon icon indicating copy to clipboard operation
vim-horizon copied to clipboard

Vim8 weird colors.

Open vanor89 opened this issue 4 years ago • 3 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: install kitty terminal set horizon theme for kitty terminal Download vim8 Install plugin with native plugin manager set termguicolors colorscheme horizon

Expected behavior Horizon theme

Screenshots Screen Shot 2022-03-03 at 15 32 23

Desktop (please complete the following information):

  • OS: mac os monterrey

vanor89 avatar Mar 03 '22 21:03 vanor89

Hi @vanor89,

Could you provide your $TERM variable? It seems like the termguicolors option didn't work.

I've tried to reproduce:

  • Kitty terminal
  • Vim 8.1
  • With termguicolors.

image

  • Without.

image

If your $TERM isn't xterm, try to add these to your .vimrc (get this from h: xterm-true-color):

let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"

Hope this helps 😄

ntk148v avatar Mar 04 '22 02:03 ntk148v

Sry I took literally a year to respond but no, it didnt help, im also using this:

https://gist.github.com/aaronvb/d9af258b212e3ec4725588cac26f5f75

vanor89 avatar Mar 07 '23 19:03 vanor89

Also im using vim8s default plugin manager

vanor89 avatar Mar 07 '23 19:03 vanor89