From a73d7ba797b14658b7c8af1fd9ba62ff82f56eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Fri, 12 May 2023 07:13:22 +0200 Subject: [PATCH] change colorscheme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 112c4d1..264502b 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,7 @@ return { }, -- Set colorscheme to use -- colorscheme = "astrodark", - colorscheme = "catppuccin-latte", + colorscheme = "catppuccin-macchiato", -- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on diagnostics = { virtual_text = true,