From 0879a4b4b5f086f6dc0bd7edb7683ff37e6d3bb9 Mon Sep 17 00:00:00 2001 From: smashblu Date: Sat, 25 May 2024 13:07:00 -0700 Subject: [PATCH] Change Catppuccin theme from frappe to mocha --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'