morhetz / gruvbox

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

Capital colorizing #367

Closed ItsNilDev closed 3 years ago

ItsNilDev commented 3 years ago

I've simple question, are these related together? coloring I mean , When I use capital letter everywhere it will get the orange color as defined here in gruvbox.vim: let s:gb.bright_yellow = ['#fabd2f', 214] " 250-189-47 I changed this line in gruvbox.vim: let s:gb.bright_green = ['#ffffff', 142] " 184-187-38 and it will become white when I do that . My problem is when I start with capital letter it will be orange and this is wrong, how can I disable this thing?? for more detail : render EDIT: I changed this line in gruvbox:

  let s:red    = s:gb.bright_red
  let s:green  = s:gb.bright_green
  "let s:yellow = s:gb.bright_yellow <-- this line

and the issue is no longer there, but I get lots of error I also use treesitter... without treesitter it's fine

ItsNilDev commented 3 years ago

it was treesitter's fault.