From 4b6d3e14d0f17117650695a41ced8a31d642af8f Mon Sep 17 00:00:00 2001 From: ced4rtree Date: Sat, 22 Nov 2025 16:37:09 -0700 Subject: [PATCH] formatting: ran alejandra --- modules/plugins/theme/supported-themes.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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