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

NeoVim compared to VSCode (dimmer colors with wrong? colors) #137

Open
gaborvecsei opened this issue Jun 30, 2022 · 0 comments
Open

NeoVim compared to VSCode (dimmer colors with wrong? colors) #137

gaborvecsei opened this issue Jun 30, 2022 · 0 comments

Comments

@gaborvecsei
Copy link

gaborvecsei commented Jun 30, 2022

As I see the coloring is inconsistent. There are 2 problems:

  • Colors are not matching
  • VSCode has nice bright colors while NeoVim is more dimmer

Neovim:
image

VSCode:
image

I would say VSCode is much more enjoyable than NeoVim

Additional info:

  • iTerm2 is used
  • VSCode
    • I added then theme but no additional setup was done
  • NeoVim
    • LSP is used and Treesitter is enabled
    •  if exists('+termguicolors')
              let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
              let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
              set termguicolors
       endif
      
      syntax on
      set t_Co=256
      colorscheme onehalfdark
      let g:airline_theme='onehalfdark'
      
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

1 participant