Skip to content

Commit

Permalink
Add more detail to colorscheme comment (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinchester committed Mar 6, 2024
1 parent b83b2b0 commit f764b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f764b7b

Please sign in to comment.