Skip to content

How can I show cursorline ? #448

Answered by mrtnvgr
fhawk12 asked this question in Q&A
Discussion options

You must be logged in to vote
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,
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fhawk12
Comment options

Answer selected by mrtnvgr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants