onehalf icon indicating copy to clipboard operation
onehalf copied to clipboard

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

Open gaborvecsei opened this issue 1 year ago • 0 comments

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'
      

gaborvecsei avatar Jun 30 '22 20:06 gaborvecsei