new default theme is light mode

This commit is contained in:
2026-03-04 13:12:23 +01:00
parent c9a2ff9699
commit bd4b8d0888

View File

@@ -17,7 +17,7 @@ return {
-- Load the colorscheme here. -- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load -- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-moon' vim.cmd.colorscheme 'tokyonight-day'
end, end,
}, },
} }