Skip to content

How to apply new colorscheme theme? #159

Closed Answered by alfredosdpiii
joncvn asked this question in Q&A
Discussion options

You must be logged in to vote

in plugins.lua
Don't forget to comment out the original colorscheme and replace with something like this

{
    'author/colorschemeName',
    lazy=false,
    priority=1000,
    config = function()
      vim.cmd([[colorscheme colorschemeName]])
    end,
  },

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ecosse3
Comment options

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