How to apply new colorscheme theme? #159
-
|
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
in {
'author/colorschemeName',
lazy=false,
priority=1000,
config = function()
vim.cmd([[colorscheme colorschemeName]])
end,
}, |
Beta Was this translation helpful? Give feedback.
-
|
I have edit the Do I have as well to change the |
Beta Was this translation helpful? Give feedback.
-
|
Change the colorscheme to Lines 11 to 67 in e8418eb |
Beta Was this translation helpful? Give feedback.
in
plugins.luaDon'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, },