From dc88c401c4a3b8214bdaa7187b3bc2665ed1b746 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 1 Feb 2024 13:17:51 +0100 Subject: [PATCH] theme minifix --- lua/custom/chadrc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/chadrc.lua b/lua/custom/chadrc.lua index 074bd3e..7e7dc46 100644 --- a/lua/custom/chadrc.lua +++ b/lua/custom/chadrc.lua @@ -5,8 +5,8 @@ local M = {} local highlights = require "custom.highlights" M.ui = { - theme = "kanagawa", - theme_toggle = { "kanagawa", "chadracula" }, + theme = "oceanic-next", + theme_toggle = { "kanagawa", "oceanic-next" }, hl_override = highlights.override, hl_add = highlights.add,