Commit Graph

11 Commits

Author SHA1 Message Date
Hammy bc3215e690
feat(ansi): add `name` key to `normal` & `bright` objects (#108) 2024-11-01 23:37:55 +00:00
Hammy 2fa1506762
feat(ansi): add `name` and `order` keys (#106) 2024-11-01 23:06:34 +00:00
Hammy 1fdc227a60
feat: add ANSI colours (#98)
Co-authored-by: lemon <git@unseen.ninja>
2024-10-26 23:27:45 +01:00
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 0abf33dc57
feat: add emoji for each flavor (#81) 2024-05-17 21:56:11 +01:00
Hammy 7e613fee08
build: publish to JSR (#78)
* build(deno.json): add jsr info

* refactor(mod.ts): add explicit types

* ci: add publish step to JSR
2024-03-25 22:17:04 +00:00
winston caefe283b1
feat: add color names and spec order (#72) 2024-02-12 22:03:48 +01:00
winston 7c73188ac7
fix(types): use singular for color name types (#67) 2024-01-02 23:36:55 +01:00
winston 3d415e7c8d
fix(types): add accent/monochromatic color name types (#65) 2024-01-02 21:31:41 +01:00
winston 59ed5dd906
fix: deno types (#59) 2023-12-29 04:45:10 +01:00
winston 5aa876f162
feat!: complete rewrite (#49) 2023-12-28 11:43:11 +01:00