An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Logo


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