From 2025075cdce6df015a0658085a60e12b5959bd2b Mon Sep 17 00:00:00 2001 From: beeb5k Date: Wed, 26 Aug 2026 10:56:21 +0530 Subject: mamtugen --- colors/matugen.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colors/matugen.lua b/colors/matugen.lua index 85b5dc2..288647f 100644 --- a/colors/matugen.lua +++ b/colors/matugen.lua @@ -31,7 +31,7 @@ local mode = colors.mode local settings = { matugenTemplateNeovimSetBackground = true } local theme_base = ("github_" .. vim.o.background) -local harmony = 0.2 +local harmony = 0.3 local theme_name = "matugen" if mode ~= nil then @@ -40,6 +40,8 @@ if mode ~= nil then theme_base = "flex-light" elseif mode:match("dark") then vim.o.background = "dark" + -- theme_base = "kanagawa-dragon" + -- theme_base = "ayu_mirage" theme_base = "ashes" end end -- cgit v1.3.1