diff --git a/modules/plugins/theme/supported-themes.nix b/modules/plugins/theme/supported-themes.nix index 1905690a..869d9de6 100644 --- a/modules/plugins/theme/supported-themes.nix +++ b/modules/plugins/theme/supported-themes.nix @@ -15,10 +15,15 @@ in { ''; }; base16-pro-max = { - setup = {base16-colors, transparent, ...}: let - colors = builtins.replaceStrings - [ ''["'' ''"]''] - [ "" "" ] + setup = { + base16-colors, + transparent, + ... + }: let + colors = + builtins.replaceStrings + [''["'' ''"]''] + ["" ""] (toLuaObject base16-colors); in '' -- Base16 theme