完成红色主题
parent
92378c9eaf
commit
349260db89
|
@ -0,0 +1,11 @@
|
||||||
|
Package: fcitx5-skin-plain
|
||||||
|
Version: 1.0.0
|
||||||
|
Section: utils
|
||||||
|
Installed-Size: ${size[0]}
|
||||||
|
Architecture: all
|
||||||
|
Suggests: fcitx5
|
||||||
|
Maintainer: Yutent <yutent.io@gmail.com>
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://github.com/app-cat/fcitx5-skin-plain.git
|
||||||
|
Description: 简约风格的fcitx5皮肤主题.
|
||||||
|
提供了`red、blue、cyan、yellow`4种色彩及对应的暗色主题.
|
Binary file not shown.
After Width: | Height: | Size: 490 B |
Binary file not shown.
After Width: | Height: | Size: 162 B |
Binary file not shown.
After Width: | Height: | Size: 166 B |
Binary file not shown.
After Width: | Height: | Size: 166 B |
Binary file not shown.
After Width: | Height: | Size: 490 B |
|
@ -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
|
Loading…
Reference in New Issue