formatting: ran alejandra

This commit is contained in:
ced4rtree 2025-11-22 16:37:09 -07:00
commit 4b6d3e14d0
No known key found for this signature in database
GPG key ID: 4E9A5361FD2BF15A

View file

@ -15,8 +15,13 @@ in {
''; '';
}; };
base16-pro-max = { base16-pro-max = {
setup = {base16-colors, transparent, ...}: let setup = {
colors = builtins.replaceStrings base16-colors,
transparent,
...
}: let
colors =
builtins.replaceStrings
[''["'' ''"]''] [''["'' ''"]'']
["" ""] ["" ""]
(toLuaObject base16-colors); (toLuaObject base16-colors);