Update nvim theme
This commit is contained in:
parent
76742f5c9d
commit
20af6881f3
|
@ -5,7 +5,7 @@ return {
|
|||
priority = 1000,
|
||||
config = function()
|
||||
require('tokyonight').setup {
|
||||
style = 'moon',
|
||||
style = 'night',
|
||||
}
|
||||
vim.cmd [[colorscheme tokyonight]]
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue