re-enable nvim
This commit is contained in:
parent
376303bc26
commit
ed220b11af
@ -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"
|
||||
|
||||
@ -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}}
|
||||
|
||||
@ -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}}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user