Skip to content

Commit 016a133

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ require('lazy').setup {
726726
priority = 1000, -- make sure to load this before all the other start plugins
727727
config = function()
728728
-- 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'.
729731
vim.cmd.colorscheme 'tokyonight-night'
730732

731733
-- You can configure highlights by doing something like

0 commit comments

Comments
 (0)