1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
{ lib }:
let theme = import <niveum/theme.nix>;
let theme = import <dot/theme.nix>;
in with lib; lists.foldr
(i: cs: cs // { "*color${toString i}" = builtins.elemAt theme.colorPalette i; })
{