File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,13 +734,13 @@ require('lazy').setup({
734734 -- change the command in the config to whatever the name of that colorscheme is.
735735 --
736736 -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
737- ' folke/tokyonight .nvim' ,
737+ ' rebelot/kanagawa .nvim' ,
738738 priority = 1000 , -- Make sure to load this before all the other start plugins.
739739 init = function ()
740740 -- Load the colorscheme here.
741741 -- Like many other themes, this one has different styles, and you could load
742742 -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
743- vim .cmd .colorscheme ' tokyonight-night '
743+ vim .cmd .colorscheme ' kanagawa '
744744
745745 -- You can configure highlights by doing something like:
746746 vim .cmd .hi ' Comment gui=none'
You can’t perform that action at this time.
0 commit comments