Update nvim theme

This commit is contained in:
Graham McMillan 2024-08-05 19:04:52 +02:00
parent 76742f5c9d
commit 20af6881f3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ return {
priority = 1000,
config = function()
require('tokyonight').setup {
style = 'moon',
style = 'night',
}
vim.cmd [[colorscheme tokyonight]]
end,