Merge pull request #328286 from eminforks/update-colloid-icon-theme
colloid-icon-theme: new scheme variants
This commit is contained in:
commit
08d1e990b3
@ -13,7 +13,7 @@ let
|
|||||||
pname = "colloid-icon-theme";
|
pname = "colloid-icon-theme";
|
||||||
|
|
||||||
in
|
in
|
||||||
lib.checkListOfEnum "${pname}: scheme variants" [ "default" "nord" "dracula" "all" ] schemeVariants
|
lib.checkListOfEnum "${pname}: scheme variants" [ "default" "nord" "dracula" "gruvbox" "everforest" "catppuccin" "all" ] schemeVariants
|
||||||
lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey" "all" ] colorVariants
|
lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey" "all" ] colorVariants
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user