https://github.com/catppuccin/fcitx5
🧃 Soothing pastel theme for Fcitx5
https://github.com/catppuccin/fcitx5
catppuccin fancy fcitx fcitx5 fcitx5-skin fcitx5-theme hacktoberfest pastel-colors
Last synced: 2 months ago
JSON representation
🧃 Soothing pastel theme for Fcitx5
- Host: GitHub
- URL: https://github.com/catppuccin/fcitx5
- Owner: catppuccin
- License: mit
- Created: 2022-01-26T16:01:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T19:53:58.000Z (5 months ago)
- Last Synced: 2025-05-16T20:40:38.422Z (5 months ago)
- Topics: catppuccin, fancy, fcitx, fcitx5, fcitx5-skin, fcitx5-theme, hacktoberfest, pastel-colors
- Language: Shell
- Homepage:
- Size: 264 KB
- Stars: 142
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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