themes: use normal base16-colors in base16-pro-max

This commit is contained in:
ced4rtree 2025-11-26 22:05:17 -07:00
commit 063573fd82
No known key found for this signature in database
GPG key ID: 4E9A5361FD2BF15A

View file

@ -19,16 +19,10 @@ in {
base16-colors,
transparent,
...
}: let
colors =
builtins.replaceStrings
[''["'' ''"]'']
["" ""]
(toLuaObject base16-colors);
in ''
}: ''
-- Base16 theme
require('base16-pro-max').setup {
colors = ${colors},
colors = ${toLuaObject base16-colors},
styles = { transparency = ${boolToString transparent} },
}
vim.cmd.colorscheme "base16-pro-max"