squirrel.custom.yaml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  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.termius-dmg.mac: # termius
  11. ascii_mode: true
  12. com.jetbrains.intellij: # idea
  13. ascii_mode: true
  14. com.jetbrains.CLion:
  15. ascii_mode: true
  16. style:
  17. color_scheme: macos_light
  18. color_scheme_dark: macos_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. psionics:
  312. name: 幽能
  313. horizontal: true # true横排,false竖排
  314. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  315. corner_radius: 5 # 窗口圆角
  316. font_point: 21 # 候选文字大小
  317. label_font_point: 14 # 候选编号大小
  318. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  319. line_spacing: 10 # 行间距(适用于竖排)
  320. text_color: 0xc2c2c2 # 拼音行文字颜色
  321. back_color: 0x444444 # 候选条背景色,24位色值,16进制,BGR顺序
  322. candidate_text_color: 0xeeeeee # 预选项文字颜色
  323. hilited_candidate_back_color: 0xd4bc00 # 候选文字背景色
  324. comment_text_color: 0x808080 # 拼音等提示文字颜色
  325. hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
  326. hilited_back_color: 0x444444 # 第一候选项背景背景色
  327. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  328. hilited_candidate_text_color: 0xfafafa # 第一候选项文字颜色
  329. hilited_comment_text_color: 0x444444 # 注解文字高亮
  330. win10:
  331. horizontal: true # true横排,false竖排
  332. candidate_format: "%c %@ " # 如果是竖排建议改为 "%c\u2005%@"
  333. font_point: 17 # 候选文字大小
  334. label_font_point: 16 # 候选编号大小
  335. corner_radius: 0 # 候选条圆角
  336. border_width: 6 # 窗口左右宽度
  337. border_height: 6 # 窗口左右高度
  338. margin_x: 12 # 字起始距左边距离
  339. margin_y: 12 # 字上下边距
  340. spacing: 10 # 间距
  341. candidate_spacing: 24 # 候选字间隔
  342. line_spacing: 10 # 行间距(适用于竖排)
  343. hilite_spacing: 8 # 序号和候选字之间的间隔
  344. hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
  345. round_corner: 0 # 候选字背景色块圆角幅度
  346. candidate_text_color: 0x000000 # 预选项文字颜色
  347. comment_text_color: 0x888888 # 拼音等提示文字颜色
  348. text_color: 0x000000 # 拼音行文字颜色
  349. back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
  350. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  351. hilited_back_color: 0xffffff # 第一候选项背景背景色
  352. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  353. hilited_candidate_back_color: 0xcc8f29 # 候选文字背景色
  354. hilited_comment_text_color: 0xffffff # 注解文字高亮
  355. hilited_label_color: 0xffffff # 已选字的数字的颜色
  356. label_color: 0x888888 # 预选栏编号颜色
  357. solarized_rock:
  358. name: 日光石
  359. horizontal: true # true横排,false竖排
  360. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  361. corner_radius: 6 # 窗口圆角
  362. font_point: 21 # 候选文字大小
  363. label_font_point: 15 # 候选编号大小
  364. line_spacing: 10 # 行间距(适用于竖排)
  365. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  366. text_color: 0x8236d3 # 拼音行文字颜色
  367. back_color: 0x362b00 # 候选条背景色,24位色值,16进制,BGR顺序
  368. candidate_text_color: 0x969483 # 预选项文字颜色
  369. comment_text_color: 0xc098a12a # 拼音等提示文字颜色
  370. hilited_text_color: 0x98a12a # 高亮拼音 (需要开启内嵌编码)
  371. hilited_back_color: 0x444444 # 第一候选项背景背景色
  372. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  373. hilited_candidate_back_color: 0x8236d3 # 候选文字背景色
  374. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  375. hilited_comment_text_color: 0x362b00 # 注解文字高亮
  376. solarized_dark:
  377. name: 夜光石
  378. horizontal: true # true横排,false竖排
  379. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  380. corner_radius: 6 # 窗口圆角
  381. font_point: 21 # 候选文字大小
  382. label_font_point: 15 # 候选编号大小
  383. line_spacing: 10 # 行间距(适用于竖排)
  384. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  385. text_color: 0xA1A095 # 拼音行文字颜色
  386. border_color: 0xf02A1F00 # 边框颜色
  387. label_color: 0xCC8947 # 预选栏编号颜色
  388. back_color: 0xf0352A0A # 候选条背景色,24位色值,16进制,BGR顺序
  389. candidate_text_color: 0x989F52 # 预选项文字颜色
  390. comment_text_color: 0x289989 # 拼音等提示文字颜色
  391. hilited_text_color: 0x2C8BAE # 高亮拼音 (需要开启内嵌编码)
  392. hilited_back_color: 0x444444 # 第一候选项背景背景色
  393. hilited_candidate_label_color: 0x2566C6 # 第一候选项编号颜色
  394. hilited_candidate_back_color: 0xD7E8ED # 候选文字背景色
  395. hilited_candidate_text_color: 0x3942CB # 第一候选项文字颜色
  396. hilited_comment_text_color: 0x8144C2 # 注解文字高亮
  397. apathy:
  398. name: 冷漠
  399. horizontal: true # true横排,false竖排
  400. back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
  401. border_height: 0 # 窗口上下高度,大于圆角半径才生效
  402. border_width: 8 # 窗口左右宽度
  403. line_spacing: 10 # 行间距(适用于竖排)
  404. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  405. comment_text_color: 0x999999 # 拼音等提示文字颜色
  406. corner_radius: 5 # 窗口圆角
  407. font_point: 17 # 候选文字大小
  408. hilited_candidate_back_color: 0xFFF0E4 # 候选文字背景色
  409. hilited_candidate_text_color: 0xEE6E00 # 第一候选项文字颜色
  410. inline_preedit: true
  411. label_font_point: 12 # 候选编号大小
  412. text_color: 0x424242 # 拼音行文字颜色
  413. google:
  414. name: 谷歌
  415. horizontal: true # true横排,false竖排
  416. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  417. font_point: 21 # 候选文字大小
  418. label_font_point: 15 # 候选编号大小
  419. corner_radius: 6 # 窗口圆角
  420. line_spacing: 10 # 行间距(适用于竖排)
  421. text_color: 0x666666 # 拼音行文字颜色
  422. candidate_text_color: 0x000000 # 预选项文字颜色
  423. back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
  424. border_color: 0xE2E2E2 # 边框
  425. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  426. hilited_back_color: 0xFFFFFF # 第一候选项背景背景色
  427. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  428. hilited_candidate_back_color: 0xCE7539 # 候选文字背景色
  429. comment_text_color: 0x6D6D6D # 拼音等提示文字颜色
  430. hilited_comment_text_color: 0xEBC6B0 # 注解文字高亮
  431. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  432. milan:
  433. name: 米兰
  434. horizontal: true # true横排,false竖排
  435. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  436. font_point: 21 # 候选文字大小
  437. label_font_point: 14 # 候选编号大小
  438. line_spacing: 10 # 行间距(适用于竖排)
  439. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  440. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  441. corner_radius: 5 # 窗口圆角
  442. back_color: 0xFFFFFF # 候选条背景色
  443. comment_text_color: 0x999999 # 拼音等提示文字颜色
  444. hilited_candidate_back_color: 0xF5803B # 候选文字背景色
  445. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  446. text_color: 0x424242 # 拼音行文字颜色
  447. ink:
  448. name: 墨池
  449. horizontal: true # true横排,false竖排
  450. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  451. font_point: 21 # 候选文字大小
  452. label_font_point: 14 # 候选编号大小
  453. corner_radius: 5 # 窗口圆角
  454. line_spacing: 10 # 行间距(适用于竖排)
  455. text_color: 0x5a5a5a # 拼音等提示文字颜色
  456. back_color: 0xeeffffff # 候选条背景色
  457. candidate_text_color: 0x000000 # 第一候选项文字颜色
  458. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  459. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  460. hilited_candidate_back_color: 0xcc000000 # 候选文字背景色
  461. comment_text_color: 0x5a5a5a # 拼音等提示文字颜色
  462. hilited_comment_text_color: 0x808080 # 注解文字高亮
  463. purity:
  464. name: 纯洁
  465. horizontal: true # true横排,false竖排
  466. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  467. font_point: 21 # 候选文字大小
  468. label_font_point: 14 # 候选编号大小
  469. corner_radius: 5 # 窗口圆角
  470. line_spacing: 10 # 行间距(适用于竖排)
  471. text_color: 0xc2c2c2 # 拼音等提示文字颜色
  472. back_color: 0x444444 # 候选条背景色
  473. candidate_text_color: 0xeeeeee # 第一候选项文字颜色
  474. hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
  475. hilited_back_color: 0x444444 # 第一候选项背景背景色
  476. hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
  477. hilited_candidate_back_color: 0xfafafa # 候选文字背景色
  478. comment_text_color: 0x808080 # 拼音等提示文字颜色
  479. starcraft:
  480. name: 星际争霸
  481. horizontal: true # true横排,false竖排
  482. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  483. font_point: 21 # 候选文字大小
  484. label_font_point: 14 # 候选编号大小
  485. corner_radius: 5 # 窗口圆角
  486. line_spacing: 10 # 行间距(适用于竖排)
  487. text_color: 0xccaa88 # 拼音等提示文字颜色
  488. candidate_text_color: 0x30bb55 # 第一候选项文字颜色
  489. back_color: 0xee000000 # 候选条背景色
  490. border_color: 0x1010a0 # 边框色
  491. hilited_text_color: 0xfecb96 # 高亮拼音 (需要开启内嵌编码)
  492. hilited_back_color: 0x000000 # 第一候选项背景背景色
  493. hilited_candidate_text_color: 0x70ffaf # 第一候选项文字颜色
  494. hilited_candidate_back_color: 0x000000 # 候选文字背景色
  495. comment_text_color: 0x1010d0 # 拼音等提示文字颜色
  496. hilited_comment_text_color: 0x1010f0 # 注解文字高亮
  497. nord_light:
  498. name: 北方浅色
  499. horizontal: true # true横排,false竖排
  500. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  501. font_point: 21 # 候选文字大小
  502. label_font_point: 14 # 候选编号大小
  503. corner_radius: 5 # 窗口圆角
  504. line_spacing: 10 # 行间距(适用于竖排)
  505. back_color: 0xF4EFEC # 候选条背景色
  506. border_color: 0xF4EFEC # 边框色
  507. candidate_text_color: 0xC1A181 # 第一候选项文字颜色
  508. comment_text_color: 0xD0C088 # 拼音等提示文字颜色
  509. hilited_back_color: 0xF0E9E5 # 第一候选项背景背景色
  510. hilited_candidate_back_color: 0xE9DED8 # 候选文字背景色
  511. hilited_candidate_text_color: 0xAC815E # 第一候选项文字颜色
  512. hilited_text_color: 0xAD8EB4 # 高亮拼音 (需要开启内嵌编码)
  513. text_color: 0x7087D0 # 拼音等提示文字颜色
  514. nord_dark:
  515. name: 北方深色
  516. horizontal: true # true横排,false竖排
  517. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  518. font_point: 21 # 候选文字大小
  519. label_font_point: 14 # 候选编号大小
  520. corner_radius: 5 # 窗口圆角
  521. line_spacing: 10 # 行间距(适用于竖排)
  522. back_color: 0x473A33 # 候选条背景色
  523. border_color: 0x473A33 # 边框色
  524. candidate_text_color: 0xF5D887 # 第一候选项文字颜色
  525. comment_text_color: 0xE6B687 # 拼音等提示文字颜色
  526. hilited_back_color: 0x473A33 # 第一候选项背景背景色
  527. hilited_candidate_back_color: 0x5D4C43 # 候选文字背景色
  528. hilited_candidate_text_color: 0xC0E077 # 第一候选项文字颜色
  529. hilited_text_color: 0x6EC8F5 # 高亮拼音 (需要开启内嵌编码)
  530. text_color: 0x78E8F0 # 拼音等提示文字颜色