summaryrefslogtreecommitdiff
path: root/colors/matugen.lua
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-26 10:56:21 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-26 10:56:21 +0530
commit2025075cdce6df015a0658085a60e12b5959bd2b (patch)
treecb714b043565abf1797ffaa32512ac6809a9374d /colors/matugen.lua
parent8b138abdba70537b4dd720391ca366807101fa89 (diff)
mamtugen
Diffstat (limited to 'colors/matugen.lua')
-rw-r--r--colors/matugen.lua4
1 files changed, 3 insertions, 1 deletions
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