squirrel.custom.yaml 17 KB

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