Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim8 weird colors. #9

Open
vanor89 opened this issue Mar 3, 2022 · 3 comments
Open

Vim8 weird colors. #9

vanor89 opened this issue Mar 3, 2022 · 3 comments

Comments

@vanor89
Copy link

vanor89 commented Mar 3, 2022

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
@ntk148v
Copy link
Owner

ntk148v commented Mar 4, 2022

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 😄

@vanor89
Copy link
Author

vanor89 commented Mar 7, 2023

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

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

@vanor89
Copy link
Author

vanor89 commented Mar 7, 2023

Also im using vim8s default plugin manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants