# fcitx5
**Repository Path**: sunnylai/fcitx5
## Basic Information
- **Project Name**: fcitx5
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-18
- **Last Updated**: 2025-08-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

Catppuccin for Fcitx5
## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## Usage
### Installation
```sh
git clone https://github.com/catppuccin/fcitx5.git
mkdir -p ~/.local/share/fcitx5/themes/
cp -r ./fcitx5/src/* ~/.local/share/fcitx5/themes
```
#### Rounded Border
To enable rounded borders:
```sh
git clone https://github.com/catppuccin/fcitx5.git
mkdir -p ~/.local/share/fcitx5/themes/
./fcitx5/enable-rounded.sh
cp -r ./fcitx5/src/* ~/.local/share/fcitx5/themes
```
To disable rounded borders use `disable-rounded.sh`.
Instead of using a shell script, you can enable rounded borders by manually uncommenting the corresponding lines in the `src/catppuccin-*/theme.conf` file before copying the `src` directory.
### Enabling (Manually)
In `~/.config/fcitx5/conf/classicui.conf`, change the `Theme` variable to the following format:
```dosini
Theme=catppuccin-{flavour}-{accent}
```
**Flavour** can be one of the following: *latte*, *frappe*, *macchiato* or *mocha*
**Accent** can be one of the following: *rosewater*, *flamingo*, *pink*, *mauve*, *red*, *maroon*, *peach*, *yellow*, *green*, *teal*, *sky*, *sapphire*, *blue* or *lavender*
e.g.
```dosini
Theme=catppuccin-mocha-mauve
```
See [Palette](https://catppuccin.com/palette/).
Later restart Fcitx5 to apply the theme.
```sh
fcitx5 -r
```
### Enabling (GUI)
1. Navigate to `Fcitx5 Configuration` application through your application launcher.
2. Select the `Addons` Tab.
3. Select the setting icon (gear-wheel) for `Classical User Interface`, located to the right.
4. Apply Catppuccin as the desired fcitx5 theme by navigating to `Theme` and later selecting Catppuccin *Flavour* *Accent*.
## 💝 Thanks to
- [ayamir](https://github.com/ayamir)
- [Isabelincorp](https://github.com/isabelincorp)
- [justTOBBI](https://github.com/justTOBBI)
- [Kurome](https://github.com/kuromedayo)

Copyright © 2021-present Catppuccin Org
