Commit Graph

181 Commits

Author SHA1 Message Date
Hammy b85d36adec
docs(README): add `catppuccin/ruby` (#114) 2024-11-07 00:11:36 +00:00
github-actions[bot] 92708db0a4
chore(main): release 1.7.1 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-03 00:14:09 +00:00
Hammy 251f6a21e7
fix(ansi): better names for `normal` and `bright` objects (#112) 2024-11-02 23:00:56 +00:00
github-actions[bot] eb5586561e
chore(main): release 1.7.0 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-02 13:05:16 +00:00
Hammy b669cdf78c
feat(ansi): add `hsl` and `rgb` values (#110)
* feat(ansi): add `hsl` and `rgb` values

* chore: reformat
2024-11-02 13:02:15 +00:00
github-actions[bot] 92f704d941
chore(main): release 1.6.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-02 06:43:41 +00:00
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
github-actions[bot] d0ee97fd76
chore(main): release 1.5.0 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-27 00:27:20 +01:00
Hammy 1fdc227a60
feat: add ANSI colours (#98)
Co-authored-by: lemon <git@unseen.ninja>
2024-10-26 23:27:45 +01:00
Hammy 6632482a5b
build: switch to `npm:` specifiers for Renovate (#99) 2024-10-20 23:33:33 +01:00
renovate[bot] a52db8d9d6
chore: Configure Renovate (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-21 05:24:02 +01:00
github-actions[bot] ce05855dad
chore(main): release 1.4.0 (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-21 03:30:54 +01:00
Hammy cf9cb5c443
docs(README): add `version` into the examples (#95) 2024-09-21 03:28:44 +01:00
Hammy 54cd9651cb
chore: match current version in `deno.json` (#94) 2024-09-20 19:20:17 +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 cf765d2269
feat(palettes): prefix filenames with "Catppuccin" (#92) 2024-09-13 15:41:55 +01:00
github-actions[bot] 311daccdf1
chore(main): release 1.3.0 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-08 17:07:13 +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
Alice Grace 628a04a0ee
docs(CSS.md): Add `/` to `rgba`/`hsla` usage (#90) 2024-08-05 16:06:39 +01:00
uncenter 1bfde0ad8b
docs(README): mention JSR (#88) 2024-08-05 02:49:56 +01:00
backwardspy 7f17f46c5d
docs(readme): add catppuccin/elixir (#86) 2024-06-12 19:38:24 +01:00
Hammy f36dfe2d92
docs(README): add catppuccin/gleam (#84) 2024-06-02 21:57:53 +01:00
Hammy d89c0b31e7
ci(release-please): use action from googleapis (#83)
I confirmed that it shouldn't break anything
from looking at the documentation, but who
knows with release-please /shrug
2024-05-29 08:38:52 +01:00
github-actions[bot] d751858fff
chore(main): release 1.2.0 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-18 02:36:58 +01:00
uncenter 0abf33dc57
feat: add emoji for each flavor (#81) 2024-05-17 21:56:11 +01:00
github-actions[bot] 408f081b64
chore(main): release 1.1.1 (#76) 2024-03-25 23:00:38 +00:00
Hammy 16726028c5
ci: use different token to deploy (#79) 2024-03-25 22:56:48 +00: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
Hammy 563cdbccc8
docs(README.md): add `catppuccin/flutter` (#77) 2024-03-23 15:03:51 +00:00
rare1k 10eb998cd6
docs(css): fix incorrect var (#75) 2024-03-15 08:57:30 +00:00
github-actions[bot] e44233ceae
chore(main): release 1.1.0 (#70) 2024-02-12 22:04:47 +01:00
winston caefe283b1
feat: add color names and spec order (#72) 2024-02-12 22:03:48 +01:00
pascall de creator 823bd0179d
docs: fix Sass link/filename case (#69) 2024-01-06 20:33:39 +01:00
github-actions[bot] 7f103c3e11
chore(main): release 1.0.3 (#68) 2024-01-02 23:37:38 +01:00
winston 7c73188ac7
fix(types): use singular for color name types (#67) 2024-01-02 23:36:55 +01:00
github-actions[bot] 6ce9a87b9b
chore(main): release 1.0.2 (#66) 2024-01-02 21:32:29 +01:00
winston 3d415e7c8d
fix(types): add accent/monochromatic color name types (#65) 2024-01-02 21:31:41 +01:00
winston 71ca10d24b
ci: add Deno dnt check (#64) 2024-01-02 21:22:05 +01:00
winston 7a22664ee6
ci: fix tarball step (#63) 2024-01-02 20:50:07 +01:00
github-actions[bot] af11bc6d13
chore(main): release 1.0.1 (#62) 2023-12-29 04:46:13 +01:00
winston 59ed5dd906
fix: deno types (#59) 2023-12-29 04:45:10 +01:00
winston 1ce383c2c5
build: distribute palette as zip file as well (#60) 2023-12-29 04:42:50 +01:00
winston e7525b79de
ci: add lint workflow (#61) 2023-12-29 04:42:18 +01:00
winston 6a8e91cfe6
ci: add GH_TOKEN 2023-12-28 12:03:28 +01:00
winston a08b25f6a3
ci: add force release version 2023-12-28 11:59:12 +01:00
winston 0e04caf665
ci: add force release & fix node cache 2023-12-28 11:57:16 +01:00
github-actions[bot] 829b3edea7
chore(main): release 1.0.0 (#58) 2023-12-28 11:53:56 +01:00
winston 50056b49f1
ci: bump setup-node 2023-12-28 11:51:50 +01:00
winston 7750312691
ci: fix permissions 2023-12-28 11:47:40 +01:00