From 498d6590a05c0c7f2113be8fc40d39cec6f2b22b Mon Sep 17 00:00:00 2001 From: nikkitschierske Date: Fri, 15 Dec 2023 12:45:20 +0100 Subject: [PATCH] switch theme to catppuccin --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 63a144a6..0781da95 100644 --- a/init.lua +++ b/init.lua @@ -199,7 +199,7 @@ require('lazy').setup({ opts = { options = { icons_enabled = false, - theme = 'onedark', + theme = 'catppuccin', component_separators = '|', section_separators = '', },