ntk148v/vim-horizon

Vim8 weird colors.

vanor89 opened this issue · 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

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 😄

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

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

Also im using vim8s default plugin manager