97 lines
3.9 KiB
Markdown
97 lines
3.9 KiB
Markdown
<h3 align="center">
|
|
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
|
|
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
|
|
Catppuccin for <a href="https://github.com/kovidgoyal/kitty">Kitty</a>
|
|
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
|
|
</h3>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/catppuccin/kitty/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/kitty?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
|
|
<a href="https://github.com/catppuccin/kitty/issues"><img src="https://img.shields.io/github/issues/catppuccin/kitty?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
|
|
<a href="https://github.com/catppuccin/kitty/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/kitty?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="assets/preview.webp"/>
|
|
</p>
|
|
|
|
## Previews
|
|
|
|
<details>
|
|
<summary>🌻 Latte</summary>
|
|
<img src="assets/latte.webp"/>
|
|
</details>
|
|
<details>
|
|
<summary>🪴 Frappé</summary>
|
|
<img src="assets/frappe.webp"/>
|
|
</details>
|
|
<details>
|
|
<summary>🌺 Macchiato</summary>
|
|
<img src="assets/macchiato.webp"/>
|
|
</details>
|
|
<details>
|
|
<summary>🌿 Mocha</summary>
|
|
<img src="assets/mocha.webp"/>
|
|
</details>
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
> **Note**<br>
|
|
> 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.
|
|
|
|
> **Note**<br>
|
|
> This config **only** includes the Catppuccin color, it does **not** configure fonts or other styling.
|
|
|
|
1. Choose your flavor.
|
|
2. Copy the contents of _flavor_.conf into your kitty config file (usually stored at `~/.config/kitty/kitty.conf`)
|
|
3. Save and enjoy!
|
|
|
|
Alternatively you can copy all flavor configs into your kitty theme directory (usually `~/.config/kitty/themes/`), and then use the themes kitten to select your desired flavor:
|
|
|
|
```
|
|
kitty +kitten themes --reload-in=all <optional: theme name>
|
|
```
|
|
|
|
`Catppuccin-Latte`, `Catppuccin-Frappe`, `Catppuccin-Macchiato`, `Catppuccin-Mocha` are their respective names.
|
|
|
|
|
|
|
|
## 🙋 FAQ
|
|
|
|
- Q: **_"How can I style the Tab Bar like it is on the screenshots?"_**<br>
|
|
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: **_"Which Fonts are used in the screenshots?"_**<br>
|
|
A: The font used in the screenshot config is [Fira Code](https://github.com/tonsky/FiraCode). Furthermore, 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?"_**<br>
|
|
A: It's [pfetch with kitties](https://github.com/andreasgrafen/pfetch-with-kitties) — a slightly modified version if [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)
|
|
|
|
|
|
|
|
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
|
|
<p align="center">Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
|
|
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a></p>
|