Skip to content

changing background color of lualine with rose-pine #145

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

You must be logged in to vote
require("rose-pine").setup()

local theme = require("lualine.themes.rose-pine")
local modes = { "normal", "insert", "visual", "replace", "command", "inactive" }
for _, mode in ipairs(modes) do
  theme[mode].c.bg = "NONE"
end

require("lualine").setup({
  options = {
    theme = theme,
  },
})

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Zynh0722
Comment options

@mrtnvgr
Comment options

@mrtnvgr
Comment options

Answer selected by Zynh0722
Comment options

You must be logged in to vote
0 replies
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