squirrel.custom.yaml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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: macos_light
  18. color_scheme_dark: macos_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. #candidate_format: '%c. %@'
  29. #base_offset: 6
  30. font_face: "Lucida Grande"
  31. font_point: 21
  32. label_font_point: 18
  33. comment_font_point: 18
  34. # 皮肤列表
  35. preset_color_schemes:
  36. macos_light:
  37. name: "MacOS 浅色/MacOS Light"
  38. author: 小码哥
  39. font_face: "PingFangSC" # 字体及大小
  40. font_point: 18
  41. label_font_face: "PingFangSC" # 序号字体及大小
  42. label_font_point: 12
  43. comment_font_face: "PingFangSC" # 注字体及大小
  44. comment_font_point: 16
  45. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  46. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  47. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  48. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  49. translucency: false # 磨砂: false | true
  50. mutual_exclusive: false # 色不叠加: false | true
  51. border_height: 1 # 外边框 高
  52. border_width: 1 # 外边框 宽
  53. corner_radius: 5 # 外边框 圆角半径
  54. hilited_corner_radius: 5 # 选中框 圆角半径
  55. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  56. shadow_size: 0 # 阴影大小
  57. line_spacing: 5 # 行间距
  58. base_offset: 0 # 字基高
  59. alpha: 1 # 透明度,0~1
  60. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  61. color_space: srgb # 色彩空间: srgb | display_p3
  62. back_color: 0xFFFFFF # 底色
  63. hilited_candidate_back_color: 0xD75A00 # 选中底色
  64. label_color: 0x999999 # 序号颜色
  65. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  66. candidate_text_color: 0x3c3c3c # 文字颜色
  67. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  68. comment_text_color: 0x999999 # 注颜色
  69. hilited_comment_text_color: 0xFFFFFF # 选中注颜色
  70. text_color: 0x424242 # 拼音颜色 (inline_preedit: false)
  71. hilited_text_color: 0xFFFFFF # 选中拼音颜色 (inline_preedit: false)
  72. candidate_back_color: 0xFFFFFF # 候选项底色
  73. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  74. hilited_back_color: 0xD75A00 # 选中拼音底色 (inline_preedit: false)
  75. border_color: 0xFFFFFF # 外边框颜色
  76. macos_dark:
  77. name: "MacOS 深色/MacOS Dark"
  78. author: 小码哥
  79. font_face: "PingFangSC" # 字体及大小
  80. font_point: 18
  81. label_font_face: "PingFangSC" # 序号字体及大小
  82. label_font_point: 12
  83. comment_font_face: "PingFangSC" # 注字体及大小
  84. comment_font_point: 16
  85. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  86. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  87. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  88. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  89. translucency: false # 磨砂: false | true
  90. mutual_exclusive: false # 色不叠加: false | true
  91. border_height: 1 # 外边框 高
  92. border_width: 1 # 外边框 宽
  93. corner_radius: 5 # 外边框 圆角半径
  94. hilited_corner_radius: 5 # 选中框 圆角半径
  95. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  96. shadow_size: 0 # 阴影大小
  97. line_spacing: 5 # 行间距
  98. base_offset: 0 # 字基高
  99. alpha: 1 # 透明度,0~1
  100. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  101. color_space: srgb # 色彩空间: srgb | display_p3
  102. back_color: 0x1f1e2d # 底色
  103. hilited_candidate_back_color: 0xD75A00 # 选中底色
  104. label_color: 0x999999 # 序号颜色
  105. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  106. candidate_text_color: 0xe9e9ea # 文字颜色
  107. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  108. comment_text_color: 0x999999 # 注颜色
  109. hilited_comment_text_color: 0x999999 # 选中注颜色
  110. text_color: 0x808080 # 拼音颜色 (inline_preedit: false)
  111. hilited_text_color: 0xFFFFFF # 选中拼音颜色 (inline_preedit: false)
  112. candidate_back_color: 0x1f1e2d # 候选项底色
  113. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  114. hilited_back_color: 0xD75A00 # 选中拼音底色 (inline_preedit: false)
  115. border_color: 0x050505 # 外边框颜色
  116. wechat_light:
  117. name: "微信浅色/Wechat Light"
  118. author: 小码哥
  119. font_face: "PingFangSC" # 字体及大小
  120. font_point: 16
  121. label_font_face: "PingFangSC" # 序号字体及大小
  122. label_font_point: 13
  123. comment_font_face: "PingFangSC" # 注字体及大小
  124. comment_font_point: 16
  125. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  126. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  127. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  128. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  129. translucency: false # 磨砂: false | true
  130. mutual_exclusive: false # 色不叠加: false | true
  131. border_height: 1 # 外边框 高
  132. border_width: 1 # 外边框 宽
  133. corner_radius: 5 # 外边框 圆角半径
  134. hilited_corner_radius: 5 # 选中框 圆角半径
  135. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  136. shadow_size: 0 # 阴影大小
  137. line_spacing: 5 # 行间距
  138. base_offset: 0 # 字基高
  139. alpha: 1 # 透明度,0~1
  140. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  141. color_space: srgb # 色彩空间: srgb | display_p3
  142. back_color: 0xFFFFFF # 底色
  143. hilited_candidate_back_color: 0x79af22 # 选中底色
  144. label_color: 0x999999 # 序号颜色
  145. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  146. candidate_text_color: 0x3c3c3c # 文字颜色
  147. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  148. comment_text_color: 0x999999 # 注颜色
  149. hilited_comment_text_color: 0x999999 # 选中注颜色
  150. text_color: 0x424242 # 拼音颜色 (inline_preedit: false)
  151. hilited_text_color: 0x999999 # 选中拼音颜色 (inline_preedit: false)
  152. candidate_back_color: 0xFFFFFF # 候选项底色
  153. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  154. hilited_back_color: 0x79af22 # 选中拼音底色 (inline_preedit: false)
  155. border_color: 0xFFFFFF # 外边框颜色
  156. wechat_dark:
  157. name: "微信深色/Wechat Dark"
  158. author: 小码哥
  159. font_face: "PingFangSC" # 字体及大小
  160. font_point: 16
  161. label_font_face: "PingFangSC" # 序号字体及大小
  162. label_font_point: 13
  163. comment_font_face: "PingFangSC" # 注字体及大小
  164. comment_font_point: 16
  165. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  166. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  167. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  168. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  169. translucency: false # 磨砂: false | true
  170. mutual_exclusive: false # 色不叠加: false | true
  171. border_height: 1 # 外边框 高
  172. border_width: 1 # 外边框 宽
  173. corner_radius: 5 # 外边框 圆角半径
  174. hilited_corner_radius: 5 # 选中框 圆角半径
  175. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  176. shadow_size: 0 # 阴影大小
  177. line_spacing: 5 # 行间距
  178. base_offset: 0 # 字基高
  179. alpha: 1 # 透明度,0~1
  180. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  181. color_space: srgb # 色彩空间: srgb | display_p3
  182. back_color: 0x151515 # 底色
  183. hilited_candidate_back_color: 0x79af22 # 选中底色
  184. label_color: 0x999999 # 序号颜色
  185. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  186. candidate_text_color: 0xbbbbbb # 文字颜色
  187. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  188. comment_text_color: 0x999999 # 注颜色
  189. hilited_comment_text_color: 0xFFFFFF # 选中注颜色
  190. text_color: 0xbbbbbb # 拼音颜色 (inline_preedit: false)
  191. hilited_text_color: 0x999999 # 选中拼音颜色 (inline_preedit: false)
  192. candidate_back_color: 0x151515 # 候选项底色
  193. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  194. hilited_back_color: 0x79af22 # 选中拼音底色 (inline_preedit: false)
  195. border_color: 0x292929 # 外边框颜色
  196. mac_light:
  197. name: Mac浅色
  198. horizontal: true # true横排,false竖排
  199. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  200. corner_radius: 5 # 窗口圆角
  201. hilited_corner_radius: 5 # 高亮圆角
  202. line_spacing: 10 # 行间距(适用于竖排)
  203. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  204. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  205. font_face: "PingFangSC" # 候选词字体
  206. font_point: 21 # 候选字大小
  207. label_font_point: 13 # 候选编号大小
  208. text_color: 0x424242 # 拼音行文字颜色
  209. back_color: 0xFFFFFF # 候选条背景色
  210. border_color: 0xFFFFFF # 边框色
  211. label_color: 0x999999 # 预选栏编号颜色
  212. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  213. comment_text_color: 0x999999 # 拼音等提示文字颜色
  214. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  215. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  216. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  217. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  218. hilited_comment_text_color: 0x999999 # 注解文字高亮
  219. mac_dark:
  220. name: Mac深色
  221. horizontal: true # true横排,false竖排
  222. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  223. corner_radius: 5 # 窗口圆角
  224. hilited_corner_radius: 5 # 高亮圆角
  225. line_spacing: 10 # 行间距(适用于竖排)
  226. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  227. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  228. font_face: "PingFangSC" # 候选词字体
  229. font_point: 21 # 候选字大小
  230. label_font_point: 13 # 候选编号大小
  231. text_color: 0x424242 # 拼音行文字颜色
  232. back_color: 0x252a2e # 候选条背景色
  233. border_color: 0x050505 # 边框色
  234. label_color: 0x999999 # 预选栏编号颜色
  235. candidate_text_color: 0xe9e9ea # 预选项文字颜色
  236. comment_text_color: 0x999999 # 拼音等提示文字颜色
  237. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  238. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  239. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  240. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  241. hilited_comment_text_color: 0x999999 # 注解文字高亮
  242. mac_green:
  243. name: Mac绿色
  244. horizontal: true # true横排,false竖排
  245. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  246. corner_radius: 5 # 窗口圆角
  247. hilited_corner_radius: 5 # 高亮圆角
  248. line_spacing: 10 # 行间距(适用于竖排)
  249. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  250. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  251. font_face: "PingFangSC" # 候选词字体
  252. font_point: 21 # 候选字大小
  253. label_font_point: 13 # 候选编号大小
  254. text_color: 0x424242 # 拼音行文字颜色
  255. back_color: 0xFFFFFF # 候选条背景色
  256. border_color: 0xFFFFFF # 边框色
  257. label_color: 0x999999 # 预选栏编号颜色
  258. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  259. comment_text_color: 0x999999 # 拼音等提示文字颜色
  260. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  261. hilited_candidate_back_color: 0x32A14C # 第一候选项背景色
  262. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  263. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  264. hilited_comment_text_color: 0x999999 # 注解文字高亮
  265. mac_orange:
  266. name: Mac橙色
  267. horizontal: true # true横排,false竖排
  268. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  269. corner_radius: 5 # 窗口圆角
  270. hilited_corner_radius: 5 # 高亮圆角
  271. line_spacing: 10 # 行间距(适用于竖排)
  272. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  273. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  274. font_face: "PingFangSC" # 候选词字体
  275. font_point: 21 # 候选字大小
  276. label_font_point: 13 # 候选编号大小
  277. text_color: 0x424242 # 拼音行文字颜色
  278. back_color: 0xFFFFFF # 候选条背景色
  279. border_color: 0xFFFFFF # 边框色
  280. label_color: 0x999999 # 预选栏编号颜色
  281. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  282. comment_text_color: 0x999999 # 拼音等提示文字颜色
  283. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  284. hilited_candidate_back_color: 0x0E6BD8 # 第一候选项背景色
  285. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  286. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  287. hilited_comment_text_color: 0x999999 # 注解文字高亮
  288. mac_blue:
  289. name: Mac浅蓝
  290. horizontal: true # true横排,false竖排
  291. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  292. corner_radius: 5 # 窗口圆角
  293. font_face: "PingFangSC" # 候选词字体
  294. font_point: 21 # 候选字大小
  295. label_font_point: 13 # 候选编号大小
  296. line_spacing: 10 # 行间距(适用于竖排)
  297. text_color: 0x424242 # 拼音行文字颜色
  298. back_color: 0xFFFFFF # 候选条背景色
  299. border_color: 0xFFFFFF # 边框色
  300. label_color: 0x999999 # 预选栏编号颜色
  301. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  302. comment_text_color: 0x999999 # 拼音等提示文字颜色
  303. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  304. hilited_back_color: 0xF8AA4D # 第一候选项背景背景色
  305. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  306. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  307. hilited_comment_text_color: 0x999999 # 注解文字高亮
  308. win10:
  309. horizontal: true # true横排,false竖排
  310. candidate_format: "%c %@ " # 如果是竖排建议改为 "%c\u2005%@"
  311. font_point: 17 # 候选文字大小
  312. label_font_point: 16 # 候选编号大小
  313. corner_radius: 0 # 候选条圆角
  314. border_width: 6 # 窗口左右宽度
  315. border_height: 6 # 窗口左右高度
  316. margin_x: 12 # 字起始距左边距离
  317. margin_y: 12 # 字上下边距
  318. spacing: 10 # 间距
  319. candidate_spacing: 24 # 候选字间隔
  320. line_spacing: 10 # 行间距(适用于竖排)
  321. hilite_spacing: 8 # 序号和候选字之间的间隔
  322. hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
  323. round_corner: 0 # 候选字背景色块圆角幅度
  324. candidate_text_color: 0x000000 # 预选项文字颜色
  325. comment_text_color: 0x888888 # 拼音等提示文字颜色
  326. text_color: 0x000000 # 拼音行文字颜色
  327. back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
  328. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  329. hilited_back_color: 0xffffff # 第一候选项背景背景色
  330. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  331. hilited_candidate_back_color: 0xcc8f29 # 候选文字背景色
  332. hilited_comment_text_color: 0xffffff # 注解文字高亮
  333. hilited_label_color: 0xffffff # 已选字的数字的颜色
  334. label_color: 0x888888 # 预选栏编号颜色