diff options
-rw-r--r-- | .local/share/fcitx5/themes/loek/base.conf | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/.local/share/fcitx5/themes/loek/base.conf b/.local/share/fcitx5/themes/loek/base.conf new file mode 100644 index 0000000..7c9a7dd --- /dev/null +++ b/.local/share/fcitx5/themes/loek/base.conf @@ -0,0 +1,58 @@ +# vim:ft=dosini +[Metadata] +Name=Loek +Version=0.1 +Author=loek +Description=custom theme +ScaleWithDPI=True + +[InputPanel] +Font=Sans 13 +Spacing=3 + +[InputPanel/TextMargin] +Left=10 +Right=10 +Top=6 +Bottom=6 + +[InputPanel/Background] +BorderWidth=2 + +[InputPanel/Background/Margin] +Left=2 +Right=2 +Top=2 +Bottom=2 + +[InputPanel/Highlight/Margin] +Left=10 +Right=10 +Top=7 +Bottom=7 + +[Menu/Background/Margin] +Left=2 +Right=2 +Top=2 +Bottom=2 + +[Menu/ContentMargin] +Left=2 +Right=2 +Top=2 +Bottom=2 + +[Menu/Highlight/Margin] +Left=10 +Right=10 +Top=5 +Bottom=5 + +[Menu/TextMargin] +Left=5 +Right=5 +Top=5 +Bottom=5 + + |