luisiacc / gruvbox-baby

Gruvbox theme for neovim with full 🎄TreeSitter support.
MIT License
397 stars 28 forks source link

Telescope theme is broken due to missing class reference #7

Closed cpfaff closed 2 years ago

cpfaff commented 2 years ago
TelescopePromptNormal = { fg = milk, bg = c.medium_gray },
TelescopePromptTitle = { fg = milk, bg = c.soft_yellow },

Should reference c.milk.

cpfaff commented 2 years ago

Fixed it locally to try it out. Wow that looks simply awesome.

cpfaff commented 2 years ago

One thing I find a bit hard to read is the left hand side header which is yellow background with white text. Maybe dark text on such a light background could be better contrast and thus better to read

luisiacc commented 2 years ago

One thing I find a bit hard to read is the left hand side header which is yellow background with white text. Maybe dark text on such a light background could be better contrast and thus better to read

You're totally right, foreground color should be dark, I didn't notice it because of the milk variable error 😉