fcitx5 themes

相關路徑

各個佈景主題放置資料夾

  • /usr/share/fcitx5/themes/
  • ~/.local/share/fcitx5/themes/

佈景主題設定檔路徑

  • ~/.config/fcitx5/conf/classicui.conf

執行

grep '^Theme=' ~/.config/fcitx5/conf/classicui.conf

顯示

Theme=default

預設佈景主題資料夾路徑

  • /usr/share/fcitx5/themes/default
ls -1 /usr/share/fcitx5/themes/default

顯示

arrow.png
highlight.png
next.png
panel.png
prev.png
radio.png
theme.conf

佈景主題

GitHub Search: 「fcitx5 theme

Default

  • default
  • /usr/share/fcitx5/themes/default/
sed -i 's/^Theme=.*/Theme=default/g' ~/.config/fcitx5/conf/classicui.conf

除了可以透過「圖形介面來設定」,也可以透過上面指令來設定。

這一招也可以用來設定「grub theme」,或是「gtkrc」。

Gruvbox

  • fcitx5-gruvbox (單純設定,沒有套用圖片)
  • ~/.local/share/fcitx5/themes/gruvbox-dark/
sed -i 's/^Theme=.*/Theme=gruvbox-dark/g' ~/.config/fcitx5/conf/classicui.conf

Dracula

sed -i 's/^Theme=.*/Theme=dracula/g' ~/.config/fcitx5/conf/classicui.conf

Breeze

Package Search:

執行

apt-cache search fcitx5 | grep theme

顯示

fcitx5-material-color - UI theme for fcitx5 following Material Design