https://github.com/catppuccin/kitty
π½ Soothing pastel theme for Kitty
https://github.com/catppuccin/kitty
catppuccin fancy hacktoberfest kitty kitty-config kitty-terminal kitty-themes theme
Last synced: 8 months ago
JSON representation
π½ Soothing pastel theme for Kitty
- Host: GitHub
- URL: https://github.com/catppuccin/kitty
- Owner: catppuccin
- License: mit
- Created: 2021-11-13T01:06:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T04:53:36.000Z (over 1 year ago)
- Last Synced: 2025-08-07T01:58:23.373Z (10 months ago)
- Topics: catppuccin, fancy, hacktoberfest, kitty, kitty-config, kitty-terminal, kitty-themes, theme
- Language: Just
- Homepage:
- Size: 975 KB
- Stars: 718
- Watchers: 8
- Forks: 53
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Catppuccin for Kitty
## Previews
π» Latte

πͺ΄ FrappΓ©

πΊ Macchiato

πΏ Mocha

## Usage
> [!TIP]
> If you're using Kitty `>0.26.0`, all Catppuccin flavors are already included in Kitty! There's no need to install the base theme.
1. Copy the contents of your preferred flavor from [`themes/`](./themes/) into your [kitty configuration file](https://sw.kovidgoyal.net/kitty/conf/) (usually `~/.config/kitty/kitty.conf`).
3. Save and enjoy!
Alternatively you can copy all flavor configs into your [kitty theme directory](https://sw.kovidgoyal.net/kitty/kittens/themes/#using-your-own-themes) (usually `~/.config/kitty/themes/`), and then use the themes kitten to select your desired flavor:
```
kitty +kitten themes --reload-in=all
```
`Catppuccin-Latte`, `Catppuccin-Frappe`, `Catppuccin-Macchiato`, `Catppuccin-Mocha` are their respective names.
## π FAQ
- Q: **_"How can I style the tab bar like the screenshots?"_** \
A: The config settings for the tab bar are the following:
```ini
tab_bar_min_tabs 1
tab_bar_edge bottom
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
```
- Q: **_"What font is used in the screenshots?"_** \
A: The font used in the screenshots is [Fira Code](https://github.com/tonsky/FiraCode). The following stylistic alternatives and ligatures are set:
```ini
+cv02 +cv05 +cv09 +cv14 +ss04 +cv16 +cv31 +cv25 +cv26 +cv32 +cv28 +ss10 +zero +onum
```
- Q: **_"Which fetch is used in the screenshots?"_** \
A: It's [pfetch with kitties](https://github.com/andreasgrafen/pfetch-with-kitties) β a slightly modified version of [pfetch](https://github.com/dylanaraps/pfetch) which adds the ASCII Kitty.
## π Thanks to
- [Pocco81](https://github.com/Pocco81)
- [Lokesh Krishna](https://github.com/lokesh-krishna)
- [Andreas Grafen](https://github.com/andreasgrafen)
Β

Copyright Β© 2021-present Catppuccin Org