From 3bd295933f1d38ec6f6b0e45aca59161ae523f49 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 18 Feb 2024 01:14:02 +0100 Subject: [PATCH] change nvim theme --- dot_config/nvim/lua/custom/chadrc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/nvim/lua/custom/chadrc.lua b/dot_config/nvim/lua/custom/chadrc.lua index 7521880..92eee9d 100644 --- a/dot_config/nvim/lua/custom/chadrc.lua +++ b/dot_config/nvim/lua/custom/chadrc.lua @@ -5,7 +5,7 @@ M.plugins = "custom.plugins" M.mappings = require "custom.mappings" M.ui = { - theme = "catppuccin", + theme = "tomorrow_night", statusline = { theme = "default", separator_style = "arrow",