Add more detail to colorscheme comment

This commit is contained in:
Ryan Winchester 2024-03-05 19:32:45 -04:00
parent b83b2b061c
commit a3f35e3508
No known key found for this signature in database
GPG Key ID: 8835D1B5CEB2170F
1 changed files with 3 additions and 1 deletions

View File

@ -725,7 +725,9 @@ require('lazy').setup {
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
-- Load the colorscheme here
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night'
-- You can configure highlights by doing something like