Back to Schemas

Catppuccin Mocha

Soothing pastel theme with a warm, cozy feel

by Catppuccin
darkpastelmodernwarm

Color Palette

color0
#1e1e2e
rgb(30, 30, 46)
color1
#f38ba8
rgb(243, 139, 168)
color2
#a6e3a1
rgb(166, 227, 161)
color3
#f9e2af
rgb(249, 226, 175)
color4
#89b4fa
rgb(137, 180, 250)
color5
#cba6f7
rgb(203, 166, 247)
color6
#94e2d5
rgb(148, 226, 213)
color7
#cdd6f4
rgb(205, 214, 244)
color8
#585b70
rgb(88, 91, 112)
color9
#f38ba8
rgb(243, 139, 168)
color10
#a6e3a1
rgb(166, 227, 161)
color11
#f9e2af
rgb(249, 226, 175)
color12
#89b4fa
rgb(137, 180, 250)
color13
#cba6f7
rgb(203, 166, 247)
color14
#94e2d5
rgb(148, 226, 213)
color15
#cdd6f4
rgb(205, 214, 244)

Terminal Preview

See how this color scheme looks in a real terminal environment with syntax highlighting and command output.

Terminal Preview
user@host:~$ ls -la
total 48
drwxr-xr-x 12 user user 4096 Jan 15 10:30 .
drwxr-xr-x 24 user user 4096 Jan 10 08:15 ..
-rw-r--r-- 1 user user 220 Jan 10 08:15 .bashrc
drwxr-xr-x 3 user user 4096 Jan 12 14:22 .config
-rw-r--r-- 1 user user 3526 Jan 14 16:45 README.md
-rwxr-xr-x 1 user user 8192 Jan 15 09:30 build.sh
drwxr-xr-x 5 user user 4096 Jan 13 11:20 projects
-rw-r--r-- 1 user user 1024 Jan 11 13:00 notes.txt

user@host:~$ cat script.py
def greet(name):
 "Greet a user with their name"
 message = f"Hello, {name}!"
 return message

if __name__ == "__main__":
 result = greet("Ricing Enthusiast")
 print(result)

user@host:~$ npm run build

> coolema@1.0.0 build
> next build

 ▲ Next.js 14.0.0

 Creating an optimized production build
 Compiled successfully
 Linting and checking validity of types
 Collecting page data
 Generating static pages (8/8)
 Finalizing page optimization

Route (app) Size First Load JS
┌ ○ / 1.2 kB 85.3 kB
├ ○ /docs 890 B 84.1 kB
└ ○ /schemas 1.5 kB 86.6 kB

 (Static) prerendered as static content

user@host:~$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
 (use "git restore --staged <file>..." to unstage)
 modified: components/terminal-preview.tsx
 new file: content/schemas/custom-theme.mdx

user@host:~$ 

Export Configuration

# Kitty Color Scheme
foreground #cdd6f4
background #1e1e2e

# Black
color0 #1e1e2e
color8 #585b70

# Red
color1 #f38ba8
color9 #f38ba8

# Green
color2 #a6e3a1
color10 #a6e3a1

# Yellow
color3 #f9e2af
color11 #f9e2af

# Blue
color4 #89b4fa
color12 #89b4fa

# Magenta
color5 #cba6f7
color13 #cba6f7

# Cyan
color6 #94e2d5
color14 #94e2d5

# White
color7 #cdd6f4
color15 #cdd6f4

Related Schemas