Commit graph

102 commits

Author SHA1 Message Date
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
Hamothy
a60914909c
refactor: Move base above mantle (#17)
The ordering should be consistent across all the palettes. 
While it does not matter for this repository, for people copying
and pasting values, it can be confusing if ordering matters
2022-09-02 16:48:26 +02:00
winston
8dc18f8bf0
fix(sip): use unique UUID for each colour 2022-08-23 03:38:21 +02:00
winston
aaa247a499
docs(sass): mention sass syntax weirdness
Co-authored-by: sgoudham <sgoudham@gmail.com>
2022-08-14 04:08:22 +02:00
winston
594ccd12ab
docs: update for Aseprite, sort according to TOC 2022-08-09 13:18:34 +02:00
winston
19172938c7
chore: remove 0.1.0 aseprite palette 2022-08-09 13:18:04 +02:00
winston
f9e4825212
docs: update TOC links 2022-08-06 23:41:09 +02:00
winston
93d2f6be48
feat: update sass palette 2022-08-06 23:30:50 +02:00
winston
9098bf0a02
fix: correct export error in palette.json 2022-08-05 13:21:19 +02:00
winston
6b7002a248
feat: update GIMP/Krita/Inkscape to 0.2.0, add Sip and macOS Color Picker 2022-08-05 13:20:08 +02:00
winston
8dd952b215
feat: add JSON palette 2022-08-02 10:28:48 +02:00
Pocco81
8e1370da4e fix: June Clean-up issues 2022-06-20 17:31:05 -05:00
Pocco81
65022d429d fix: June Clean-up issues 2022-06-20 17:17:50 -05:00
Pocco81
2d1ea381b5 fix: June Clean-up issues 2022-06-20 13:20:31 -05:00
Pocco81
9dc4debf71 fix: June Clean-up issues 2022-06-20 12:57:35 -05:00
winston
e92b4a9312
feat: npm package: hybrid cjs+esm support (#14)
* feat(npm): add build script for hybrid cjs+esm support
* style: fix mixed indents
* allow import from CSS
* doc: instructions on how to import css file
* refactor(npm):  use esbuild.js for a single build command
* chore: fix mixed indents
* fix(npm): rename file extension in npm include list

Co-authored-by: sakkke <w32w64@gmail.com>
Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com>
Co-authored-by: Pocco81 <pocco451@gmail.com>
2022-06-13 06:48:36 +00:00
Pocco81
7df14a72dd doc: instructions on how to import css file 2022-06-10 22:27:38 -05:00
Pocco81
cedc4b2223
Merge pull request #15 from sakkke/allow-import-from-css
feat: allow import from CSS
2022-06-10 22:19:52 -05:00
sakkke
82339a14c4 allow import from CSS 2022-06-09 16:59:47 +09:00
Andreas Grafen
5e1c11a409
update PNG palettes 2022-05-29 19:16:59 +02:00
Andreas Grafen
f57ce3a92c
update Affinity palettes 2022-05-29 19:16:39 +02:00
Pocco81
b2d4740c83 updated package.json 2022-05-28 20:00:30 -05:00
Pocco81
df463f9fef fix: blue 2022-05-28 20:00:18 -05:00
Pocco81
ed19a92cf6 updated package.json 2022-05-28 18:49:55 -05:00
Pocco81
dfaca295d6 feat: updated text on frappe, macchiato and mocha 2022-05-28 18:49:30 -05:00
Pocco81
fb61997a22 feat: declaration file for types 2022-05-21 15:34:27 -05:00
Pocco81
5a121f8d7c added makefile 2022-05-21 13:06:27 -05:00
Pocco81
ba9943cb34 feat(latte): updated rosewater, blue, pink and yellow 2022-05-21 13:03:16 -05:00
Pocco81
d793f4d7eb fix: added labels 2022-05-15 20:43:14 -05:00
Pocco81
405c6ac90d fix: copyright 2022-05-15 19:39:57 -05:00