Change Catppuccin theme from frappe to mocha

This commit is contained in:
smashblu 2024-05-25 13:07:00 -07:00
parent 1311469ffc
commit 0879a4b4b5
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ require('lazy').setup({
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
vim.cmd.colorscheme 'catppuccin-frappe'
vim.cmd.colorscheme 'catppuccin-mocha'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'