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 a3f35e3Copy full SHA for a3f35e3
init.lua
@@ -725,7 +725,9 @@ require('lazy').setup {
725
lazy = false, -- make sure we load this during startup if it is your main colorscheme
726
priority = 1000, -- make sure to load this before all the other start plugins
727
config = function()
728
- -- Load the colorscheme here
+ -- Load the colorscheme here.
729
+ -- Like many other themes, this one has different styles, and you could load
730
+ -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
731
vim.cmd.colorscheme 'tokyonight-night'
732
733
-- You can configure highlights by doing something like
0 commit comments