gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Some colors are different for Ruby #130

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 per the screenshots. I am not sure if the screenshots are old and the color for those keywords changed.

On that screenshot I am using nvim 0.4.3, kitty terminal, outside tmux with a minimal config, not running the sh script

Plug 'gruvbox-community/gruvbox'
set termguicolors
colorscheme gruvbox

Any clue why? Thank you

rbong commented 4 years ago

I think the screenshots are critically out of date or inaccurate. Constants have always been purple, so the screenshots were either taken before the plugin was finalized, they were taken with some additional configuration or plugins, or the ruby syntax has been updated.