Closed Leiyi548 closed 8 months ago
Hi, to clarify, would you just like it unstyled/no different to the underlying highlight?
Hi, to clarify, would you just like it unstyled/no different to the underlying highlight?
I want style like tokyonight
Ok, I think this would be similar to tokyonight:
require("everforest").setup({
on_highlights = function(hl, palette)
hl.CurrentWord = { fg = palette.none, bg = palette.bg_dim }
end,
})
Ok, I think this would be similar to tokyonight:
require("everforest").setup({ on_highlights = function(hl, palette) hl.CurrentWord = { fg = palette.none, bg = palette.bg_dim } end, })
Perfect!
Hello,I like you colorscheme,but i have some issuse how to change the currentword highlight. Default is bold,I want tokyonight style.