set colorscheme to catpuccin-mocha

pull/1444/head
Eric Olerud 1 year ago
parent 1c41768cbd
commit a16923908a

@ -688,6 +688,12 @@ require('lazy').setup({
end,
},
{ -- Install cutpuccin colorscheme
'catppuccin/nvim',
name = 'cutppuccin',
priority = 1000,
},
{ -- You can easily change to a different colorscheme.
-- Change the name of the colorscheme plugin below, and then
-- change the command in the config to whatever the name of that colorscheme is.
@ -699,7 +705,7 @@ require('lazy').setup({
-- 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'
vim.cmd.colorscheme 'catppuccin-mocha'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'

Loading…
Cancel
Save