re-enable nvim

This commit is contained in:
lucy 2026-01-21 23:03:48 +01:00
parent 376303bc26
commit ed220b11af
3 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@ reload_apps = true
#[templates.nvim] [templates.nvim]
#input_path = "~/.config/matugen/templates/nvim.lua" input_path = "~/.config/matugen/templates/nvim.lua"
#output_path = "~/.config/nvim/colors/wallust.lua" output_path = "~/.config/nvim/colors/wallust.lua"
[templates.gtk3] [templates.gtk3]
input_path = "~/.config/matugen/templates/gtk.css" input_path = "~/.config/matugen/templates/gtk.css"

View File

@ -1,7 +1,7 @@
# The kitty terminal template for matugen # The kitty terminal template for matugen
cursor {{colors.primary.default.hex}} 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}} foreground {{colors.on_background.default.hex}}
color0 {{colors.surface.default.hex}} color0 {{colors.surface.default.hex}}

View File

@ -6,7 +6,7 @@ end
vim.g.colors_name = "matugen" vim.g.colors_name = "matugen"
local c = { local c = {
bg = "{{colors.background.default.hex | set_lightness: 1.0}}", bg = "{{colors.background.default.hex}}",
fg = "{{colors.on_background.default.hex}}", fg = "{{colors.on_background.default.hex}}",
cursor = "{{colors.primary.default.hex}}", cursor = "{{colors.primary.default.hex}}",
c0 = "{{colors.surface.default.hex}}", c0 = "{{colors.surface.default.hex}}",