diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
| commit | d842d7f125cf055d24cdb2e4b0d94c3885c93d72 (patch) | |
| tree | 3fc7e2c7f1642a56546816c348cc4ef9c400a56f /.local/share/fcitx5/themes/mode | |
| parent | 7d782c4af6a369ec5a802eeededf18e5f355088b (diff) | |
Diffstat (limited to '.local/share/fcitx5/themes/mode')
| -rw-r--r-- | .local/share/fcitx5/themes/mode/base.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.local/share/fcitx5/themes/mode/base.conf b/.local/share/fcitx5/themes/mode/base.conf new file mode 100644 index 0000000..e329a4f --- /dev/null +++ b/.local/share/fcitx5/themes/mode/base.conf @@ -0,0 +1,42 @@ +# vim:ft=dosini +[Metadata] +Name=mode +Version=0.1 +Author=lonkaars +Description=theme generated by mode +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 + + |