diff options
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/matugen.lua | 4 |
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 |
