diff options
author | Ryan Winchester <ryanwinchester@users.noreply.github.com> | 2024-03-05 21:19:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 20:19:06 -0500 |
commit | f764b7bacd54a59cf51ab0e2c8e1d397ec5ae174 (patch) | |
tree | 454fa70ab35954df98abfac64aa54509cf3b9126 /init.lua | |
parent | b83b2b061c1fab0e1a3a28c185345be7957e74cd (diff) |
Add more detail to colorscheme comment (#713)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |