diff --git a/README.md b/README.md index 0ae665b..9580f19 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,44 @@ yellow: #f5bd07 ## 预览 -![红色](./preview/image.png) \ No newline at end of file +浅色主题之红色 + +![red](./preview/red.png) + + +暗色主题之红色 + +![red](./preview/red-dark.png) + + +浅色主题之蓝色 + +![blue](./preview/blue.png) + + +暗色主题之蓝色 + +![blue](./preview/blue-dark.png) + + + +浅色主题之青色 + +![cyan](./preview/cyan.png) + + +暗色主题之青色 + +![cyan](./preview/cyan-dark.png) + + + +浅色主题之黄色 + +![yellow](./preview/yellow.png) + + + +暗色主题之黄色 + +![yellow](./preview/yellow-dark.png) diff --git a/preview/blue-dark.png b/preview/blue-dark.png new file mode 100644 index 0000000..d6ccd71 Binary files /dev/null and b/preview/blue-dark.png differ diff --git a/preview/blue.png b/preview/blue.png new file mode 100644 index 0000000..ae16122 Binary files /dev/null and b/preview/blue.png differ diff --git a/preview/cyan-dark.png b/preview/cyan-dark.png new file mode 100644 index 0000000..4e5b443 Binary files /dev/null and b/preview/cyan-dark.png differ diff --git a/preview/cyan.png b/preview/cyan.png new file mode 100644 index 0000000..34daf43 Binary files /dev/null and b/preview/cyan.png differ diff --git a/preview/red-dark.png b/preview/red-dark.png new file mode 100644 index 0000000..aa353bd Binary files /dev/null and b/preview/red-dark.png differ diff --git a/preview/image.png b/preview/red.png similarity index 100% rename from preview/image.png rename to preview/red.png diff --git a/preview/yellow-dark.png b/preview/yellow-dark.png new file mode 100644 index 0000000..dd048ce Binary files /dev/null and b/preview/yellow-dark.png differ diff --git a/preview/yellow.png b/preview/yellow.png new file mode 100644 index 0000000..f3ce431 Binary files /dev/null and b/preview/yellow.png differ diff --git a/src/usr/share/fcitx5/themes/plain-blue-dark/theme.conf b/src/usr/share/fcitx5/themes/plain-blue-dark/theme.conf new file mode 100644 index 0000000..61ebb70 --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-blue-dark/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-blue-dark +Version=1 +Author=yutent +Description=Fctix5 朴素主题 +ScaleWithDPI=True + +[InputPanel] +# 字体(实际上没啥用,不读这里的配置) +Font=Sans 12 +# 非选中候选字颜色 +NormalColor=#ced6e0 +# 高亮前景颜色(输入字符颜色) +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=#57606f +BorderColor=#81a1c1 +BorderWidth=1 + +# 跟边框大小一致 +[InputPanel/Background/Margin] +Left=1 +Right=1 +Top=1 +Bottom=1 + +[InputPanel/Highlight] +# 候选词背景色 +Color=#62aeef + +[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 diff --git a/src/usr/share/fcitx5/themes/plain-blue/theme.conf b/src/usr/share/fcitx5/themes/plain-blue/theme.conf new file mode 100644 index 0000000..9f5379e --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-blue/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-blue +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=#62aeef + +[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 diff --git a/src/usr/share/fcitx5/themes/plain-cyan-dark/theme.conf b/src/usr/share/fcitx5/themes/plain-cyan-dark/theme.conf new file mode 100644 index 0000000..5c4e043 --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-cyan-dark/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-cyan-dark +Version=1 +Author=yutent +Description=Fctix5 朴素主题 +ScaleWithDPI=True + +[InputPanel] +# 字体(实际上没啥用,不读这里的配置) +Font=Sans 12 +# 非选中候选字颜色 +NormalColor=#ced6e0 +# 高亮前景颜色(输入字符颜色) +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=#57606f +BorderColor=#81a1c1 +BorderWidth=1 + +# 跟边框大小一致 +[InputPanel/Background/Margin] +Left=1 +Right=1 +Top=1 +Bottom=1 + +[InputPanel/Highlight] +# 候选词背景色 +Color=#19bc9c + +[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 diff --git a/src/usr/share/fcitx5/themes/plain-cyan/theme.conf b/src/usr/share/fcitx5/themes/plain-cyan/theme.conf new file mode 100644 index 0000000..8bfc0aa --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-cyan/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-cyan +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=#19bc9c + +[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 diff --git a/src/usr/share/fcitx5/themes/plain-red-dark/theme.conf b/src/usr/share/fcitx5/themes/plain-red-dark/theme.conf index 11d34bb..f38107d 100644 --- a/src/usr/share/fcitx5/themes/plain-red-dark/theme.conf +++ b/src/usr/share/fcitx5/themes/plain-red-dark/theme.conf @@ -1,5 +1,5 @@ [Metadata] -Name=plain-red +Name=plain-red-dark Version=1 Author=yutent Description=Fctix5 朴素主题 @@ -9,7 +9,7 @@ ScaleWithDPI=True # 字体(实际上没啥用,不读这里的配置) Font=Sans 12 # 非选中候选字颜色 -NormalColor=#64748B +NormalColor=#ced6e0 # 高亮前景颜色(输入字符颜色) HighlightColor=#ffffff # @@ -33,8 +33,8 @@ Top=1 Bottom=1 [InputPanel/Background] -Color=#ffffff -BorderColor=#64748b59 +Color=#57606f +BorderColor=#81a1c1 BorderWidth=1 # 跟边框大小一致 diff --git a/src/usr/share/fcitx5/themes/plain-yellow-dark/theme.conf b/src/usr/share/fcitx5/themes/plain-yellow-dark/theme.conf new file mode 100644 index 0000000..b076379 --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-yellow-dark/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-yellow-dark +Version=1 +Author=yutent +Description=Fctix5 朴素主题 +ScaleWithDPI=True + +[InputPanel] +# 字体(实际上没啥用,不读这里的配置) +Font=Sans 12 +# 非选中候选字颜色 +NormalColor=#ced6e0 +# 高亮前景颜色(输入字符颜色) +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=#57606f +BorderColor=#81a1c1 +BorderWidth=1 + +# 跟边框大小一致 +[InputPanel/Background/Margin] +Left=1 +Right=1 +Top=1 +Bottom=1 + +[InputPanel/Highlight] +# 候选词背景色 +Color=#f5bd07 + +[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 diff --git a/src/usr/share/fcitx5/themes/plain-yellow/theme.conf b/src/usr/share/fcitx5/themes/plain-yellow/theme.conf new file mode 100644 index 0000000..074d157 --- /dev/null +++ b/src/usr/share/fcitx5/themes/plain-yellow/theme.conf @@ -0,0 +1,106 @@ +[Metadata] +Name=plain-yellow +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=#f5bd07 + +[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