Skip to content

Commit 39ef2e9

Browse files
ryanwinchesterhchienjo
authored andcommitted
Add more detail to colorscheme comment (nvim-lua#713)
1 parent 6a2d081 commit 39ef2e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,9 @@ require('lazy').setup {
723723
lazy = false, -- make sure we load this during startup if it is your main colorscheme
724724
priority = 1000, -- make sure to load this before all the other start plugins
725725
config = function()
726-
-- Load the colorscheme here
726+
-- 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'.
727729
vim.cmd.colorscheme 'tokyonight-night'
728730

729731
-- You can configure highlights by doing something like

0 commit comments

Comments
 (0)