From 1181a30c071b42294359746fbc7257c10d0f70be Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 21 Feb 2024 09:49:31 +0100 Subject: [PATCH] move to dark 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 ac52b98..eb756d1 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 = "one_light", + theme = "onedark", statusline = { theme = "default", separator_style = "arrow",