mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +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 = {
|
||||
setup = {base16-colors, transparent, ...}: let
|
||||
colors = builtins.replaceStrings
|
||||
[ ''["'' ''"]'']
|
||||
[ "" "" ]
|
||||
setup = {
|
||||
base16-colors,
|
||||
transparent,
|
||||
...
|
||||
}: let
|
||||
colors =
|
||||
builtins.replaceStrings
|
||||
[''["'' ''"]'']
|
||||
["" ""]
|
||||
(toLuaObject base16-colors);
|
||||
in ''
|
||||
-- Base16 theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue