| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- patch:
- app_options:
- com.apple.Spotlight:
- ascii_mode: false
- com.apple.Terminal:
- ascii_mode: true
- com.microsoft.VSCode:
- ascii_mode: true
- ascii_punct: true
- com.jetbrains.intellij:
- ascii_mode: true
- com.jetbrains.CLion:
- ascii_mode: true
- st:
- ascii_mode: true
- style:
- color_scheme: mac_light
- color_scheme_dark: mac_dark
- text_orientation: horizontal # horizontal | vertical
- candidate_list_layout: linear
- inline_preedit: true
- corner_radius: 10
- hilited_corner_radius: 0
- border_height: 0
- border_width: 0
- line_spacing: 5
- spacing: 10
- font_face: "Lucida Grande"
- font_point: 21
- label_font_point: 18
- comment_font_point: 18
- preset_color_schemes:
- mac_light:
- name: Mac浅色
- horizontal: true # true横排,false竖排
- candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
- corner_radius: 5 # 窗口圆角
- hilited_corner_radius: 5 # 高亮圆角
- line_spacing: 10 # 行间距(适用于竖排)
- border_height: 4 # 窗口上下高度,大于圆角半径才生效
- border_width: 4 # 窗口左右宽度,大于圆角半径才生效
- font_face: "PingFangSC" # 候选词字体
- font_point: 21 # 候选字大小
- label_font_point: 13 # 候选编号大小
- text_color: 0x424242 # 拼音行文字颜色
- back_color: 0xFFFFFF # 候选条背景色
- border_color: 0xFFFFFF # 边框色
- label_color: 0x999999 # 预选栏编号颜色
- candidate_text_color: 0x3c3c3c # 预选项文字颜色
- comment_text_color: 0x999999 # 拼音等提示文字颜色
- hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
- hilited_back_color: 0xD75A00 # 第一候选项背景背景色
- hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
- hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
- hilited_comment_text_color: 0x999999 # 注解文字高亮
- mac_dark:
- name: Mac深色
- horizontal: true # true横排,false竖排
- candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
- corner_radius: 5 # 窗口圆角
- hilited_corner_radius: 5 # 高亮圆角
- line_spacing: 10 # 行间距(适用于竖排)
- border_height: 4 # 窗口上下高度,大于圆角半径才生效
- border_width: 4 # 窗口左右宽度,大于圆角半径才生效
- font_face: "PingFangSC" # 候选词字体
- font_point: 21 # 候选字大小
- label_font_point: 13 # 候选编号大小
- text_color: 0x424242 # 拼音行文字颜色
- back_color: 0x252a2e # 候选条背景色
- border_color: 0x050505 # 边框色
- label_color: 0x999999 # 预选栏编号颜色
- candidate_text_color: 0xe9e9ea # 预选项文字颜色
- comment_text_color: 0x999999 # 拼音等提示文字颜色
- hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
- hilited_back_color: 0xD75A00 # 第一候选项背景背景色
- hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
- hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
- hilited_comment_text_color: 0x999999 # 注解文字高亮
|