Skip to content

Commit a3f35e3

Browse files
Add more detail to colorscheme comment
1 parent b83b2b0 commit a3f35e3

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
@@ -725,7 +725,9 @@ require('lazy').setup {
725725
lazy = false, -- make sure we load this during startup if it is your main colorscheme
726726
priority = 1000, -- make sure to load this before all the other start plugins
727727
config = function()
728-
-- Load the colorscheme here
728+
-- 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'.
729731
vim.cmd.colorscheme 'tokyonight-night'
730732

731733
-- You can configure highlights by doing something like

0 commit comments

Comments
 (0)