fix: fcitx5's theme - catppuccin-mocha

This commit is contained in:
Ryan Yin
2023-07-29 21:18:37 +08:00
parent 7dc223a77e
commit 033d50c738
2 changed files with 27 additions and 2 deletions

View File

@@ -1 +1,26 @@
Theme=catppuccin-mocha # or macchiato, frappe, latte
# Vertical Candidate List
Vertical Candidate List=False
# Use Per Screen DPI
PerScreenDPI=True
# Use mouse wheel to go to prev or next page
WheelForPaging=True
# Font
Font="Sans 10"
# Menu Font
MenuFont="Sans 10"
# Tray Font
TrayFont="Sans Bold 10"
# Tray Label Outline Color
TrayOutlineColor=#000000
# Tray Label Text Color
TrayTextColor=#ffffff
# Prefer Text Icon
PreferTextIcon=False
# Show Layout Name In Icon
ShowLayoutNameInIcon=True
# Use input method language to display text
UseInputMethodLangaugeToDisplayText=True
# Theme macchiato, frappe, latte, mocha
Theme=catppuccin-mocha
# Force font DPI on Wayland
ForceWaylandDPI=0

View File

@@ -9,7 +9,7 @@
# color schema
home.file.".local/share/fcitx5/themes".source = "${catppuccin-fcitx5}/src";
# home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
# every time fcitx5 switch input method, it will modify ~/.config/fcitx5/profile file,
# which will override my config managed by home-manager