catppuccin / windows-terminal

πŸͺŸ Soothing pastel theme for Windows Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸͺŸ Soothing pastel theme for Windows Terminal

License:MIT License