From 0bc31e442b242dd40dd101b441d12b9543767b0b Mon Sep 17 00:00:00 2001 From: Fabio Montefuscolo Date: Tue, 5 Mar 2024 17:41:19 +0100 Subject: [PATCH] chore: change theme --- chadrc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chadrc.lua b/chadrc.lua index 5f9455b..0f4200b 100644 --- a/chadrc.lua +++ b/chadrc.lua @@ -1,7 +1,7 @@ ---@type ChadrcConfig local M = {} -M.ui = { theme = 'chadracula' } +M.ui = { theme = 'oxocarbon' } M.plugins = "custom.plugins" M.mappings = require "custom.mappings"