We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83b2b0 commit 016a133Copy full SHA for 016a133
init.lua
@@ -726,6 +726,8 @@ require('lazy').setup {
726
priority = 1000, -- make sure to load this before all the other start plugins
727
config = function()
728
-- Load the colorscheme here
729
+ -- Like many other themes, this one has different styles, and you could choose
730
+ -- another, such as 'tokyonight-storm' or 'tokyonight-moon'.
731
vim.cmd.colorscheme 'tokyonight-night'
732
733
-- You can configure highlights by doing something like
0 commit comments