Replies: 1 comment 1 reply
-
require("catppuccin").setup({
transparent_background = true,
custom_highlights = function(colors)
local u = require("catppuccin.utils.colors")
return {
CursorLine = {
bg = u.vary_color(
{ latte = u.lighten(colors.mantle, 0.70, colors.base) },
u.darken(colors.surface0, 0.64, colors.base)
),
},
}
end,
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrtnvgr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
since I set
transparent_background = true
in catppuccin, my cursorline is gone? I don't know how to fix it ? please help me, thanks.Beta Was this translation helpful? Give feedback.
All reactions