mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
chore(All Markdown Files): auto wrap text, fix typos
This commit is contained in:
@@ -4,18 +4,22 @@ Useful for Linux(fcitx5-rime) & macOS(squirrel).
|
||||
|
||||
## Linux(fcitx5-rime)
|
||||
|
||||
1. pay attention to the `rm -rf .local/share/fcitx5/rime/`, which may contains some auto generated rime config files, which may cause flypy not the default scheme for rime
|
||||
2. manage `~/.config/fcitx5/profile` in ../home/hyprland/default.nix, which hardcode rime as the default input method, so you do not need to use fcitx-configtool to set rime as the default input method.
|
||||
3. fcitx5-rime still cannot use on vscode & chrome now... need more time to figure out why and resolve it.
|
||||
|
||||
1. pay attention to the `rm -rf .local/share/fcitx5/rime/`, which may contains some auto generated
|
||||
rime config files, which may cause flypy not the default scheme for rime
|
||||
2. manage `~/.config/fcitx5/profile` in ../home/hyprland/default.nix, which hardcode rime as the
|
||||
default input method, so you do not need to use fcitx-configtool to set rime as the default input
|
||||
method.
|
||||
3. fcitx5-rime still cannot use on vscode & chrome now... need more time to figure out why and
|
||||
resolve it.
|
||||
|
||||
## macOS(squirrel)
|
||||
|
||||
1. pay attention to the `rm -rf ~/Library/Rime/`, which may contains some auto generated rime config files.
|
||||
1. pay attention to the `rm -rf ~/Library/Rime/`, which may contains some auto generated rime config
|
||||
files.
|
||||
|
||||
## Docs about fcitx5
|
||||
|
||||
- [Fcitx5 - Arch Linux Wiki](https://wiki.archlinux.org/title/Fcitx5)
|
||||
- [Fcitx5 - Official Wiki](https://fcitx-im.org/wiki/Fcitx_5/zh-cn)
|
||||
- [disscussion about using fcitx5 on hyprland](https://github.com/hyprwm/Hyprland/discussions/421)
|
||||
- [discussion about using fcitx5 on hyprland](https://github.com/hyprwm/Hyprland/discussions/421)
|
||||
- [hyprland issue about fcitx5](https://github.com/hyprwm/Hyprland/discussions/421)
|
||||
|
||||
@@ -1,41 +1,38 @@
|
||||
customization:
|
||||
distribution_code_name: Squirrel
|
||||
distribution_version: 2019-06-23
|
||||
rime_version: 1.5.3
|
||||
patch:
|
||||
schema_list:
|
||||
- schema: flypy # 添加小鹤音形
|
||||
|
||||
#
|
||||
# 可用的按键有 Caps_Lock, Shift_L, Shift_R, Control_L, control_R
|
||||
# Mac 系统上的鼠须管不能区分左、右,因此只有对 Shift_L, Control_L 的设定起作用
|
||||
#
|
||||
# 已输入编码时按切换键,可以进一步设定输入法中西文切换的形式
|
||||
# 可选的临时切换策略有三:
|
||||
# inline_ascii 在输入法的临时西文编辑区内输入字母、数字、符号、空格等,回车上屏后自动复位到中文
|
||||
# commit_text 已输入的候选文字上屏并切换至西文输入模式
|
||||
# commit_code 已输入的编码字符上屏并切换至西文输入模式
|
||||
# 设为 noop, 屏蔽该切换键
|
||||
#
|
||||
# 如果要把Caps Lock 设为只改变字母的大小写而不做中西文切换,可将 Caps_Lock 对应的切换方式设为 noop
|
||||
# 如果要以Caps Lock 切换到西文模式,默认输出小写字母,请置 ascii_composer/good_old_caps_lock: false
|
||||
# 如果要以Caps Lock 切换到西文模式,默认输出大写字母,请置 ascii_composer/good_old_caps_lock: true
|
||||
|
||||
ascii_composer/good_old_caps_lock: true
|
||||
ascii_composer/switch_key:
|
||||
Caps_Lock: noop
|
||||
Shift_L: commit_code
|
||||
Shift_R: noop
|
||||
Control_L: noop
|
||||
Control_R: noop
|
||||
|
||||
key_binder/bindings:
|
||||
- when: paging
|
||||
accept: bracketleft
|
||||
send: Page_Up
|
||||
- when: has_menu
|
||||
accept: bracketright
|
||||
send: Page_Down
|
||||
|
||||
|
||||
|
||||
customization:
|
||||
distribution_code_name: Squirrel
|
||||
distribution_version: 2019-06-23
|
||||
rime_version: 1.5.3
|
||||
patch:
|
||||
schema_list:
|
||||
- schema: flypy # 添加小鹤音形
|
||||
|
||||
#
|
||||
# 可用的按键有 Caps_Lock, Shift_L, Shift_R, Control_L, control_R
|
||||
# Mac 系统上的鼠须管不能区分左、右,因此只有对 Shift_L, Control_L 的设定起作用
|
||||
#
|
||||
# 已输入编码时按切换键,可以进一步设定输入法中西文切换的形式
|
||||
# 可选的临时切换策略有三:
|
||||
# inline_ascii 在输入法的临时西文编辑区内输入字母、数字、符号、空格等,回车上屏后自动复位到中文
|
||||
# commit_text 已输入的候选文字上屏并切换至西文输入模式
|
||||
# commit_code 已输入的编码字符上屏并切换至西文输入模式
|
||||
# 设为 noop, 屏蔽该切换键
|
||||
#
|
||||
# 如果要把Caps Lock 设为只改变字母的大小写而不做中西文切换,可将 Caps_Lock 对应的切换方式设为 noop
|
||||
# 如果要以Caps Lock 切换到西文模式,默认输出小写字母,请置 ascii_composer/good_old_caps_lock: false
|
||||
# 如果要以Caps Lock 切换到西文模式,默认输出大写字母,请置 ascii_composer/good_old_caps_lock: true
|
||||
|
||||
ascii_composer/good_old_caps_lock: true
|
||||
ascii_composer/switch_key:
|
||||
Caps_Lock: noop
|
||||
Shift_L: commit_code
|
||||
Shift_R: noop
|
||||
Control_L: noop
|
||||
Control_R: noop
|
||||
|
||||
key_binder/bindings:
|
||||
- when: paging
|
||||
accept: bracketleft
|
||||
send: Page_Up
|
||||
- when: has_menu
|
||||
accept: bracketright
|
||||
send: Page_Down
|
||||
|
||||
@@ -24,74 +24,73 @@ menu:
|
||||
page_size: 5
|
||||
|
||||
punctuator:
|
||||
full_shape: # replace full_shape with half_shape
|
||||
',' : { commit: , }
|
||||
'.' : { commit: 。 }
|
||||
'<' : [ 《, 〈, «, ‹ ]
|
||||
'>' : [ 》, 〉, », › ]
|
||||
'/' : { commit: 、 }
|
||||
'?' : { commit: ? }
|
||||
';' : { commit: ; }
|
||||
':' : { commit: : }
|
||||
'''' : { pair: [ '‘', '’' ] }
|
||||
'"' : { pair: [ '“', '”' ] }
|
||||
'\' : { commit: 、 }
|
||||
'|' : '|'
|
||||
'`' : '`'
|
||||
'~' : { commit: ~ }
|
||||
'!' : { commit: ! }
|
||||
'@' : '@'
|
||||
'#' : '#'
|
||||
'%' : { commit: '%' }
|
||||
'$' : { commit: "$" }
|
||||
'^' : { commit: …… }
|
||||
'&' : '&'
|
||||
'*' : { commit: '*' }
|
||||
'(' : (
|
||||
')' : )
|
||||
'-' : '-'
|
||||
'_' : ——
|
||||
'+' : '+'
|
||||
'=' : '='
|
||||
'[' : [ 「, 【, 〔, [ ]
|
||||
']' : [ 」, 】, 〕, ] ]
|
||||
'{' : [ 『, 〖, { ]
|
||||
'}' : [ 』, 〗, } ]
|
||||
|
||||
full_shape: # replace full_shape with half_shape
|
||||
",": { commit: , }
|
||||
".": { commit: 。 }
|
||||
"<": [《, 〈, «, ‹]
|
||||
">": [》, 〉, », ›]
|
||||
"/": { commit: 、 }
|
||||
"?": { commit: ? }
|
||||
";": { commit: ; }
|
||||
":": { commit: : }
|
||||
"'": { pair: ["‘", "’"] }
|
||||
'"': { pair: ["“", "”"] }
|
||||
'\': { commit: 、 }
|
||||
"|": "|"
|
||||
"`": "`"
|
||||
"~": { commit: ~ }
|
||||
"!": { commit: ! }
|
||||
"@": "@"
|
||||
"#": "#"
|
||||
"%": { commit: "%" }
|
||||
"$": { commit: "$" }
|
||||
"^": { commit: …… }
|
||||
"&": "&"
|
||||
"*": { commit: "*" }
|
||||
"(": (
|
||||
")": )
|
||||
"-": "-"
|
||||
"_": ——
|
||||
"+": "+"
|
||||
"=": "="
|
||||
"[": [「, 【, 〔, []
|
||||
"]": [」, 】, 〕, ]]
|
||||
"{": [『, 〖, {]
|
||||
"}": [』, 〗, }]
|
||||
|
||||
half_shape:
|
||||
',' : { commit: , }
|
||||
'.' : { commit: 。 }
|
||||
'<' : [ 《, 〈, «, ‹ ]
|
||||
'>' : [ 》, 〉, », › ]
|
||||
'/' : { commit: 、 }
|
||||
'?' : { commit: ? }
|
||||
';' : { commit: ; }
|
||||
':' : { commit: : }
|
||||
'''' : { pair: [ '‘', '’' ] }
|
||||
'"' : { pair: [ '“', '”' ] }
|
||||
'\' : { commit: 、 }
|
||||
'|' : '|'
|
||||
'`' : '`'
|
||||
'~' : { commit: ~ }
|
||||
'!' : { commit: ! }
|
||||
'@' : '@'
|
||||
'#' : '#'
|
||||
'%' : { commit: '%' }
|
||||
'$' : { commit: "$" }
|
||||
'^' : { commit: …… }
|
||||
'&' : '&'
|
||||
'*' : { commit: '*' }
|
||||
'(' : (
|
||||
')' : )
|
||||
'-' : '-'
|
||||
'_' : ——
|
||||
'+' : '+'
|
||||
'=' : '='
|
||||
'[' : [ 「, 【, 〔, [ ]
|
||||
']' : [ 」, 】, 〕, ] ]
|
||||
'{' : [ 『, 〖, { ]
|
||||
'}' : [ 』, 〗, } ]
|
||||
",": { commit: , }
|
||||
".": { commit: 。 }
|
||||
"<": [《, 〈, «, ‹]
|
||||
">": [》, 〉, », ›]
|
||||
"/": { commit: 、 }
|
||||
"?": { commit: ? }
|
||||
";": { commit: ; }
|
||||
":": { commit: : }
|
||||
"'": { pair: ["‘", "’"] }
|
||||
'"': { pair: ["“", "”"] }
|
||||
'\': { commit: 、 }
|
||||
"|": "|"
|
||||
"`": "`"
|
||||
"~": { commit: ~ }
|
||||
"!": { commit: ! }
|
||||
"@": "@"
|
||||
"#": "#"
|
||||
"%": { commit: "%" }
|
||||
"$": { commit: "$" }
|
||||
"^": { commit: …… }
|
||||
"&": "&"
|
||||
"*": { commit: "*" }
|
||||
"(": (
|
||||
")": )
|
||||
"-": "-"
|
||||
"_": ——
|
||||
"+": "+"
|
||||
"=": "="
|
||||
"[": [「, 【, 〔, []
|
||||
"]": [」, 】, 〕, ]]
|
||||
"{": [『, 〖, {]
|
||||
"}": [』, 〗, }]
|
||||
|
||||
key_binder:
|
||||
bindings:
|
||||
|
||||
@@ -16,14 +16,14 @@ punctuator:
|
||||
switches:
|
||||
- name: ascii_mode
|
||||
reset: 0
|
||||
# states: [ 中文, 英文 ]
|
||||
# states: [ 中文, 英文 ]
|
||||
- name: full_shape
|
||||
# states: [ 半角, 全角 ]
|
||||
# states: [ 半角, 全角 ]
|
||||
- name: simplification
|
||||
# states: [ 简, 繁 ]
|
||||
# states: [ 简, 繁 ]
|
||||
reset: 0
|
||||
- name: ascii_punct
|
||||
# states: [ 。,, ., ]
|
||||
# states: [ 。,, ., ]
|
||||
reset: 0
|
||||
|
||||
engine:
|
||||
@@ -61,11 +61,11 @@ engine:
|
||||
|
||||
speller:
|
||||
alphabet: "abcdefghijklmnopqrstuvwxyz;'"
|
||||
initials: ';abcdefghijklmnopqrstuvwxyz'
|
||||
initials: ";abcdefghijklmnopqrstuvwxyz"
|
||||
finals: "'"
|
||||
#delimiter: " '"
|
||||
max_code_length: 4
|
||||
auto_select: true #顶字上屏
|
||||
auto_select: true #顶字上屏
|
||||
auto_select_pattern: ^;.$|^\w{4}$
|
||||
auto_clear: max_length #manual|auto|max_length 空码按下一键确认清屏|空码自动清|达到最长码时后码顶上清屏
|
||||
|
||||
@@ -77,13 +77,12 @@ translator:
|
||||
enable_user_dict: false
|
||||
disable_user_dict_for_patterns:
|
||||
- "^z.*$"
|
||||
|
||||
|
||||
history:
|
||||
input: ;f
|
||||
size: 1 #重复前几次上屏
|
||||
initial_quality: 1 #首选
|
||||
|
||||
input: ;f
|
||||
size: 1 #重复前几次上屏
|
||||
initial_quality: 1 #首选
|
||||
|
||||
simplification:
|
||||
opencc_config: s2tw.json
|
||||
option_name: simplification
|
||||
@@ -96,7 +95,7 @@ custom_phraseVD:
|
||||
enable_sentence: false
|
||||
enable_completion: false
|
||||
initial_quality: 0 #用户词和系统词重码 置顶
|
||||
|
||||
|
||||
custom_phraseXT:
|
||||
dictionary: ""
|
||||
user_dict: flypy_sys
|
||||
@@ -112,7 +111,7 @@ custom_phraseYH:
|
||||
enable_sentence: false
|
||||
enable_completion: false
|
||||
initial_quality: -1 #用户词和系统词重码居后
|
||||
|
||||
|
||||
custom_phraseQMZ:
|
||||
dictionary: ""
|
||||
user_dict: flypy_full
|
||||
@@ -124,27 +123,26 @@ custom_phraseQMZ:
|
||||
reverse_lookup:
|
||||
dictionary: flypydz
|
||||
comment_format:
|
||||
# - xform/^/〔/
|
||||
# - xform/$/〕/
|
||||
# - xform/^/〔/
|
||||
# - xform/$/〕/
|
||||
- xform/ / /
|
||||
|
||||
|
||||
key_binder:
|
||||
import_preset: default #方案切换相关
|
||||
bindings:
|
||||
- {accept: bracketleft, send: Page_Up, when: paging} # [上翻页
|
||||
- {accept: bracketright, send: Page_Down, when: has_menu} # ]下翻页
|
||||
- {accept: comma, send: comma, when: paging} #注销逗号翻页
|
||||
- {accept: period, send: period, when: has_menu} #注销句号翻页
|
||||
- {accept: semicolon, send: 2, when: has_menu} #分号次选
|
||||
# - {accept: Release+semicolon, send: semicolon, when: has_menu} #如启用此行,则分号引导符号功能无效
|
||||
- {accept: Release+period, send: period, when: composing} #句号顶屏
|
||||
- {accept: Release+comma, send: comma, when: composing} #逗号顶屏
|
||||
- {accept: "Tab", send: Escape, when: composing}
|
||||
- {accept: "Shift_R", send: Escape, when: composing}
|
||||
- {accept: "Shift+space", toggle: full_shape, when: always} #切换全半角
|
||||
- {accept: "Control+period", toggle: ascii_punct, when: always} #切换中英标点
|
||||
- {accept: "Control+j", toggle: simplification, when: always} #切换简繁
|
||||
- { accept: bracketleft, send: Page_Up, when: paging } # [上翻页
|
||||
- { accept: bracketright, send: Page_Down, when: has_menu } # ]下翻页
|
||||
- { accept: comma, send: comma, when: paging } #注销逗号翻页
|
||||
- { accept: period, send: period, when: has_menu } #注销句号翻页
|
||||
- { accept: semicolon, send: 2, when: has_menu } #分号次选
|
||||
# - {accept: Release+semicolon, send: semicolon, when: has_menu} #如启用此行,则分号引导符号功能无效
|
||||
- { accept: Release+period, send: period, when: composing } #句号顶屏
|
||||
- { accept: Release+comma, send: comma, when: composing } #逗号顶屏
|
||||
- { accept: "Tab", send: Escape, when: composing }
|
||||
- { accept: "Shift_R", send: Escape, when: composing }
|
||||
- { accept: "Shift+space", toggle: full_shape, when: always } #切换全半角
|
||||
- { accept: "Control+period", toggle: ascii_punct, when: always } #切换中英标点
|
||||
- { accept: "Control+j", toggle: simplification, when: always } #切换简繁
|
||||
|
||||
recognizer:
|
||||
import_preset: default
|
||||
@@ -157,7 +155,6 @@ recognizer:
|
||||
|
||||
menu:
|
||||
page_size: 5 #候选项数
|
||||
|
||||
|
||||
style:
|
||||
horizontal: true #竖排为false
|
||||
|
||||
@@ -1,39 +1,38 @@
|
||||
customization:
|
||||
distribution_code_name: squirrel
|
||||
distribution_version: 0.14.0
|
||||
generator: "squirrel::UIStyleSettings"
|
||||
modified_time: "2019-06-23"
|
||||
rime_version: 1.5.3
|
||||
patch:
|
||||
"preset_color_schemes/metro":
|
||||
author: "flypy.com"
|
||||
back_color: 0xffffff # 候选条背景色
|
||||
border_color_width: 1
|
||||
#border_color: 0xe89f00 # 边框色
|
||||
#preedit_back_color: 0xf0403516 #新增,未知其意
|
||||
border_height: 8 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 6 # 窗口圆角半径
|
||||
#hilited_corner_radius: 6 # 高亮圆角
|
||||
hilited_text_color: 0x000000 # 编码高亮
|
||||
hilited_back_color: 0xffffff # 编码背景高亮
|
||||
hilited_candidate_label_color: 0xeeeeee # 首选编号色
|
||||
hilited_candidate_text_color: 0xffffff # 首选文字色
|
||||
hilited_candidate_back_color: 0xe89f00 # 首选背景色
|
||||
hilited_comment_text_color: 0xcccccc # 首选提示字母色
|
||||
label_color: 0x555555 # 次选编号色
|
||||
candidate_text_color: 0x000000 # 次选文字色
|
||||
candidate_back_color: 0xffffff # 次选背景色
|
||||
comment_text_color: 0x555555 # 次选提示字母色
|
||||
horizontal: true # 候选窗横向显示
|
||||
font_point: 18 # 候选窗文字字号
|
||||
label_font_point: 14 # 候选窗编号字号
|
||||
inline_preedit: true # 开启嵌入编码
|
||||
name: "metro"
|
||||
text_color: 0x333333 # 编码行文字颜色,24位色值,16进制,BGR顺序
|
||||
"style/line_spacing": 12 # 候选词的行间距
|
||||
"style/color_scheme": metro
|
||||
"style/display_tray_icon": false
|
||||
"style/text_orientation": horizontal # horizontal | vertical
|
||||
|
||||
customization:
|
||||
distribution_code_name: squirrel
|
||||
distribution_version: 0.14.0
|
||||
generator: "squirrel::UIStyleSettings"
|
||||
modified_time: "2019-06-23"
|
||||
rime_version: 1.5.3
|
||||
patch:
|
||||
"preset_color_schemes/metro":
|
||||
author: "flypy.com"
|
||||
back_color: 0xffffff # 候选条背景色
|
||||
border_color_width: 1
|
||||
#border_color: 0xe89f00 # 边框色
|
||||
#preedit_back_color: 0xf0403516 #新增,未知其意
|
||||
border_height: 8 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 6 # 窗口圆角半径
|
||||
#hilited_corner_radius: 6 # 高亮圆角
|
||||
hilited_text_color: 0x000000 # 编码高亮
|
||||
hilited_back_color: 0xffffff # 编码背景高亮
|
||||
hilited_candidate_label_color: 0xeeeeee # 首选编号色
|
||||
hilited_candidate_text_color: 0xffffff # 首选文字色
|
||||
hilited_candidate_back_color: 0xe89f00 # 首选背景色
|
||||
hilited_comment_text_color: 0xcccccc # 首选提示字母色
|
||||
label_color: 0x555555 # 次选编号色
|
||||
candidate_text_color: 0x000000 # 次选文字色
|
||||
candidate_back_color: 0xffffff # 次选背景色
|
||||
comment_text_color: 0x555555 # 次选提示字母色
|
||||
horizontal: true # 候选窗横向显示
|
||||
font_point: 18 # 候选窗文字字号
|
||||
label_font_point: 14 # 候选窗编号字号
|
||||
inline_preedit: true # 开启嵌入编码
|
||||
name: "metro"
|
||||
text_color: 0x333333 # 编码行文字颜色,24位色值,16进制,BGR顺序
|
||||
"style/line_spacing": 12 # 候选词的行间距
|
||||
"style/color_scheme": metro
|
||||
"style/display_tray_icon": false
|
||||
"style/text_orientation": horizontal # horizontal | vertical
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Squirrel settings
|
||||
# encoding: utf-8
|
||||
|
||||
config_version: '0.37'
|
||||
config_version: "0.37"
|
||||
|
||||
us_keyboard_layout: true
|
||||
|
||||
# for veteran chord-typist
|
||||
chord_duration: 0.1 # seconds
|
||||
chord_duration: 0.1 # seconds
|
||||
|
||||
# options: always | never | appropriate
|
||||
show_notifications_when: appropriate
|
||||
@@ -22,7 +22,7 @@ style:
|
||||
# NOTE: do not set a default value for `candidate_list_layout`, in order to
|
||||
# keep the deprecated `horizontal` option working for existing users.
|
||||
#candidate_list_layout: stacked # stacked | linear
|
||||
text_orientation: horizontal # horizontal | vertical
|
||||
text_orientation: horizontal # horizontal | vertical
|
||||
inline_preedit: true
|
||||
|
||||
corner_radius: 10
|
||||
@@ -38,7 +38,7 @@ style:
|
||||
|
||||
# adjust the base line of vertical text
|
||||
#base_offset: 6
|
||||
font_face: 'Lucida Grande'
|
||||
font_face: "Lucida Grande"
|
||||
font_point: 21
|
||||
#label_font_face: 'Lucida Grande'
|
||||
label_font_point: 18
|
||||
@@ -117,7 +117,7 @@ preset_color_schemes:
|
||||
hilited_text_color: 0xffcf9a
|
||||
hilited_back_color: 0x222222
|
||||
hilited_candidate_text_color: 0x92f6da
|
||||
hilited_candidate_back_color: 0x10000000 # 0x333333
|
||||
hilited_candidate_back_color: 0x10000000 # 0x333333
|
||||
comment_text_color: 0x606cff
|
||||
|
||||
psionics:
|
||||
@@ -203,7 +203,7 @@ preset_color_schemes:
|
||||
name: 简约白/Clean White
|
||||
author: Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」
|
||||
horizontal: true
|
||||
candidate_format: '%c %@'
|
||||
candidate_format: "%c %@"
|
||||
corner_radius: 6
|
||||
border_height: 6
|
||||
border_width: 6
|
||||
@@ -222,72 +222,72 @@ preset_color_schemes:
|
||||
apathy:
|
||||
name: 冷漠/Apathy
|
||||
author: LIANG Hai
|
||||
horizontal: true # 水平排列
|
||||
horizontal: true # 水平排列
|
||||
inline_preedit: true #单行显示,false双行显示
|
||||
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
|
||||
corner_radius: 5 #候选条圆角
|
||||
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
|
||||
corner_radius: 5 #候选条圆角
|
||||
border_height: 0
|
||||
border_width: 0
|
||||
back_color: 0xFFFFFF #候选条背景色
|
||||
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
|
||||
font_point: 16 #候选字词大小
|
||||
text_color: 0x424242 #高亮选中词颜色
|
||||
label_font_face: "STHeitiSC-Light" #候选词编号字体
|
||||
label_font_point: 12 #候选编号大小
|
||||
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
|
||||
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
|
||||
comment_text_color: 0x999999 #拼音等提示文字颜色
|
||||
back_color: 0xFFFFFF #候选条背景色
|
||||
font_face: "PingFangSC-Regular,HanaMinB" #候选词字体
|
||||
font_point: 16 #候选字词大小
|
||||
text_color: 0x424242 #高亮选中词颜色
|
||||
label_font_face: "STHeitiSC-Light" #候选词编号字体
|
||||
label_font_point: 12 #候选编号大小
|
||||
hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
|
||||
hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
|
||||
comment_text_color: 0x999999 #拼音等提示文字颜色
|
||||
|
||||
dust:
|
||||
name: 浮尘/Dust
|
||||
author: Superoutman <asticosmo@gmail.com>
|
||||
horizontal: true # 水平排列
|
||||
horizontal: true # 水平排列
|
||||
inline_preedit: true #单行显示,false双行显示
|
||||
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 2 #候选条圆角
|
||||
border_height: 3 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||
back_color: 0xeeffffff #候选条背景色
|
||||
border_color: 0xE0B693 # 边框色
|
||||
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
|
||||
font_point: 14 #候选字词大小
|
||||
label_font_face: "SimHei" #候选词编号字体
|
||||
label_font_point: 10 #候选编号大小
|
||||
label_color: 0xcbcbcb # 预选栏编号颜色
|
||||
candidate_text_color: 0x555555 # 预选项文字颜色
|
||||
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
|
||||
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
|
||||
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
|
||||
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 2 #候选条圆角
|
||||
border_height: 3 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 8 # 窗口边界宽度,大于圆角半径才生效
|
||||
back_color: 0xeeffffff #候选条背景色
|
||||
border_color: 0xE0B693 # 边框色
|
||||
font_face: "HYQiHei-55S Book,HanaMinA Regular" #候选词字体
|
||||
font_point: 14 #候选字词大小
|
||||
label_font_face: "SimHei" #候选词编号字体
|
||||
label_font_point: 10 #候选编号大小
|
||||
label_color: 0xcbcbcb # 预选栏编号颜色
|
||||
candidate_text_color: 0x555555 # 预选项文字颜色
|
||||
text_color: 0x424242 # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||
comment_text_color: 0x999999 # 拼音等提示文字颜色
|
||||
hilited_text_color: 0x9e9e9e # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
|
||||
hilited_candidate_back_color: 0xfff0e4 # 第一候选项背景背景色
|
||||
hilited_candidate_label_color: 0x555555 # 第一候选项编号颜色
|
||||
hilited_comment_text_color: 0x9e9e9e # 注解文字高亮
|
||||
|
||||
mojave_dark:
|
||||
name: 沙漠夜/Mojave Dark
|
||||
author: xiehuc <xiehuc@gmail.com>
|
||||
horizontal: true # 水平排列
|
||||
inline_preedit: true # 单行显示,false双行显示
|
||||
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 5 # 候选条圆角
|
||||
hilited_corner_radius: 3 # 高亮圆角
|
||||
border_height: 6 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 6 # 窗口边界宽度,大于圆角半径才生效
|
||||
font_face: "PingFangSC" # 候选词字体
|
||||
font_point: 16 # 候选字词大小
|
||||
label_font_point: 14 # 候选编号大小
|
||||
horizontal: true # 水平排列
|
||||
inline_preedit: true # 单行显示,false双行显示
|
||||
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
|
||||
corner_radius: 5 # 候选条圆角
|
||||
hilited_corner_radius: 3 # 高亮圆角
|
||||
border_height: 6 # 窗口边界高度,大于圆角半径才生效
|
||||
border_width: 6 # 窗口边界宽度,大于圆角半径才生效
|
||||
font_face: "PingFangSC" # 候选词字体
|
||||
font_point: 16 # 候选字词大小
|
||||
label_font_point: 14 # 候选编号大小
|
||||
|
||||
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||
back_color: 0x252320 # 候选条背景色
|
||||
label_color: 0x888785 # 预选栏编号颜色
|
||||
border_color: 0x020202 # 边框色
|
||||
candidate_text_color: 0xdedddd # 预选项文字颜色
|
||||
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
|
||||
text_color: 0xdedddd # 拼音行文字颜色,24位色值,16进制,BGR顺序
|
||||
back_color: 0x252320 # 候选条背景色
|
||||
label_color: 0x888785 # 预选栏编号颜色
|
||||
border_color: 0x020202 # 边框色
|
||||
candidate_text_color: 0xdedddd # 预选项文字颜色
|
||||
hilited_text_color: 0xdedddd # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_back_color: 0x252320 # 高亮拼音 (需要开启内嵌编码)
|
||||
hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
|
||||
hilited_candidate_back_color: 0xcb5d00 # 第一候选项背景背景色
|
||||
hilited_candidate_label_color: 0xffffff # 第一候选项编号颜色
|
||||
comment_text_color: 0xdedddd # 拼音等提示文字颜色
|
||||
comment_text_color: 0xdedddd # 拼音等提示文字颜色
|
||||
#hilited_comment_text_color: 0xdedddd # 注解文字高亮
|
||||
|
||||
solarized_light:
|
||||
@@ -342,9 +342,9 @@ app_options:
|
||||
ascii_mode: true
|
||||
no_inline: true
|
||||
org.vim.MacVim:
|
||||
ascii_mode: true # 初始爲西文模式
|
||||
no_inline: true # 不使用行內編輯
|
||||
vim_mode: true # 退出VIM插入模式自動切換輸入法狀態
|
||||
ascii_mode: true # 初始爲西文模式
|
||||
no_inline: true # 不使用行內編輯
|
||||
vim_mode: true # 退出VIM插入模式自動切換輸入法狀態
|
||||
com.apple.dt.Xcode:
|
||||
ascii_mode: true
|
||||
com.barebones.textwrangler:
|
||||
@@ -369,4 +369,4 @@ app_options:
|
||||
inline: true
|
||||
ru.keepcoder.Telegram:
|
||||
# 規避 https://github.com/rime/squirrel/issues/475
|
||||
inline: true
|
||||
inline: true
|
||||
|
||||
Reference in New Issue
Block a user