Closed feekApp closed 2 years ago
Hi there, sorry for the late comment, I kind of like the color as is currently set, there is a easy way to change it on your own config which is to do this:
local colors = require("gruvbox-baby.colors").config()
vim.g.gruvbox_baby_highlights = {TSTagDelimiter = {fg = colors.forest_green}}
Thank you for your feedback!
Thnx. Based on your suggestion I've made my own tweaks :-)
Hi when using Treesitter, the HTML tag brackets are not good visible:
Could you please change on line 132 of
theme.lua
to the following:TSTagDelimiter = { fg = c.forest_green },
It will become like:
Now the color is set to
c.comment
.