## Previews
๐ป Latte๐ชด Frappรฉ๐บ Macchiato๐ฟ Mocha
## Usage
> **Note**
> 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**
> 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
```
`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?"_**
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?"_**
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?"_**
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)