diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-27 16:27:45 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-27 16:27:45 +0100 |
commit | a3c6b3313803381b0cfa19f3b1e9b22fc55d61bf (patch) | |
tree | 3668f9fe2dc2471d196b4e5261359925089a2be0 /.config | |
parent | 325f2e5c6973b92e31b999e3738e736679898346 (diff) |
new fcitx5 theme
Diffstat (limited to '.config')
-rw-r--r-- | .config/fcitx5/conf/classicui.conf | 42 | ||||
-rw-r--r-- | .config/fcitx5/conf/mozc.conf | 2 |
2 files changed, 26 insertions, 18 deletions
diff --git a/.config/fcitx5/conf/classicui.conf b/.config/fcitx5/conf/classicui.conf index e182f22..670d3d8 100644 --- a/.config/fcitx5/conf/classicui.conf +++ b/.config/fcitx5/conf/classicui.conf @@ -1,27 +1,35 @@ -# Vertical Candidate List -Vertical Candidate List=False -# Use Per Screen DPI -PerScreenDPI=True -# Use mouse wheel to go to prev or next page +# 候補ウィンドウを縦にする +Vertical Candidate List=True +# マウスホイールを使用して前または次のページに移動する WheelForPaging=True -# Font +# フォント Font="Sans 10" -# Menu Font +# メニューフォント MenuFont="Sans 10" -# Tray Font +# トレイフォント TrayFont="JetBrainsMono Nerd Font Mono Bold 10" -# Tray Label Outline Color +# トレイラベルのアウトライン色 TrayOutlineColor=#00000000 -# Tray Label Text Color +# トレイラベルのテキスト色 TrayTextColor=#ffffff00 -# Prefer Text Icon +# テキストアイコンを優先する PreferTextIcon=True -# Show Layout Name In Icon +# アイコンにレイアウト名を表示する ShowLayoutNameInIcon=False -# Use input method language to display text -UseInputMethodLangaugeToDisplayText=True -# Theme -Theme=loek -# Force font DPI on Wayland +# 入力メソッドの言語を使用してテキストを表示する +UseInputMethodLanguageToDisplayText=True +# テーマ +Theme=default +# ダークテーマ +DarkTheme=default-dark +# システムのライト/ダーク配色に従う +UseDarkTheme=False +# テーマとデスクトップでサポートされている場合は、システムのアクセントカラーに従う +UseAccentColor=True +# X11 で Per Screen DPI を使用する +PerScreenDPI=True +# フォント DPI を Wayland で強制する ForceWaylandDPI=0 +# Wayland で分数スケールを有効にする +EnableFractionalScale=True diff --git a/.config/fcitx5/conf/mozc.conf b/.config/fcitx5/conf/mozc.conf index 5e21451..09f0670 100644 --- a/.config/fcitx5/conf/mozc.conf +++ b/.config/fcitx5/conf/mozc.conf @@ -3,7 +3,7 @@ InitialMode=Hiragana # 入力状態の共有 InputState="Follow Global Configuration" # 候補を縦に並べる -Vertical=True +Vertical=False # 用例の表示 (候補が縦並びのとき) ExpandMode="On Focus" # プリエディットカーソルをプリエディットの先頭に固定する |