Initial commit

This commit is contained in:
alejandro-angulo 2025-12-19 20:29:06 -08:00
commit 8041eb5358
3 changed files with 2830 additions and 0 deletions

27
flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"palette": {
"flake": false,
"locked": {
"lastModified": 1742245182,
"narHash": "sha256-R52Q1FVAclvBk7xNgj/Jl+GPCIbORNf6YbJ1nxH3Gzs=",
"owner": "catppuccin",
"repo": "palette",
"rev": "0df7db6fe201b437d91e7288fa22807bb0e44701",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "palette",
"type": "github"
}
},
"root": {
"inputs": {
"palette": "palette"
}
}
},
"root": "root",
"version": 7
}

8
flake.nix Normal file
View file

@ -0,0 +1,8 @@
{
description = "Catppuccin Color Palete";
outputs = {
lib = {
palette = (import ./palette.nix);
};
};
}

2795
palette.nix Normal file

File diff suppressed because it is too large Load diff