ntk148v / vim-horizon

Adaptation of VS Code horizon colorscheme for Vim
Apache License 2.0
142 stars 13 forks source link

Vim8 weird colors. #9

Open vanor89 opened 2 years ago

vanor89 commented 2 years ago

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):

ntk148v commented 2 years ago

Hi @vanor89,

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

I've tried to reproduce:

image

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 😄

vanor89 commented 1 year ago

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

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

vanor89 commented 1 year ago

Also im using vim8s default plugin manager