squirrel.custom.yaml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. patch:
  2. app_options:
  3. com.apple.Spotlight:
  4. ascii_mode: false
  5. com.apple.Terminal:
  6. ascii_mode: true
  7. com.microsoft.VSCode:
  8. ascii_mode: true
  9. ascii_punct: true
  10. com.jetbrains.intellij:
  11. ascii_mode: true
  12. com.jetbrains.CLion:
  13. ascii_mode: true
  14. st:
  15. ascii_mode: true
  16. style:
  17. color_scheme: mac_light
  18. color_scheme_dark: mac_dark
  19. text_orientation: horizontal # horizontal | vertical
  20. candidate_list_layout: linear
  21. inline_preedit: true
  22. corner_radius: 10
  23. hilited_corner_radius: 0
  24. border_height: 0
  25. border_width: 0
  26. line_spacing: 5
  27. spacing: 10
  28. font_face: "Lucida Grande"
  29. font_point: 21
  30. label_font_point: 18
  31. comment_font_point: 18
  32. preset_color_schemes:
  33. mac_light:
  34. name: Mac浅色
  35. horizontal: true # true横排,false竖排
  36. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  37. corner_radius: 5 # 窗口圆角
  38. hilited_corner_radius: 5 # 高亮圆角
  39. line_spacing: 10 # 行间距(适用于竖排)
  40. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  41. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  42. font_face: "PingFangSC" # 候选词字体
  43. font_point: 21 # 候选字大小
  44. label_font_point: 13 # 候选编号大小
  45. text_color: 0x424242 # 拼音行文字颜色
  46. back_color: 0xFFFFFF # 候选条背景色
  47. border_color: 0xFFFFFF # 边框色
  48. label_color: 0x999999 # 预选栏编号颜色
  49. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  50. comment_text_color: 0x999999 # 拼音等提示文字颜色
  51. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  52. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  53. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  54. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  55. hilited_comment_text_color: 0x999999 # 注解文字高亮
  56. mac_dark:
  57. name: Mac深色
  58. horizontal: true # true横排,false竖排
  59. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  60. corner_radius: 5 # 窗口圆角
  61. hilited_corner_radius: 5 # 高亮圆角
  62. line_spacing: 10 # 行间距(适用于竖排)
  63. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  64. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  65. font_face: "PingFangSC" # 候选词字体
  66. font_point: 21 # 候选字大小
  67. label_font_point: 13 # 候选编号大小
  68. text_color: 0x424242 # 拼音行文字颜色
  69. back_color: 0x252a2e # 候选条背景色
  70. border_color: 0x050505 # 边框色
  71. label_color: 0x999999 # 预选栏编号颜色
  72. candidate_text_color: 0xe9e9ea # 预选项文字颜色
  73. comment_text_color: 0x999999 # 拼音等提示文字颜色
  74. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  75. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  76. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  77. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  78. hilited_comment_text_color: 0x999999 # 注解文字高亮