users/foo-dogsquared/programs/nixvim: update Lush scheme template

This commit is contained in:
Gabriel Arazas 2024-02-23 07:27:40 +08:00
parent 458b8092dc
commit 68d0755ca1
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -28,6 +28,9 @@ in
extraConfigLua = ''
${lib.foldlAttrs initLushBase16 "" metadata.palette}
-- Set the background.
vim.o.background = '${metadata.variant}'
vim.g.terminal_color_0 = base00.hex
vim.g.terminal_color_1 = base08.hex
vim.g.terminal_color_2 = base0B.hex