Update nvim theme

This commit is contained in:
Graham McMillan 2024-08-05 19:04:52 +02:00
parent 76742f5c9d
commit 20af6881f3

View File

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