From 5fe64bfdeb2fa6c7024b08ab2d88c444a27742d5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 31 May 2025 16:34:46 +0200 Subject: [PATCH] make fcitx5 follow qt theme --- .config/fcitx5/conf/classicui.conf | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/fcitx5/conf/classicui.conf diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf new file mode 100644 index 000000000..cfbcc6150 --- /dev/null +++ b/.config/fcitx5/conf/classicui.conf @@ -0,0 +1,31 @@ +# Vertical Candidate List +Vertical Candidate List=False +# Use mouse wheel to go to prev or next page +WheelForPaging=True +# Font +Font="Rubik 11" +# Menu Font +MenuFont="Rubik 11" +# Tray Font +TrayFont="Rubik 11" +# Prefer Text Icon +PreferTextIcon=False +# Show Layout Name In Icon +ShowLayoutNameInIcon=True +# Use input method language to display text +UseInputMethodLanguageToDisplayText=True +# Theme +Theme=plasma +# Dark Theme +DarkTheme=plasma +# Follow system light/dark color scheme +UseDarkTheme=False +# Follow system accent color if it is supported by theme and desktop +UseAccentColor=True +# Use Per Screen DPI on X11 +PerScreenDPI=False +# Force font DPI on Wayland +ForceWaylandDPI=0 +# Enable fractional scale under Wayland +EnableFractionalScale=True +