All Projects β†’ catppuccin β†’ palette

catppuccin / palette

Licence: MIT license
🎨 Soothing pastel theme to use within your projects!

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
lua
6591 projects
SCSS
7915 projects

Projects that are alternatives of or similar to palette

github
πŸˆβ€β¬› Soothing pastel theme for GitHub
Stars: ✭ 145 (+190%)
Mutual labels:  fancy, pastel-colors, catppuccin
alacritty
🌴 Soothing pastel theme for Alacritty
Stars: ✭ 154 (+208%)
Mutual labels:  fancy, pastel-colors, catppuccin
catppuccin
😸 Soothing pastel theme for the high-spirited!
Stars: ✭ 2,046 (+3992%)
Mutual labels:  fancy, catppuccin
nvim
🍨 Soothing pastel theme for NeoVim
Stars: ✭ 659 (+1218%)
Mutual labels:  fancy, catppuccin
kitty
😽 Soothing pastel theme for Kitty
Stars: ✭ 121 (+142%)
Mutual labels:  fancy, catppuccin
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+5688%)
Mutual labels:  gimp
HackDown
A pure black and white responsive markdown blog generator
Stars: ✭ 16 (-68%)
Mutual labels:  fancy
blend modes
Python package that implements image blend modes
Stars: ✭ 94 (+88%)
Mutual labels:  gimp
Diff So Fancy
Good-lookin' diffs. Actually… nah… The best-lookin' diffs. πŸŽ‰
Stars: ✭ 14,806 (+29512%)
Mutual labels:  fancy
gradient-rs
A command line tool for playing with color gradients
Stars: ✭ 93 (+86%)
Mutual labels:  gimp
turpenscape
Turpenscape allows designers to create Inkscape (and Gimp!) palettes from an image or an URL
Stars: ✭ 13 (-74%)
Mutual labels:  gimp
tweet-fancy
πŸš€ Tweet with bold, italics and strikethough text
Stars: ✭ 42 (-16%)
Mutual labels:  fancy
gimp-rom-bin
GIMP plug-in to read/write SNES / NES / GB / GBA / NGP / MD / etc ROM image, tile and sprite files
Stars: ✭ 54 (+8%)
Mutual labels:  gimp
graublau-gimp-theme
Modern gray-blue icon theme for the GIMP
Stars: ✭ 25 (-50%)
Mutual labels:  gimp
tmux
πŸ’½ Soothing pastel theme for Tmux!
Stars: ✭ 63 (+26%)
Mutual labels:  catppuccin
image-editor-effects
πŸ’Ž A WebGL example of image adjustment / effects shaders found in Photoshop, other image editors and game engines.
Stars: ✭ 68 (+36%)
Mutual labels:  gimp
gimp-tilemap-gb
Tilemap GB - Console App - AND - GIMP plugin for importing & exporting Game Boy game tilemaps and tilesets (as bitmap images or .GBM/.GBR files. Related tools: GBTD, GBMB, GBDK, Zal0-ZGB)
Stars: ✭ 42 (-16%)
Mutual labels:  gimp
fancy
High performance web server
Stars: ✭ 20 (-60%)
Mutual labels:  fancy
gimp-elsamuko
Some GIMP scripts
Stars: ✭ 34 (-32%)
Mutual labels:  gimp
gtk
πŸͺŸ Soothing pastel theme for GTK3
Stars: ✭ 150 (+200%)
Mutual labels:  catppuccin

Logo
Catppuccin Palettes

Available formats

  • Node Package
  • CSS
  • Gimp
  • Krita
  • Inkscape
  • Aseprite/LibreSprite
  • Affinity
  • PNG
  • Sass

Usage

Node Package

npm install @catppuccin/palette

Example: test.js

import {variants, labels} from '@catppuccin/palette'

console.log(variants.latte.lavender) // #7287FD
console.log(labels.base.macchiato) // #24273A

CSS

Example: test.css

@import url('https://unpkg.com/@catppuccin/[email protected]/css/catppuccin.css');

body {
	color: var(--ctp-mocha-text);
	background: var(--ctp-frappe-base);
}

Gimp

  1. Clone this repository locally
  2. Navigate to Edit > Preferences > Folders > Palettes in GIMP
  3. Select the folder with the 'x' and press "Show file location in the file manager" (the rightmost button)
  4. Copy "Catppuccin.gpl" to this folder

Krita

  1. Clone this repository locally
  2. Navigate to Settings > Dockers > Palette in Krita
  3. Open the "Choose Palette" button in the bottom left corner of Palette docker
  4. Select "Import a new palette from file"
  5. Open Catppuccin.kpl from the dialog that appears

Inkscape

  1. Clone this repository locally
  2. Navigate to Edit > Preferences > System > User palettes in Inkscape
  3. Press the "Open" button next to the folder path
  4. Copy "Catppuccin.gpl" to this folder

Aseprite

  1. Clone this repository locally
  2. Open Palette Options
  3. Select "Load Palette" from the menu
  4. Open Catppuccin.ase from the dialog that appears

πŸ’ Thanks to

 

Copyright Β© 2021-present Catppuccin Org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].