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