mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-10 14:13:54 +00:00
formatting: ran alejandra
This commit is contained in:
parent
8ad5672530
commit
4b6d3e14d0
1 changed files with 9 additions and 4 deletions
|
|
@ -15,10 +15,15 @@ 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);
|
||||||
in ''
|
in ''
|
||||||
-- Base16 theme
|
-- Base16 theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue