Merge pull request #10 from angelofallars/main

feat: add Catppuccin Sass palette
This commit is contained in:
Pocco81 2022-01-24 06:58:51 -05:00 committed by GitHub
commit b7cdf29c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

25
Catppuccin.scss Normal file
View file

@ -0,0 +1,25 @@
/* ----- Catppuccin Colors ----- */
$rosewater: #F5E0DC;
$flamingo: #F2CDCD;
$mauve: #DDB6F2;
$pink: #F5C2E7;
$maroon: #E8A2AF;
$red: #F28FAD;
$peach: #F8BD96;
$yellow: #FAE3B0;
$green: #ABE9B3;
$teal: #B5E8E0;
$blue: #96CDFB;
$sky: #89DCEB;
$lavender: #C9CBFF;
$black0: #161320;
$black1: #1A1826;
$black2: #1E1E2E;
$black3: #302D41;
$black4: #575268;
$gray0: #6E6C7E;
$gray1: #988BA2;
$gray2: #C3BAC6;
$white: #D9E0EE;

View file

@ -24,6 +24,7 @@
+ Affinity
+ PNG
+ CSS
+ Sass
## Usage