fcitx5
This commit is contained in:
parent
97f2caf633
commit
a4208b3ea4
17
.config/fcitx5/conf/classicui.conf
Normal file
17
.config/fcitx5/conf/classicui.conf
Normal file
@ -0,0 +1,17 @@
|
||||
# 垂直候选列表
|
||||
Vertical Candidate List=False
|
||||
|
||||
# 可用时在应用程序中显示预编辑文本
|
||||
PreeditInApplication=True
|
||||
|
||||
# 按屏幕 DPI 使用
|
||||
PerScreenDPI=True
|
||||
|
||||
# Font (设置成你喜欢的字体)
|
||||
# 这个字体需要安装思源黑体
|
||||
Font="思源黑体 CN Medium 12"
|
||||
|
||||
# 主题
|
||||
# Theme=winter
|
||||
# 这个主题需要安装包fcitx5-material-color
|
||||
Theme=Material-Color-DeepPurple
|
2
.config/fcitx5/conf/rime.conf
Normal file
2
.config/fcitx5/conf/rime.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# 可用时在应用程序中显示预编辑文本
|
||||
PreeditInApplication=True
|
3
.local/share/fcitx5/rime/default.custom.yaml
Normal file
3
.local/share/fcitx5/rime/default.custom.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
patch:
|
||||
schema_list:
|
||||
- schema: double_pinyin_mspy
|
BIN
.local/share/fcitx5/themes/winter/arrow.png
Normal file
BIN
.local/share/fcitx5/themes/winter/arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 B |
BIN
.local/share/fcitx5/themes/winter/panel.png
Normal file
BIN
.local/share/fcitx5/themes/winter/panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 557 B |
BIN
.local/share/fcitx5/themes/winter/radio.png
Normal file
BIN
.local/share/fcitx5/themes/winter/radio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 467 B |
91
.local/share/fcitx5/themes/winter/theme.conf
Normal file
91
.local/share/fcitx5/themes/winter/theme.conf
Normal file
@ -0,0 +1,91 @@
|
||||
[Metadata]
|
||||
Name=winter
|
||||
Version=0.1
|
||||
Author=thepoy
|
||||
Description=Fctix5 Winter Theme
|
||||
ScaleWithDPI=True
|
||||
|
||||
[InputPanel]
|
||||
# 字体
|
||||
Font=Sans 13
|
||||
# 非选中候选字颜色
|
||||
NormalColor=#ffffff
|
||||
# 选中候选字颜色
|
||||
HighlightCandidateColor=#ffffff
|
||||
# 高亮前景颜色(输入字符颜色)
|
||||
HighlightColor=#37474f
|
||||
# 输入字符背景颜色
|
||||
HighlightBackgroundColor=#ffffff
|
||||
#
|
||||
Spacing=3
|
||||
|
||||
[InputPanel/TextMargin]
|
||||
# 候选字对左边距
|
||||
Left=20
|
||||
# 候选字对右边距
|
||||
Right=20
|
||||
# 候选字向上边距
|
||||
Top=10
|
||||
# 候选字向下边距
|
||||
Bottom=10
|
||||
|
||||
[InputPanel/Background]
|
||||
Image=panel.png
|
||||
|
||||
[InputPanel/Background/Margin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[InputPanel/Highlight]
|
||||
Color=#1D66CD
|
||||
|
||||
[InputPanel/Highlight/Margin]
|
||||
# 高亮区域左边距
|
||||
Left=20
|
||||
# 高亮区域右边距
|
||||
Right=20
|
||||
# 高亮区域上边距
|
||||
Top=10
|
||||
# 高亮区域下边距
|
||||
Bottom=10
|
||||
|
||||
[Menu/Background]
|
||||
Color=#ffffff
|
||||
|
||||
[Menu/Background/Margin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[Menu/ContentMargin]
|
||||
Left=2
|
||||
Right=2
|
||||
Top=2
|
||||
Bottom=2
|
||||
|
||||
[Menu/Highlight]
|
||||
Color=#1D66CD
|
||||
|
||||
[Menu/Highlight/Margin]
|
||||
Left=10
|
||||
Right=10
|
||||
Top=5
|
||||
Bottom=5
|
||||
|
||||
[Menu/Separator]
|
||||
Color=#c0c0c0
|
||||
|
||||
[Menu/CheckBox]
|
||||
Image=radio.png
|
||||
|
||||
[Menu/SubMenu]
|
||||
Image=arrow.png
|
||||
|
||||
[Menu/TextMargin]
|
||||
Left=5
|
||||
Right=5
|
||||
Top=5
|
||||
Bottom=5
|
4
.rc.sh
4
.rc.sh
@ -14,6 +14,10 @@ alias w='cd /var/www/html'
|
||||
alias p='cd `project_folder`'
|
||||
alias d='docker'
|
||||
|
||||
# copilot
|
||||
alias '??'='gh copilot suggest'
|
||||
alias '?'='gh copilot explain'
|
||||
|
||||
export PUB_HOSTED_URL=https://mirror.sjtu.edu.cn/dart-pub/
|
||||
export FLUTTER_STORAGE_BASE_URL=https://mirror.sjtu.edu.cn/
|
||||
export CHROME_EXECUTABLE=/usr/bin/microsoft-edge-stable
|
||||
|
Loading…
Reference in New Issue
Block a user