aboutsummaryrefslogtreecommitdiff
path: root/lua/kickstart/plugins/tokyonight.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/kickstart/plugins/tokyonight.lua')
-rw-r--r--lua/kickstart/plugins/tokyonight.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/tokyonight.lua b/lua/kickstart/plugins/tokyonight.lua
index 4ce6fe7..cc5192a 100644
--- a/lua/kickstart/plugins/tokyonight.lua
+++ b/lua/kickstart/plugins/tokyonight.lua
@@ -8,7 +8,9 @@ return {
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