Commit Graph

6 Commits

Author SHA1 Message Date
Hammy e76a60a712
feat: add version key into `palette.json` (#91)
* feat: add version key to palette json

* feat: import deno.json directly

* chore: update mod.ts & release please config

* fix: avoid jsr (no-slow-types) error

"Destructuring in exports is not supported. Instead of destructuring,
export each symbol individually."

ref: https://jsr.io/docs/about-slow-types#typescript-restrictions

* fix: make sure to export non-destructured value

---------

Co-authored-by: backwardspy <backwardspy@pigeon.life>
2024-09-20 19:15:25 +01:00
uncenter cf765d2269
feat(palettes): prefix filenames with "Catppuccin" (#92) 2024-09-13 15:41:55 +01:00
uncenter 88e2795c5d
feat: add support for apple color list / .clr files (#87)
* feat: add support for apple color list / .clr files

* style: format with swift-format

* refactor: minor changes

* refactor: simplify `hexToRGBA`

* fix: use `red` not `calibratedRed` parameter for NSColor

* refactor: clean up arg handling

* ci(release-please): use macos runner, setup swift

* fix: import Buffer type

* fix: require `COMPILE_APPLE_COLOR_LIST=1`

* ci(test): switch to macos & build everything

* ci: upload palettes as artifact

* Update .github/workflows/test.yml

Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>

---------

Co-authored-by: sgoudham <sgoudham@gmail.com>
Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>
2024-09-08 16:40:44 +01:00
uncenter 0abf33dc57
feat: add emoji for each flavor (#81) 2024-05-17 21:56:11 +01:00
winston caefe283b1
feat: add color names and spec order (#72) 2024-02-12 22:03:48 +01:00
winston 5aa876f162
feat!: complete rewrite (#49) 2023-12-28 11:43:11 +01:00