NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
187 stars 194 forks source link

question about colortheme (e.g gruvbox) #110

Closed ywpkwon closed 1 year ago

ywpkwon commented 2 years ago

Using NvCahd's theme selection, I tried setting gruvbox. Here is what I got from NvChad. image

Here is the screenshot from the original gruvbox github. (https://github.com/morhetz/gruvbox) image

Their color selection for keywords, functions, etc. are very different, and I have a limited knowledge about colorthemes and treesitter.

Does the difference come from color definition order (like palette.color01 or something), or is it comes from treesitter config?

siduck commented 2 years ago

hi @ywpkwon , change the colors here https://github.com/NvChad/base46/blob/master/lua/base46/themes/gruvbox.lua

and you can even include the highlight group of keywords etc ( color them ) in the polish_hl table. Feel free to correct the theme