Skip to content

Why doesn't lazy.nvim load PaperColor theme correctly? #1881

Closed Answered by iton0
tupos asked this question in Q&A
Discussion options

You must be logged in to vote

this should work

local papercolor = {
    'NLKNguyen/papercolor-theme',
    lazy = false,
    priority = 1000,
    config = function()
	vim.opt.termguicolors = true
        vim.cmd.colorscheme('PaperColor')
        vim.o.background = 'light'
    end
}

Replies: 1 comment

Comment options

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