Skip to content

Commit 07d873e

Browse files
committed
Change colorscheme to Kanagawa
1 parent 93fde05 commit 07d873e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)