Skip to content

Instantly share code, notes, and snippets.

@casualjim
Last active September 4, 2025 21:26
Show Gist options
  • Select an option

  • Save casualjim/ca47ffd7226025e0913e455c332fe2e6 to your computer and use it in GitHub Desktop.

Select an option

Save casualjim/ca47ffd7226025e0913e455c332fe2e6 to your computer and use it in GitHub Desktop.
Fancy version of Catppuccin Mocha for Warp
background:
bottom: "#1e1e2e"
top: "#313244"
accent:
left: "#f9e2af"
right: "#fab387"
foreground: "#cdd6f4"
details: darker
terminal_colors:
normal:
black: '#45475a'
red: '#f38ba8'
green: '#a6e3a1'
yellow: '#f9e2af'
blue: '#89b4fa'
magenta: '#f5c2e7'
cyan: '#94e2d5'
white: '#bac2de'
bright:
black: '#585b70'
red: '#eba0ac'
green: '#a6e3a1'
yellow: '#f9e2af'
blue: '#89b4fa'
magenta: '#f5c2e7'
cyan: '#94e2d5'
white: '#a6adc8'
@casualjim
Copy link
Author

casualjim commented Sep 4, 2025

Put this in ~/.warp/themes/

mkdir -p ~/.warp/themes
curl \
  -o ~/.warp/themes/fancy_catppuccin_mocha.yaml \
  -L 'https://gist.githubusercontent.com/casualjim/ca47ffd7226025e0913e455c332fe2e6/raw/d2c2ac21bf95ecf08dacba4e332b1f16c2f3056d/fancy_catppuccin_mocha.yaml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment