Commit graph

131 commits

Author SHA1 Message Date
ozwaldorf
31bee1a219
feat: add png node script 2023-05-05 13:28:03 -04:00
winston
335fe429fd
refactor: point to docs/ folder in README for Sass 2023-04-30 22:54:06 +02:00
winston
f9385d31c1
chore: remove en-GB spelling 2023-04-30 22:52:44 +02:00
winston
21e24c4b60
refactor: some style reshuffling 2023-04-30 22:52:07 +02:00
winston
f086ae53c0
chore: remove en-GB spelling 2023-04-30 22:51:04 +02:00
winston
37e8bd8336
chore: fix typo in changelog 2023-04-30 22:49:56 +02:00
winston
f1f6ad3194
refactor: move sass doc to docs/ folder 2023-04-30 22:49:20 +02:00
winston
75d3875693
refactor: generate procreate via node 2023-04-30 22:35:31 +02:00
winston
1392312ef6
refactor: exclude generated palettes from VCS, add GIMP to autogen 2023-04-30 22:08:02 +02:00
winston
41832efd7a
refactor: move SIP generator to src, use yarn 2023-04-30 20:48:21 +02:00
Hamothy
26fe0a4789
feat: add nim library
ref: https://github.com/catppuccin/catppuccin/issues/2027
2023-04-28 18:05:55 +01:00
winston
52e96fe6d9
chore(release): 0.1.8 2023-04-02 06:08:25 +02:00
Andreas
743233cfd6
chore(less): cleanup (#48)
* chore(less): strip userstyles specific things

* chore(less): move lookups to catppuccin.less

Rename catppuccin-lookups to just catppuccin as it is the main file for colours definitions.
2023-04-02 05:54:56 +02:00
Sam Nystrom
df35c12c2f
feat: add machine-readable palette (#45)
* feat: add jq script for machine-readable palette

* feat: add machine-readable palette

* refactor: replace regex with jq filters

* build: add porcelain step to `package.json`

---------

Co-authored-by: winston <hey@winston.sh>
2023-04-02 03:03:16 +02:00
Isabel
baa0469b86
feat(less): add accents mixins (#47)
* mixins and accents and flavors
Co-authored-by: Andreas Grafen <andreas@grafen.info>
2023-03-31 23:34:40 +02:00
Andreas Grafen
e78e016e01
feat(npm): incluse LESS in package
This includes the LESS palette in our NPM Package.
2023-03-31 20:20:46 +02:00
Andreas Grafen
5d4b90fbb8
refactor(less): also offer colours for lookups 2023-03-31 20:15:38 +02:00
Andreas Grafen
094ebb62a5
feat: add LESS palette 2023-03-31 20:02:19 +02:00
winston
530db7cbcb
chore(release): 0.1.7 2023-03-03 04:41:30 +01:00
winston
0937412b1c
build: add standard-version & enable package-lock 2023-03-03 03:56:43 +01:00
Rhys-T
0bc8247f1a
fix: expose scss files in package.json 'exports' (#43) 2023-03-03 03:40:16 +01:00
rubyowo
159e88259b
docs: update unpkg url to latest version (#41) 2023-02-08 23:15:18 +01:00
winston
7450f6f9d8
feat: include sass in npm package 2023-02-05 22:34:31 +01:00
winston
35a396683c
chore: clean up 0.1.3 files 2023-01-20 19:49:57 +01:00
Rooot
7e885a9ff8
feat: add raw value for use in css and update css palette (#36)
Signed-off-by: RoootTheFox <rooot@foxes4life.net>
2023-01-19 15:47:39 +01:00
Yeji Kim
50959cc647
docs: fix link to "Aseprite / LibreSprite" (#40) 2023-01-19 15:44:36 +01:00
spooky
5f6a568907
Merge pull request #38 from catppuccin/sgoudham-patch-1
feat: add link to java library
2023-01-09 19:02:53 +05:30
Hamothy
7e8488e359
feat: add link to java library 2023-01-08 23:36:03 +00:00
winston
ec883a880b
style: reformat after editorconfig change 2022-12-29 20:29:09 +01:00
winston
a04bd7869c
feat: add procreate swatches 2022-12-29 20:26:52 +01:00
thismoon
3c2cdf21b4
docs: add go and python libraries (#37) 2022-12-29 18:05:44 +01:00
Konosuke Sakai
4e13a270e6
docs: fix a semicolon is missing in css (#35) 2022-12-06 07:49:16 +01:00
Hamothy
23fa222b38
refactor: move rust/ into it's own repository (#33)
New repository can be found here: https://github.com/catppuccin/rust
2022-10-31 02:49:21 +01:00
Carsten Kragelund Jørgensen
e9db65e1ae
Rust: Add methods to Flavour to get each colour (#32)
This adds method to get each of the colors directly from the `Flavour`
variants like so
```rust
Flavour::Latte.teal()
```
rather than needing to go through the `FlavourColours` struct

This closes #27

Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
2022-10-27 17:37:48 +01:00
Carsten Kragelund
468da426f5 Rust: Fix tests after changing into_iter 2022-10-26 22:39:45 +01:00
Carsten Kragelund
e38a36cb55 Rust: Fix capitalisation of Catppuccin in docs 2022-10-26 22:11:30 +01:00
Carsten Kragelund
1684c22392 Rust: impl IntoIterator for FlavourColours
This moves the `into_iter` method into the `IntoIterator` trait
implementation and switches to using values instead of references

Closes #28
2022-10-26 22:11:30 +01:00
Carsten Kragelund
b27829caea Rust: Rename Palette to FlavourColours
Plus run `rustfmt`

Closes #26
2022-10-26 22:11:30 +01:00
Gingeh
41035e40cd rename and relocate iter methods
Co-authored-by: backwardspy <backwardspy@gmail.com>
Co-authored-by: Carsten Kragelund <carsten@kragelund.dev>
2022-10-24 05:13:09 -07:00
Gingeh
309790a80f refactor: move flavours into enum 2022-10-24 05:13:09 -07:00
Hamothy
3223f436fa
Merge pull request #21 from backwardspy/fix/pigeon-brain 2022-10-23 15:40:28 -07:00
backwardspy
ee21b0598c docs: add webp rust example assets 2022-10-23 23:36:37 +01:00
backwardspy
ade9d587cf fix: broken repo link in rust crate 2022-10-23 23:36:20 +01:00
Hamothy
71fe5ec08f
Merge pull request #19 from backwardspy/release/crate-1.0.3 2022-10-23 14:40:42 -07:00
backwardspy
06c7415e6c chore: bump crate version number 2022-10-23 22:21:35 +01:00
Hamothy
972c766b17
Merge pull request #18 from backwardspy/feature/rust-crate 2022-10-23 14:01:31 -07:00
backwardspy
8c0261106e chore: put the me in "readme" 2022-10-23 21:55:13 +01:00
backwardspy
0c9955f05e docs: use crate version in doc comment, add example outputs 2022-10-23 20:09:58 +01:00
backwardspy
6d8a72071d feat: add rust crate 2022-10-23 16:48:40 +01:00
winston
407fb8c7f0 chore: update .editorconfig 2022-09-27 02:41:54 +02:00