Skip to content

Latest commit

 

History

History
143 lines (113 loc) · 5.69 KB

Catppuccin_theme.md

File metadata and controls

143 lines (113 loc) · 5.69 KB

Windows Terminal / WSL

Logo
Catppuccin for Windows Terminal

Usage

  1. Launch Windows Terminal
  2. Open the Settings panel (Ctrl + ,)
  3. Select Open JSON file at bottom left corner (Ctrl + Shift + ,)
  4. Choose your flavour (frappe, latte, macchiato, mocha)
  5. Copy the contents of flavour.json (example: frappe.json) into the opened JSON file under "schemes":
{
    ..default layout
    "schemes":
    [
        ..catppuccin flavour
        ..other schemes
    ],
}
  1. Copy the contents of flavourTheme.json (example: frappeTheme.json) into the opened JSON file under "themes":
{
    ..default layout
    "themes":
    [
        ..catppuccin flavour
        ..other themes
    ],
}
  1. Save and exit
  2. In the Settings panel under Profiles, select the profile you want to apply the theme to. Defaults will apply theme to all profiles.
  3. Select Appearance
  4. Choose your catppuccin flavor in the Color scheme drop down menu
  5. Click on Save, enjoy! ✨

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

Warp

Logo
Catppuccin for Warp

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Identify the correct theme directory for your operating system:
# macOS
WARP_THEMES_DIR="$HOME/.warp/themes"

# Linux
WARP_THEMES_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes"
  1. Move the files in ./dist/ to your theme directory, or download them with curl:
mkdir -p "$WARP_THEMES_DIR"
curl --output-dir "$WARP_THEMES_DIR" -LO https://raw.githubusercontent.com/catppuccin/warp/main/dist/catppuccin_latte.yml
curl --output-dir "$WARP_THEMES_DIR" -LO https://raw.githubusercontent.com/catppuccin/warp/main/dist/catppuccin_frappe.yml
curl --output-dir "$WARP_THEMES_DIR" -LO https://raw.githubusercontent.com/catppuccin/warp/main/dist/catppuccin_macchiato.yml
curl --output-dir "$WARP_THEMES_DIR" -LO https://raw.githubusercontent.com/catppuccin/warp/main/dist/catppuccin_mocha.yml
  1. Restart Warp to load the new themes
  2. Open Settings > Themes
  3. Select your preferred Catppuccin flavor

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org