Fcitx5 theme to match KDE's Breeze style.
For Arch Linux users, this theme is available on the AUR as fcitx5-breeze.
https://gitlab.com/scratch-er/fcitx5-breeze
Run bulid.py to build this theme. You need to have inkscape installed.
This themes uses svg as the source format. However, in fcitx5 themes, png images are used. The build scripts generates .svg files from .svg.in files, generates theme config files from .conf.in files and convert .svg files to png with inkscape.
To install this theme, you need to build it first or get a pre-built package from the releases page.
Run install.sh. By default, this will install the theme into /usr/local.
sudo ./install.shTo specify another installation prefix, for example, if you want install this theme into /usr.
sudo ./install.sh /usrIf you want to install this theme only for yourself without root privilege, you need to set installation prefix to ~/.local.
./install.sh ~/.localTo uninstall this theme, run ./uninstall.sh <installation-prefix>, for example:
./uninstall.sh ~/.localThis theme is based on the default Fcitx5 theme and Breeze Plasma theme.