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 /.local/share/fcitx5/themes/default | |
parent | 325f2e5c6973b92e31b999e3738e736679898346 (diff) |
new fcitx5 theme
Diffstat (limited to '.local/share/fcitx5/themes/default')
-rw-r--r-- | .local/share/fcitx5/themes/default/base.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.local/share/fcitx5/themes/default/base.conf b/.local/share/fcitx5/themes/default/base.conf new file mode 100644 index 0000000..4a27495 --- /dev/null +++ b/.local/share/fcitx5/themes/default/base.conf @@ -0,0 +1,42 @@ +# vim:ft=dosini +[Metadata] +Name=default +Version=0.1 +Author=loek +Description=custom theme +ScaleWithDPI=True + +[InputPanel] +Font=sans-serif 12 + +[InputPanel/Background/Margin] +Left=0 +Right=0 +Top=0 +Bottom=0 + +[Menu/Background/Margin] +Left=0 +Right=0 +Top=0 +Bottom=0 + +[Menu/ContentMargin] +Left=0 +Right=0 +Top=0 +Bottom=0 + +[Menu/Highlight/Margin] +Left=0 +Right=0 +Top=0 +Bottom=0 + +[Menu/TextMargin] +Left=0 +Right=0 +Top=0 +Bottom=0 + + |