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
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