morhetz / gruvbox

Retro groove color scheme for Vim
13.59k stars 1.1k forks source link

Some colors are off for ruby #323

Closed fladson closed 3 years ago

fladson commented 4 years ago

Hey folks, I am not sure why but some keywords are off for me with ruby files. I have tested this on multiple terminals, nvim and vim, outside tmux but I can't get the same colors seen on the screenshots. Screenshot from 2020-03-24 21-54-37

private and attr_reader are some examples, they should be red.

On that screenshot I am using nvim 0.4.3, kitty terminal, outside tmux with a minimal config

Plug 'morhetz/gruvbox'
set termguicolors
colorscheme gruvbox

Any clue why? Thank you

roelandmoors commented 3 years ago

Yes, Ruby looks a bit weird in Gruvbox

image

I would expect 'def' to be red like 'func' in Go:

image

EDIT: here a screenshot of nvim with treesitter for ruby:

image
mustafaergul commented 2 years ago

@fladson have you find a workaround for this issue? Thanks

fladson commented 2 years ago

I am not using this anymore, but I suggest you check https://github.com/lifepillar/vim-gruvbox8/