weasel.custom.yaml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. patch:
  2. # ascii_mode、inline、no_inline、vim_mode 等等设定,可参考 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml
  3. app_options:
  4. #com.raycast.macos:
  5. # ascii_mode: true # 初始爲西文模式
  6. #com.microsoft.VSCode:
  7. # ascii_mode: true # 初始爲西文模式
  8. # vim_mode: true
  9. #md.obsidian:
  10. # ascii_mode: true # 初始爲西文模式
  11. # vim_mode: true
  12. #org.alacritty:
  13. # ascii_mode: true # 初始爲西文模式
  14. #com.jetbrains.intellij:
  15. # ascii_mode: true
  16. # vim_mode: true
  17. style:
  18. # 选择皮肤,亮色与暗色主题
  19. # color_scheme: purity_of_form_custom
  20. # color_scheme_dark: purity_of_form_custom
  21. # color_scheme: macos_light
  22. # color_scheme_dark: macos_dark
  23. color_scheme: wechat_light
  24. color_scheme_dark: wechat_dark
  25. # 预设选项:(可被皮肤覆盖;如果皮肤没写,则默认使用这些属性。)
  26. text_orientation: horizontal # horizontal | vertical
  27. inline_preedit: true
  28. corner_radius: 10
  29. hilited_corner_radius: 0
  30. border_height: 0
  31. border_width: 0
  32. line_spacing: 5
  33. spacing: 10
  34. #candidate_format: '%c. %@'
  35. #base_offset: 6
  36. font_face: 'Lucida Grande'
  37. font_point: 16
  38. #label_font_face: 'Lucida Grande'
  39. label_font_point: 18
  40. #comment_font_face: 'Lucida Grande'
  41. comment_font_point: 18
  42. # 皮肤列表
  43. preset_color_schemes:
  44. macos_light:
  45. name: "MacOS 浅色/MacOS Light"
  46. author: 小码哥
  47. font_face: "PingFangSC" # 字体及大小
  48. font_point: 16
  49. label_font_face: "PingFangSC" # 序号字体及大小
  50. label_font_point: 12
  51. comment_font_face: "PingFangSC" # 注字体及大小
  52. comment_font_point: 16
  53. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  54. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  55. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  56. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  57. translucency: false # 磨砂: false | true
  58. mutual_exclusive: false # 色不叠加: false | true
  59. border_height: 1 # 外边框 高
  60. border_width: 1 # 外边框 宽
  61. corner_radius: 5 # 外边框 圆角半径
  62. hilited_corner_radius: 5 # 选中框 圆角半径
  63. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  64. shadow_size: 0 # 阴影大小
  65. line_spacing: 5 # 行间距
  66. base_offset: 0 # 字基高
  67. alpha: 1 # 透明度,0~1
  68. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  69. color_space: srgb # 色彩空间: srgb | display_p3
  70. back_color: 0xFFFFFF # 底色
  71. hilited_candidate_back_color: 0xD75A00 # 选中底色
  72. label_color: 0x999999 # 序号颜色
  73. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  74. candidate_text_color: 0x3c3c3c # 文字颜色
  75. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  76. comment_text_color: 0x999999 # 注颜色
  77. hilited_comment_text_color: 0xFFFFFF # 选中注颜色
  78. text_color: 0x424242 # 拼音颜色 (inline_preedit: false)
  79. hilited_text_color: 0xFFFFFF # 选中拼音颜色 (inline_preedit: false)
  80. candidate_back_color: 0xFFFFFF # 候选项底色
  81. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  82. hilited_back_color: 0xD75A00 # 选中拼音底色 (inline_preedit: false)
  83. border_color: 0xFFFFFF # 外边框颜色
  84. macos_dark:
  85. name: "MacOS 深色/MacOS Dark"
  86. author: 小码哥
  87. font_face: "PingFangSC" # 字体及大小
  88. font_point: 16
  89. label_font_face: "PingFangSC" # 序号字体及大小
  90. label_font_point: 12
  91. comment_font_face: "PingFangSC" # 注字体及大小
  92. comment_font_point: 16
  93. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  94. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  95. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  96. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  97. translucency: false # 磨砂: false | true
  98. mutual_exclusive: false # 色不叠加: false | true
  99. border_height: 1 # 外边框 高
  100. border_width: 1 # 外边框 宽
  101. corner_radius: 5 # 外边框 圆角半径
  102. hilited_corner_radius: 5 # 选中框 圆角半径
  103. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  104. shadow_size: 0 # 阴影大小
  105. line_spacing: 5 # 行间距
  106. base_offset: 0 # 字基高
  107. alpha: 1 # 透明度,0~1
  108. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  109. color_space: srgb # 色彩空间: srgb | display_p3
  110. back_color: 0x1f1e2d # 底色
  111. hilited_candidate_back_color: 0xD75A00 # 选中底色
  112. label_color: 0x999999 # 序号颜色
  113. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  114. candidate_text_color: 0xe9e9ea # 文字颜色
  115. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  116. comment_text_color: 0x999999 # 注颜色
  117. hilited_comment_text_color: 0x999999 # 选中注颜色
  118. text_color: 0x808080 # 拼音颜色 (inline_preedit: false)
  119. hilited_text_color: 0xFFFFFF # 选中拼音颜色 (inline_preedit: false)
  120. candidate_back_color: 0x1f1e2d # 候选项底色
  121. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  122. hilited_back_color: 0xD75A00 # 选中拼音底色 (inline_preedit: false)
  123. border_color: 0x050505 # 外边框颜色
  124. wechat_light:
  125. name: "微信浅色/Wechat Light"
  126. author: 小码哥
  127. font_face: "PingFangSC" # 字体及大小
  128. font_point: 16
  129. label_font_face: "PingFangSC" # 序号字体及大小
  130. label_font_point: 16
  131. comment_font_face: "PingFangSC" # 注字体及大小
  132. comment_font_point: 16
  133. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  134. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  135. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  136. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  137. translucency: false # 磨砂: false | true
  138. mutual_exclusive: false # 色不叠加: false | true
  139. border_height: 1 # 外边框 高
  140. border_width: 1 # 外边框 宽
  141. corner_radius: 5 # 外边框 圆角半径
  142. hilited_corner_radius: 5 # 选中框 圆角半径
  143. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  144. shadow_size: 0 # 阴影大小
  145. line_spacing: 5 # 行间距
  146. base_offset: 0 # 字基高
  147. alpha: 1 # 透明度,0~1
  148. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  149. color_space: srgb # 色彩空间: srgb | display_p3
  150. back_color: 0xFFFFFF # 底色
  151. hilited_candidate_back_color: 0x79af22 # 选中底色
  152. label_color: 0x999999 # 序号颜色
  153. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  154. candidate_text_color: 0x3c3c3c # 文字颜色
  155. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  156. comment_text_color: 0x999999 # 注颜色
  157. hilited_comment_text_color: 0x999999 # 选中注颜色
  158. text_color: 0x424242 # 拼音颜色 (inline_preedit: false)
  159. hilited_text_color: 0x999999 # 选中拼音颜色 (inline_preedit: false)
  160. candidate_back_color: 0xFFFFFF # 候选项底色
  161. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  162. hilited_back_color: 0x79af22 # 选中拼音底色 (inline_preedit: false)
  163. border_color: 0xFFFFFF # 外边框颜色
  164. wechat_dark:
  165. name: "微信深色/Wechat Dark"
  166. author: 小码哥
  167. font_face: "PingFangSC" # 字体及大小
  168. font_point: 16
  169. label_font_face: "PingFangSC" # 序号字体及大小
  170. label_font_point: 16
  171. comment_font_face: "PingFangSC" # 注字体及大小
  172. comment_font_point: 16
  173. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  174. candidate_list_layout: linear # 候选排布:层叠 stacked | 行 linear
  175. text_orientation: horizontal # 行文向: 横 horizontal | 纵 vertical
  176. inline_preedit: true # 拼音位于: 候选框 false | 行内 true
  177. translucency: false # 磨砂: false | true
  178. mutual_exclusive: false # 色不叠加: false | true
  179. border_height: 1 # 外边框 高
  180. border_width: 1 # 外边框 宽
  181. corner_radius: 5 # 外边框 圆角半径
  182. hilited_corner_radius: 5 # 选中框 圆角半径
  183. surrounding_extra_expansion: 0 # 候选项背景相对大小?
  184. shadow_size: 0 # 阴影大小
  185. line_spacing: 5 # 行间距
  186. base_offset: 0 # 字基高
  187. alpha: 1 # 透明度,0~1
  188. spacing: 10 # 拼音与候选项之间的距离 (inline_preedit: false)
  189. color_space: srgb # 色彩空间: srgb | display_p3
  190. back_color: 0x151515 # 底色
  191. hilited_candidate_back_color: 0x79af22 # 选中底色
  192. label_color: 0x999999 # 序号颜色
  193. hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
  194. candidate_text_color: 0xbbbbbb # 文字颜色
  195. hilited_candidate_text_color: 0xFFFFFF # 选中文字颜色
  196. comment_text_color: 0x999999 # 注颜色
  197. hilited_comment_text_color: 0xFFFFFF # 选中注颜色
  198. text_color: 0xbbbbbb # 拼音颜色 (inline_preedit: false)
  199. hilited_text_color: 0x999999 # 选中拼音颜色 (inline_preedit: false)
  200. candidate_back_color: 0x151515 # 候选项底色
  201. # preedit_back_color: # 拼音底色 (inline_preedit: false)
  202. hilited_back_color: 0x79af22 # 选中拼音底色 (inline_preedit: false)
  203. border_color: 0x292929 # 外边框颜色
  204. # https://ssnhd.com/2022/01/11/rime-skin/
  205. mac_light:
  206. name: Mac浅色
  207. horizontal: true # true横排,false竖排
  208. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  209. corner_radius: 5 # 窗口圆角
  210. hilited_corner_radius: 5 # 高亮圆角
  211. line_spacing: 10 # 行间距(适用于竖排)
  212. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  213. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  214. font_face: "PingFangSC" # 候选词字体
  215. font_point: 16 # 候选字大小
  216. label_font_point: 16 # 候选编号大小
  217. text_color: 0x424242 # 拼音行文字颜色
  218. back_color: 0xFFFFFF # 候选条背景色
  219. border_color: 0xFFFFFF # 边框色
  220. label_color: 0x999999 # 预选栏编号颜色
  221. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  222. comment_text_color: 0x999999 # 拼音等提示文字颜色
  223. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  224. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  225. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  226. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  227. hilited_comment_text_color: 0x999999 # 注解文字高亮
  228. mac_dark:
  229. name: Mac深色
  230. horizontal: true # true横排,false竖排
  231. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  232. corner_radius: 5 # 窗口圆角
  233. hilited_corner_radius: 5 # 高亮圆角
  234. line_spacing: 10 # 行间距(适用于竖排)
  235. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  236. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  237. font_face: "PingFangSC" # 候选词字体
  238. font_point: 16 # 候选字大小
  239. label_font_point: 16 # 候选编号大小
  240. text_color: 0x424242 # 拼音行文字颜色
  241. back_color: 0x252a2e # 候选条背景色
  242. border_color: 0x050505 # 边框色
  243. label_color: 0x999999 # 预选栏编号颜色
  244. candidate_text_color: 0xe9e9ea # 预选项文字颜色
  245. comment_text_color: 0x999999 # 拼音等提示文字颜色
  246. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  247. hilited_back_color: 0xD75A00 # 第一候选项背景背景色
  248. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  249. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  250. hilited_comment_text_color: 0x999999 # 注解文字高亮
  251. mac_green:
  252. name: Mac绿色
  253. horizontal: true # true横排,false竖排
  254. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  255. corner_radius: 5 # 窗口圆角
  256. hilited_corner_radius: 5 # 高亮圆角
  257. line_spacing: 10 # 行间距(适用于竖排)
  258. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  259. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  260. font_face: "PingFangSC" # 候选词字体
  261. font_point: 16 # 候选字大小
  262. label_font_point: 16 # 候选编号大小
  263. text_color: 0x424242 # 拼音行文字颜色
  264. back_color: 0xFFFFFF # 候选条背景色
  265. border_color: 0xFFFFFF # 边框色
  266. label_color: 0x999999 # 预选栏编号颜色
  267. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  268. comment_text_color: 0x999999 # 拼音等提示文字颜色
  269. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  270. hilited_candidate_back_color: 0x32A14C # 第一候选项背景色
  271. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  272. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  273. hilited_comment_text_color: 0x999999 # 注解文字高亮
  274. mac_orange:
  275. name: Mac橙色
  276. horizontal: true # true横排,false竖排
  277. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  278. corner_radius: 5 # 窗口圆角
  279. hilited_corner_radius: 5 # 高亮圆角
  280. line_spacing: 10 # 行间距(适用于竖排)
  281. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  282. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  283. font_face: "PingFangSC" # 候选词字体
  284. font_point: 16 # 候选字大小
  285. label_font_point: 16 # 候选编号大小
  286. text_color: 0x424242 # 拼音行文字颜色
  287. back_color: 0xFFFFFF # 候选条背景色
  288. border_color: 0xFFFFFF # 边框色
  289. label_color: 0x999999 # 预选栏编号颜色
  290. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  291. comment_text_color: 0x999999 # 拼音等提示文字颜色
  292. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  293. hilited_candidate_back_color: 0x0E6BD8 # 第一候选项背景色
  294. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  295. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  296. hilited_comment_text_color: 0x999999 # 注解文字高亮
  297. mac_blue:
  298. name: Mac浅蓝
  299. horizontal: true # true横排,false竖排
  300. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  301. corner_radius: 5 # 窗口圆角
  302. font_face: "PingFangSC" # 候选词字体
  303. font_point: 16 # 候选字大小
  304. label_font_point: 16 # 候选编号大小
  305. line_spacing: 10 # 行间距(适用于竖排)
  306. text_color: 0x424242 # 拼音行文字颜色
  307. back_color: 0xFFFFFF # 候选条背景色
  308. border_color: 0xFFFFFF # 边框色
  309. label_color: 0x999999 # 预选栏编号颜色
  310. candidate_text_color: 0x3c3c3c # 预选项文字颜色
  311. comment_text_color: 0x999999 # 拼音等提示文字颜色
  312. hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码)
  313. hilited_back_color: 0xF8AA4D # 第一候选项背景背景色
  314. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  315. hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色
  316. hilited_comment_text_color: 0x999999 # 注解文字高亮
  317. psionics:
  318. name: 幽能
  319. horizontal: true # true横排,false竖排
  320. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  321. corner_radius: 5 # 窗口圆角
  322. font_point: 16 # 候选文字大小
  323. label_font_point: 14 # 候选编号大小
  324. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  325. line_spacing: 10 # 行间距(适用于竖排)
  326. text_color: 0xc2c2c2 # 拼音行文字颜色
  327. back_color: 0x444444 # 候选条背景色,24位色值,16进制,BGR顺序
  328. candidate_text_color: 0xeeeeee # 预选项文字颜色
  329. hilited_candidate_back_color: 0xd4bc00 # 候选文字背景色
  330. comment_text_color: 0x808080 # 拼音等提示文字颜色
  331. hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
  332. hilited_back_color: 0x444444 # 第一候选项背景背景色
  333. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  334. hilited_candidate_text_color: 0xfafafa # 第一候选项文字颜色
  335. hilited_comment_text_color: 0x444444 # 注解文字高亮
  336. win10:
  337. horizontal: true # true横排,false竖排
  338. candidate_format: "%c %@ " # 如果是竖排建议改为 "%c\u2005%@"
  339. font_point: 17 # 候选文字大小
  340. label_font_point: 16 # 候选编号大小
  341. corner_radius: 0 # 候选条圆角
  342. border_width: 6 # 窗口左右宽度
  343. border_height: 6 # 窗口左右高度
  344. margin_x: 12 # 字起始距左边距离
  345. margin_y: 12 # 字上下边距
  346. spacing: 10 # 间距
  347. candidate_spacing: 24 # 候选字间隔
  348. line_spacing: 10 # 行间距(适用于竖排)
  349. hilite_spacing: 8 # 序号和候选字之间的间隔
  350. hilite_padding: 12 # 候选字背景色色块高度 若想候选字背景色块无边界填充候选框,仅需其高度和候选字上下边距一致即可
  351. round_corner: 0 # 候选字背景色块圆角幅度
  352. candidate_text_color: 0x000000 # 预选项文字颜色
  353. comment_text_color: 0x888888 # 拼音等提示文字颜色
  354. text_color: 0x000000 # 拼音行文字颜色
  355. back_color: 0xffffff # 候选条背景色,24位色值,16进制,BGR顺序
  356. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  357. hilited_back_color: 0xffffff # 第一候选项背景背景色
  358. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  359. hilited_candidate_back_color: 0xcc8f29 # 候选文字背景色
  360. hilited_comment_text_color: 0xffffff # 注解文字高亮
  361. hilited_label_color: 0xffffff # 已选字的数字的颜色
  362. label_color: 0x888888 # 预选栏编号颜色
  363. solarized_rock:
  364. name: 日光石
  365. horizontal: true # true横排,false竖排
  366. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  367. corner_radius: 6 # 窗口圆角
  368. font_point: 16 # 候选文字大小
  369. label_font_point: 15 # 候选编号大小
  370. line_spacing: 10 # 行间距(适用于竖排)
  371. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  372. text_color: 0x8236d3 # 拼音行文字颜色
  373. back_color: 0x362b00 # 候选条背景色,24位色值,16进制,BGR顺序
  374. candidate_text_color: 0x969483 # 预选项文字颜色
  375. comment_text_color: 0xc098a12a # 拼音等提示文字颜色
  376. hilited_text_color: 0x98a12a # 高亮拼音 (需要开启内嵌编码)
  377. hilited_back_color: 0x444444 # 第一候选项背景背景色
  378. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  379. hilited_candidate_back_color: 0x8236d3 # 候选文字背景色
  380. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  381. hilited_comment_text_color: 0x362b00 # 注解文字高亮
  382. solarized_dark:
  383. name: 夜光石
  384. horizontal: true # true横排,false竖排
  385. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  386. corner_radius: 6 # 窗口圆角
  387. font_point: 16 # 候选文字大小
  388. label_font_point: 15 # 候选编号大小
  389. line_spacing: 10 # 行间距(适用于竖排)
  390. font_face: "PingFangSC-Regular,HanaMinB" # 候选词字体
  391. text_color: 0xA1A095 # 拼音行文字颜色
  392. border_color: 0xf02A1F00 # 边框颜色
  393. label_color: 0xCC8947 # 预选栏编号颜色
  394. back_color: 0xf0352A0A # 候选条背景色,24位色值,16进制,BGR顺序
  395. candidate_text_color: 0x989F52 # 预选项文字颜色
  396. comment_text_color: 0x289989 # 拼音等提示文字颜色
  397. hilited_text_color: 0x2C8BAE # 高亮拼音 (需要开启内嵌编码)
  398. hilited_back_color: 0x444444 # 第一候选项背景背景色
  399. hilited_candidate_label_color: 0x2566C6 # 第一候选项编号颜色
  400. hilited_candidate_back_color: 0xD7E8ED # 候选文字背景色
  401. hilited_candidate_text_color: 0x3942CB # 第一候选项文字颜色
  402. hilited_comment_text_color: 0x8144C2 # 注解文字高亮
  403. apathy:
  404. name: 冷漠
  405. horizontal: true # true横排,false竖排
  406. back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
  407. border_height: 0 # 窗口上下高度,大于圆角半径才生效
  408. border_width: 8 # 窗口左右宽度
  409. line_spacing: 10 # 行间距(适用于竖排)
  410. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  411. comment_text_color: 0x999999 # 拼音等提示文字颜色
  412. corner_radius: 5 # 窗口圆角
  413. font_point: 17 # 候选文字大小
  414. hilited_candidate_back_color: 0xFFF0E4 # 候选文字背景色
  415. hilited_candidate_text_color: 0xEE6E00 # 第一候选项文字颜色
  416. inline_preedit: true
  417. label_font_point: 12 # 候选编号大小
  418. text_color: 0x424242 # 拼音行文字颜色
  419. google:
  420. name: 谷歌
  421. horizontal: true # true横排,false竖排
  422. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  423. font_point: 16 # 候选文字大小
  424. label_font_point: 15 # 候选编号大小
  425. corner_radius: 6 # 窗口圆角
  426. line_spacing: 10 # 行间距(适用于竖排)
  427. text_color: 0x666666 # 拼音行文字颜色
  428. candidate_text_color: 0x000000 # 预选项文字颜色
  429. back_color: 0xFFFFFF # 候选条背景色,24位色值,16进制,BGR顺序
  430. border_color: 0xE2E2E2 # 边框
  431. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  432. hilited_back_color: 0xFFFFFF # 第一候选项背景背景色
  433. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  434. hilited_candidate_back_color: 0xCE7539 # 候选文字背景色
  435. comment_text_color: 0x6D6D6D # 拼音等提示文字颜色
  436. hilited_comment_text_color: 0xEBC6B0 # 注解文字高亮
  437. hilited_candidate_label_color: 0xfafafa # 第一候选项编号颜色
  438. milan:
  439. name: 米兰
  440. horizontal: true # true横排,false竖排
  441. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  442. font_point: 16 # 候选文字大小
  443. label_font_point: 14 # 候选编号大小
  444. line_spacing: 10 # 行间距(适用于竖排)
  445. border_height: 4 # 窗口上下高度,大于圆角半径才生效
  446. border_width: 4 # 窗口左右宽度,大于圆角半径才生效
  447. corner_radius: 5 # 窗口圆角
  448. back_color: 0xFFFFFF # 候选条背景色
  449. comment_text_color: 0x999999 # 拼音等提示文字颜色
  450. hilited_candidate_back_color: 0xF5803B # 候选文字背景色
  451. hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
  452. text_color: 0x424242 # 拼音行文字颜色
  453. ink:
  454. name: 墨池
  455. horizontal: true # true横排,false竖排
  456. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  457. font_point: 16 # 候选文字大小
  458. label_font_point: 14 # 候选编号大小
  459. corner_radius: 5 # 窗口圆角
  460. line_spacing: 10 # 行间距(适用于竖排)
  461. text_color: 0x5a5a5a # 拼音等提示文字颜色
  462. back_color: 0xeeffffff # 候选条背景色
  463. candidate_text_color: 0x000000 # 第一候选项文字颜色
  464. hilited_text_color: 0x000000 # 高亮拼音 (需要开启内嵌编码)
  465. hilited_candidate_text_color: 0xffffff # 第一候选项文字颜色
  466. hilited_candidate_back_color: 0xcc000000 # 候选文字背景色
  467. comment_text_color: 0x5a5a5a # 拼音等提示文字颜色
  468. hilited_comment_text_color: 0x808080 # 注解文字高亮
  469. purity:
  470. name: 纯洁
  471. horizontal: true # true横排,false竖排
  472. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  473. font_point: 16 # 候选文字大小
  474. label_font_point: 14 # 候选编号大小
  475. corner_radius: 5 # 窗口圆角
  476. line_spacing: 10 # 行间距(适用于竖排)
  477. text_color: 0xc2c2c2 # 拼音等提示文字颜色
  478. back_color: 0x444444 # 候选条背景色
  479. candidate_text_color: 0xeeeeee # 第一候选项文字颜色
  480. hilited_text_color: 0xeeeeee # 高亮拼音 (需要开启内嵌编码)
  481. hilited_back_color: 0x444444 # 第一候选项背景背景色
  482. hilited_candidate_text_color: 0x000000 # 第一候选项文字颜色
  483. hilited_candidate_back_color: 0xfafafa # 候选文字背景色
  484. comment_text_color: 0x808080 # 拼音等提示文字颜色
  485. starcraft:
  486. name: 星际争霸
  487. horizontal: true # true横排,false竖排
  488. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  489. font_point: 16 # 候选文字大小
  490. label_font_point: 14 # 候选编号大小
  491. corner_radius: 5 # 窗口圆角
  492. line_spacing: 10 # 行间距(适用于竖排)
  493. text_color: 0xccaa88 # 拼音等提示文字颜色
  494. candidate_text_color: 0x30bb55 # 第一候选项文字颜色
  495. back_color: 0xee000000 # 候选条背景色
  496. border_color: 0x1010a0 # 边框色
  497. hilited_text_color: 0xfecb96 # 高亮拼音 (需要开启内嵌编码)
  498. hilited_back_color: 0x000000 # 第一候选项背景背景色
  499. hilited_candidate_text_color: 0x70ffaf # 第一候选项文字颜色
  500. hilited_candidate_back_color: 0x000000 # 候选文字背景色
  501. comment_text_color: 0x1010d0 # 拼音等提示文字颜色
  502. hilited_comment_text_color: 0x1010f0 # 注解文字高亮
  503. nord_light:
  504. name: 北方浅色
  505. horizontal: true # true横排,false竖排
  506. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  507. font_point: 16 # 候选文字大小
  508. label_font_point: 14 # 候选编号大小
  509. corner_radius: 5 # 窗口圆角
  510. line_spacing: 10 # 行间距(适用于竖排)
  511. back_color: 0xF4EFEC # 候选条背景色
  512. border_color: 0xF4EFEC # 边框色
  513. candidate_text_color: 0xC1A181 # 第一候选项文字颜色
  514. comment_text_color: 0xD0C088 # 拼音等提示文字颜色
  515. hilited_back_color: 0xF0E9E5 # 第一候选项背景背景色
  516. hilited_candidate_back_color: 0xE9DED8 # 候选文字背景色
  517. hilited_candidate_text_color: 0xAC815E # 第一候选项文字颜色
  518. hilited_text_color: 0xAD8EB4 # 高亮拼音 (需要开启内嵌编码)
  519. text_color: 0x7087D0 # 拼音等提示文字颜色
  520. nord_dark:
  521. name: 北方深色
  522. horizontal: true # true横排,false竖排
  523. candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间
  524. font_point: 16 # 候选文字大小
  525. label_font_point: 14 # 候选编号大小
  526. corner_radius: 5 # 窗口圆角
  527. line_spacing: 10 # 行间距(适用于竖排)
  528. back_color: 0x473A33 # 候选条背景色
  529. border_color: 0x473A33 # 边框色
  530. candidate_text_color: 0xF5D887 # 第一候选项文字颜色
  531. comment_text_color: 0xE6B687 # 拼音等提示文字颜色
  532. hilited_back_color: 0x473A33 # 第一候选项背景背景色
  533. hilited_candidate_back_color: 0x5D4C43 # 候选文字背景色
  534. hilited_candidate_text_color: 0xC0E077 # 第一候选项文字颜色
  535. hilited_text_color: 0x6EC8F5 # 高亮拼音 (需要开启内嵌编码)
  536. text_color: 0x78E8F0 # 拼音等提示文字颜色