This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patch: | |
style: | |
color_scheme: mojave_dark # 方案命名,不能有空格 | |
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 # 窗口边界宽度,大于圆角半径才生效 |