mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
kropsify
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib }:
|
||||
let theme = import ../theme.nix;
|
||||
let theme = import <niveum/theme.nix>;
|
||||
in with lib; lists.foldr
|
||||
(i: cs: cs // { "*color${toString i}" = builtins.elemAt theme.colorPalette i; })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user