rework colors module, allow generating colors from image

This commit is contained in:
notgne2 2021-10-06 19:29:50 -07:00
parent 6a324ed487
commit 7e614b3168
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
7 changed files with 157 additions and 148 deletions

View file

@ -30,6 +30,14 @@
url = "github:franciscolourenco/done";
flake = false;
};
schemer2 = {
url = "github:thefryscorer/schemer2";
flake = false;
};
auto-base16-theme = {
url = "github:makuto/auto-base16-theme";
flake = false;
};
};
outputs = { self, nixpkgs, ... }@inputs: {