From 95c43675546d631eeac79a66b2f3a9140bc39716 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Tue, 5 Dec 2023 20:59:30 +0900 Subject: [PATCH] fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e144c1e..748fec6 100644 --- a/init.lua +++ b/init.lua @@ -748,7 +748,7 @@ require("colorful-winsep").setup({ --nvim-highlight-colors require("nvim-highlight-colors").setup({ render = "background", - enable_named_colors = true, + enable_named_colors = false, enable_tailwind = true, })