diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-06 11:16:26 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-06 11:16:26 +0100 |
commit | 586bdec3b9d03795cdf9dc30dc25401994a100d4 (patch) | |
tree | e9a86cf3305d554b3151bc101d91f0448dcf9db8 | |
parent | 0ff7758cf4a39aa868fc72b7c93fb812c7397c7a (diff) | |
parent | f764b7bacd54a59cf51ab0e2c8e1d397ec5ae174 (diff) |
Merge 'upstream/master' Add more detail to colorscheme comment
-rw-r--r-- | lua/kickstart/plugins/tokyonight.lua | 4 |
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 |