From ed220b11aff079da848895c42a49e594268a17e8 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 21 Jan 2026 23:03:48 +0100 Subject: [PATCH] re-enable nvim --- config.toml | 6 +++--- templates/kitty.conf | 2 +- templates/nvim.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 0aefced..d368a92 100644 --- a/config.toml +++ b/config.toml @@ -4,9 +4,9 @@ reload_apps = true -#[templates.nvim] -#input_path = "~/.config/matugen/templates/nvim.lua" -#output_path = "~/.config/nvim/colors/wallust.lua" +[templates.nvim] +input_path = "~/.config/matugen/templates/nvim.lua" +output_path = "~/.config/nvim/colors/wallust.lua" [templates.gtk3] input_path = "~/.config/matugen/templates/gtk.css" diff --git a/templates/kitty.conf b/templates/kitty.conf index a2c5be9..b4e9d2c 100644 --- a/templates/kitty.conf +++ b/templates/kitty.conf @@ -1,7 +1,7 @@ # The kitty terminal template for matugen cursor {{colors.primary.default.hex}} -background {{colors.background.default.hex | set_lightness: -2.0}} +background {{colors.background.default.hex }} foreground {{colors.on_background.default.hex}} color0 {{colors.surface.default.hex}} diff --git a/templates/nvim.lua b/templates/nvim.lua index a39222f..7bc77d9 100644 --- a/templates/nvim.lua +++ b/templates/nvim.lua @@ -6,7 +6,7 @@ end vim.g.colors_name = "matugen" local c = { - bg = "{{colors.background.default.hex | set_lightness: 1.0}}", + bg = "{{colors.background.default.hex}}", fg = "{{colors.on_background.default.hex}}", cursor = "{{colors.primary.default.hex}}", c0 = "{{colors.surface.default.hex}}",