Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork42
🎨 Soothing pastel theme to use within your projects!
License
NotificationsYou must be signed in to change notification settings
catppuccin/palette
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The library is available onnpm:
npm install @catppuccin/paletteimport{flavors,flavorEntries,version}from"@catppuccin/palette";importchalkfrom"chalk";// a string containing the version of the libraryconsole.log(version);// an object containing all catppuccin flavorsconsole.log(flavors);// typed helper when iterating flavorsflavorEntries.map(([_,flavor])=>{console.log(`${flavor.name} is a${flavor.dark ?"dark" :"light"} theme.`);console.log(`It has${flavor.colorEntries.length} colors:`);// same for the colorsflavor.colorEntries.map(([colorName,{ hex, rgb, accent}])=>{console.log(chalk.bgRgb(rgb.r,rgb.b,rgb.g)(`${hex} `),colorName,accent);});console.log("\n");// same for the ansi colorsflavor.ansiColorEntries.map(([colorName,ansi])=>{console.log(chalk.hex(ansi.normal.hex)(`[${ansi.normal.code}] Normal${colorName}`));console.log(chalk.hex(ansi.bright.hex)(`[${ansi.bright.code}] Bright${colorName}`));});});
The library is available throughJSR anddeno.land/x/catppuccin:
import{flavors,flavorEntries,version,}from"https://deno.land/x/catppuccin/mod.ts";import{bgRgb24}from"https://deno.land/std/fmt/colors.ts";// a string containing the version of the libraryconsole.log(version);// an object containing all catppuccin flavorsconsole.log(flavors);// typed helper when iterating flavorsflavorEntries.map(([_,flavor])=>{console.log(`${flavor.name} is a${flavor.dark ?"dark" :"light"} theme.`);console.log(`It has${flavor.colorEntries.length} colors:`);// same for the colorsflavor.colorEntries.map(([colorName,{ hex, rgb, accent}])=>{console.log(bgRgb24(`${hex} `,{ ...rgb}),colorName,accent);});console.log("\n");});
- Web development
- Ports of this library
Please use the respective files inthe latest GitHub Release:
| Programs | Directory |
|---|---|
| Adobe Suite, Affinity Suite, Sip | ase/ |
| Aseprite, Gimp, Inkscape, Krita | gimp/ |
| Procreate | procreate/ |
| Apple Color List (.clr) | clr/ |
Copyright © 2021-presentCatppuccin Org
About
🎨 Soothing pastel theme to use within your projects!
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published

