diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..734c170 --- /dev/null +++ b/debian/control @@ -0,0 +1,11 @@ +Package: fcitx5-skin-plain +Version: 1.0.0 +Section: utils +Installed-Size: ${size[0]} +Architecture: all +Suggests: fcitx5 +Maintainer: Yutent +Priority: optional +Homepage: https://github.com/app-cat/fcitx5-skin-plain.git +Description: 简约风格的fcitx5皮肤主题. + 提供了`red、blue、cyan、yellow`4种色彩及对应的暗色主题. \ No newline at end of file diff --git a/src/usr/share/fcitx5/themes/plain-blue/radio.png b/src/usr/share/fcitx5/themes/plain-blue/radio.png new file mode 100644 index 0000000..ec70774 Binary files /dev/null and b/src/usr/share/fcitx5/themes/plain-blue/radio.png differ diff --git a/src/usr/share/fcitx5/themes/plain-red/arrow.png b/src/usr/share/fcitx5/themes/plain-red/arrow.png new file mode 100644 index 0000000..2597ef9 Binary files /dev/null and b/src/usr/share/fcitx5/themes/plain-red/arrow.png differ diff --git a/src/usr/share/fcitx5/themes/plain-red/next.png b/src/usr/share/fcitx5/themes/plain-red/next.png new file mode 100644 index 0000000..bef4944 Binary files /dev/null and b/src/usr/share/fcitx5/themes/plain-red/next.png differ diff --git a/src/usr/share/fcitx5/themes/plain-red/prev.png b/src/usr/share/fcitx5/themes/plain-red/prev.png new file mode 100644 index 0000000..b721317 Binary files /dev/null and b/src/usr/share/fcitx5/themes/plain-red/prev.png differ diff --git a/src/usr/share/fcitx5/themes/plain-red/radio.png b/src/usr/share/fcitx5/themes/plain-red/radio.png new file mode 100644 index 0000000..64f93fa Binary files /dev/null and b/src/usr/share/fcitx5/themes/plain-red/radio.png differ diff --git a/src/usr/share/fcitx5/themes/plain-red/theme.conf b/src/usr/share/fcitx5/themes/plain-red/theme.conf new file mode 100644 index 0000000..11d34bb --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-red/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-red +Version=1 +Author=yutent +Description=Fctix5 朴素主题 +ScaleWithDPI=True + +[InputPanel] +# 字体(实际上没啥用,不读这里的配置) +Font=Sans 12 +# 非选中候选字颜色 +NormalColor=#64748B +# 高亮前景颜色(输入字符颜色) +HighlightColor=#ffffff +# +Spacing=3 + +[InputPanel/TextMargin] +# 候选字对左边距 +Left=12 +# 候选字对右边距 +Right=12 +# 候选字向上边距 +Top=12 +# 候选字向下边距 +Bottom=12 + +# 跟边框大小一致 +[InputPanel/ContentMargin] +Left=1 +Right=1 +Top=1 +Bottom=1 + +[InputPanel/Background] +Color=#ffffff +BorderColor=#64748b59 +BorderWidth=1 + +# 跟边框大小一致 +[InputPanel/Background/Margin] +Left=1 +Right=1 +Top=1 +Bottom=1 + +[InputPanel/Highlight] +# 候选词背景色 +Color=#fc7661 + +[InputPanel/Highlight/Margin] +# 高亮区域左边距 +Left=12 +# 高亮区域右边距 +Right=12 +# 高亮区域上边距 +Top=12 +# 高亮区域下边距 +Bottom=12 + + +[InputPanel/PrevPage] +Image=prev.png + +[InputPanel/PrevPage/ClickMargin] +Left=5 +Right=5 +Top=4 +Bottom=4 + +[InputPanel/NextPage] +Image=next.png + +[InputPanel/NextPage/ClickMargin] +Left=5 +Right=5 +Top=4 +Bottom=4 + + +[Menu/Background] +Color=#ffffff + +[Menu/Background/Margin] +Left=4 +Right=4 +Top=4 +Bottom=4 + +[Menu/Highlight] +Color=#fc7661 + +[Menu/Highlight/Margin] +Left=2 +Right=2 +Top=2 +Bottom=2 + +[Menu/Separator] +Color=#f2f5fc + +[Menu/CheckBox] +Image=radio.png + +[Menu/SubMenu] +Image=arrow.png