Compare commits
3 commits
chore/clea
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
26fe0a4789 | ||
|
52e96fe6d9 | ||
|
743233cfd6 |
6 changed files with 14 additions and 48 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.1.8](https://github.com/catppuccin/palette/compare/v0.1.7...v0.1.8) (2023-04-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add LESS palette ([094ebb6](https://github.com/catppuccin/palette/commit/094ebb62a5229ec0ac77bdaf17d427c16c90d8e0))
|
||||
* add machine-readable palette ([#45](https://github.com/catppuccin/palette/issues/45)) ([df35c12](https://github.com/catppuccin/palette/commit/df35c12c2fc6d2f7a68315a71fe85327199b883c))
|
||||
* **less:** add accents mixins ([#47](https://github.com/catppuccin/palette/issues/47)) ([baa0469](https://github.com/catppuccin/palette/commit/baa0469b86b4319b26b1f584827924e562924003))
|
||||
* **npm:** incluse LESS in package ([e78e016](https://github.com/catppuccin/palette/commit/e78e016e01d0144ad3b594357e230bb0eccf3c60))
|
||||
|
||||
### [0.1.7](https://github.com/catppuccin/palette/compare/v0.1.6...v0.1.7) (2023-03-03)
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
- [Python](https://github.com/catppuccin/python) (separate repository)
|
||||
- [Go](https://github.com/catppuccin/go) (separate repository)
|
||||
- [Java](https://github.com/catppuccin/java) (separate repository)
|
||||
- [Nim](https://github.com/catppuccin/nim) (separate repository)
|
||||
- Design
|
||||
- [Affinity](#affinity)
|
||||
- [Aseprite / LibreSprite](#aseprite--libresprite)
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
#accent(@accent) when (@accent = rosewater) {
|
||||
@accent-colour: @rosewater;
|
||||
}
|
||||
#accent(@accent) when (@accent = flamingo) {
|
||||
@accent-colour: @flamingo;
|
||||
}
|
||||
#accent(@accent) when (@accent = pink) {
|
||||
@accent-colour: @pink;
|
||||
}
|
||||
#accent(@accent) when (@accent = mauve) {
|
||||
@accent-colour: @mauve;
|
||||
}
|
||||
#accent(@accent) when (@accent = red) {
|
||||
@accent-colour: @red;
|
||||
}
|
||||
#accent(@accent) when (@accent = maroon) {
|
||||
@accent-colour: @maroon;
|
||||
}
|
||||
#accent(@accent) when (@accent = peach) {
|
||||
@accent-colour: @peach;
|
||||
}
|
||||
#accent(@accent) when (@accent = yellow) {
|
||||
@accent-colour: @yellow;
|
||||
}
|
||||
#accent(@accent) when (@accent = green) {
|
||||
@accent-colour: @green;
|
||||
}
|
||||
#accent(@accent) when (@accent = teal) {
|
||||
@accent-colour: @teal;
|
||||
}
|
||||
#accent(@accent) when (@accent = blue) {
|
||||
@accent-colour: @blue;
|
||||
}
|
||||
#accent(@accent) when (@accent = sapphire) {
|
||||
@accent-colour: @sapphire;
|
||||
}
|
||||
#accent(@accent) when (@accent = sky) {
|
||||
@accent-colour: @sky;
|
||||
}
|
||||
#accent(@accent) when (@accent = lavender) {
|
||||
@accent-colour: @lavender;
|
||||
}
|
||||
#accent(@accent) when (@accent = subtext0) {
|
||||
@accent-colour: @subtext0;
|
||||
}
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Soothing pastel themes for the high-spirited!",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
|
Loading…
Reference in a new issue