diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-23 23:12:38 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-23 23:12:38 +0100 |
commit | 858dc35c0eae42bc3d1903d8db2dc5e298740f74 (patch) | |
tree | 9d6627b30ef024d27a560094d4a2db3d5e354a8e /.local/share/fcitx5/themes | |
parent | 171bdbe48dafe18cf2e9de07920bf7f1be151867 (diff) |
less padding on fcitx5 theme and add mozc keymap to dotfiles
Diffstat (limited to '.local/share/fcitx5/themes')
-rw-r--r-- | .local/share/fcitx5/themes/loek/base.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.local/share/fcitx5/themes/loek/base.conf b/.local/share/fcitx5/themes/loek/base.conf index 7c9a7dd..44e7c31 100644 --- a/.local/share/fcitx5/themes/loek/base.conf +++ b/.local/share/fcitx5/themes/loek/base.conf @@ -7,14 +7,14 @@ Description=custom theme ScaleWithDPI=True [InputPanel] -Font=Sans 13 +Font=Sans 12 Spacing=3 [InputPanel/TextMargin] -Left=10 -Right=10 -Top=6 -Bottom=6 +Left=7 +Right=7 +Top=4 +Bottom=4 [InputPanel/Background] BorderWidth=2 @@ -26,10 +26,10 @@ Top=2 Bottom=2 [InputPanel/Highlight/Margin] -Left=10 -Right=10 -Top=7 -Bottom=7 +Left=7 +Right=7 +Top=4 +Bottom=4 [Menu/Background/Margin] Left=2 @@ -44,10 +44,10 @@ Top=2 Bottom=2 [Menu/Highlight/Margin] -Left=10 -Right=10 -Top=5 -Bottom=5 +Left=7 +Right=7 +Top=4 +Bottom=4 [Menu/TextMargin] Left=5 |