diff --git a/init.lua b/init.lua index 03468c73..2de3e5b2 100644 --- a/init.lua +++ b/init.lua @@ -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'