Advertisement
Guest User

Untitled

a guest
Jan 11th, 2017
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. # Squirrel settings
  2. # encoding: utf-8
  3.  
  4. config_version: "0.22"
  5.  
  6. us_keyboard_layout: false
  7.  
  8. # for veteran chord-typist
  9. chord_duration: 0.1 # seconds
  10.  
  11. # options: always | never | appropriate
  12. show_notifications_when: appropriate
  13.  
  14. # Show notifications via Notification Center instead of Growl.
  15. # (Only valid if OS version is at least 10.8 and
  16. # 'show_notifications_when' is NOT set to 'never'.)
  17. show_notifications_via_notification_center: false
  18.  
  19. style:
  20. color_scheme: apathy
  21. horizontal: true
  22. inline_preedit: false
  23. corner_radius: 3
  24. border_height: 4
  25. border_width: 4
  26. line_spacing: 1
  27. spacing: 5 # space between preedit and candidates in non-inline mode
  28. #candidate_format: '%c. %@ '
  29. font_face: 'Lantinghei TC Extralight' # supporting soft cursor '›'
  30. font_point: 17
  31. label_font_face: 'Myriad Pro Light'
  32. label_font_point: 17
  33.  
  34. preset_color_schemes:
  35. aqua:
  36. name: 碧水/Aqua
  37. author: 佛振 <chen.sst@gmail.com>
  38. text_color: 0x606060
  39. back_color: 0xeeeceeee
  40. candidate_text_color: 0x000000
  41. hilited_text_color: 0x000000
  42. hilited_candidate_text_color: 0xffffff
  43. hilited_candidate_back_color: 0xeefa3a0a
  44. comment_text_color: 0x5a5a5a
  45. hilited_comment_text_color: 0xfcac9d
  46.  
  47. azure:
  48. name: 青天/Azure
  49. author: 佛振 <chen.sst@gmail.com>
  50. text_color: 0xcfa677
  51. candidate_text_color: 0xffeacc
  52. back_color: 0xee8b4e01
  53. hilited_text_color: 0xffeacc
  54. hilited_candidate_text_color: 0x7ffeff
  55. hilited_candidate_back_color: 0x00000000
  56. comment_text_color: 0xc69664
  57.  
  58. luna:
  59. name: 明月/Luna
  60. author: 佛振 <chen.sst@gmail.com>
  61. text_color: 0xa5a5a5
  62. back_color: 0xdd000000
  63. candidate_text_color: 0xeceeee
  64. hilited_text_color: 0x7fffff
  65. hilited_candidate_text_color: 0x7fffff
  66. hilited_candidate_back_color: 0x40000000
  67. comment_text_color: 0xa5a5a5
  68. hilited_comment_text_color: 0x449c9d
  69.  
  70. ink:
  71. name: 墨池/Ink
  72. author: 佛振 <chen.sst@gmail.com>
  73. text_color: 0x000000
  74. back_color: 0xeeffffff
  75. corner_radius: 6
  76. border_height: 6
  77. border_width: 6
  78. font_point: 16
  79. label_font_point: 12
  80. candidate_text_color: 0x000000
  81. hilited_text_color: 0x000000
  82. hilited_back_color: 0xdddddd
  83. hilited_candidate_text_color: 0xffffff
  84. hilited_candidate_back_color: 0xcc000000
  85. comment_text_color: 0x5a5a5a
  86. hilited_comment_text_color: 0x808080
  87.  
  88. lost_temple:
  89. name: 孤寺/Lost Temple
  90. author: 佛振 <chen.sst@gmail.com>, based on ir_black
  91. text_color: 0xe8f3f6
  92. back_color: 0xee303030
  93. hilited_text_color: 0x82e6ca
  94. hilited_candidate_text_color: 0x000000
  95. hilited_candidate_back_color: 0x82e6ca
  96. comment_text_color: 0xbb82e6ca
  97. hilited_comment_text_color: 0xbb203d34
  98.  
  99. dark_temple:
  100. name: 暗堂/Dark Temple
  101. author: 佛振 <chen.sst@gmail.com>, based on ir_black
  102. text_color: 0x92f6da
  103. back_color: 0x222222
  104. candidate_text_color: 0xd8e3e6
  105. hilited_text_color: 0xffcf9a
  106. hilited_back_color: 0x222222
  107. hilited_candidate_text_color: 0x92f6da
  108. hilited_candidate_back_color: 0x10000000 # 0x333333
  109. comment_text_color: 0x606cff
  110.  
  111. starcraft:
  112. name: 星際我爭霸/StarCraft
  113. author: Contralisk <contralisk@gmail.com>, original artwork by Blizzard Entertainment
  114. text_color: 0xccaa88
  115. candidate_text_color: 0x30bb55
  116. back_color: 0xee000000
  117. border_color: 0x1010a0
  118. hilited_text_color: 0xfecb96
  119. hilited_back_color: 0x000000
  120. hilited_candidate_text_color: 0x70ffaf
  121. hilited_candidate_back_color: 0x00000000
  122. comment_text_color: 0xfecb96
  123.  
  124. google:
  125. name: 谷歌/Google
  126. author: skoj <skoj@qq.com>
  127. text_color: 0x666666 #拼音串
  128. candidate_text_color: 0x000000 #非第一候选项
  129. back_color: 0xFFFFFF #背景
  130. border_color: 0xE2E2E2 #边框
  131. hilited_text_color: 0x000000 #拼音串高亮
  132. hilited_back_color: 0xFFFFFF #拼音串高亮背景
  133. hilited_candidate_text_color: 0xFFFFFF #第一候选项
  134. hilited_candidate_back_color: 0xCE7539 #第一候选项背景
  135. comment_text_color: 0x6D6D6D #注解文字
  136. hilited_comment_text_color: 0xEBC6B0 #注解文字高亮
  137.  
  138. solarized_rock:
  139. name: 曬經石/Solarized Rock
  140. author: Aben <tntaben@gmail.com>, based on Ethan Schoonover's Solarized color scheme
  141. back_color: 0x362b00
  142. border_color: 0x362b00
  143. text_color: 0x009985
  144. hilited_text_color: 0x98a12a
  145. candidate_text_color: 0x969483
  146. hilited_candidate_text_color: 0xffffff
  147. hilited_candidate_back_color: 0x8236d3
  148. hilited_comment_text_color: 0x362b00
  149.  
  150. clean_white:
  151. name: 简约白/Clean White
  152. author: Chongyu Zhu <lembacon@gmail.com>, based on 搜狗「简约白」
  153. horizontal: true
  154. candidate_format: '%c %@ '
  155. corner_radius: 6
  156. border_height: 6
  157. border_width: 6
  158. font_point: 16
  159. label_font_point: 12
  160. label_color: 0x888888
  161. text_color: 0x808080
  162. hilited_text_color: 0x000000
  163. candidate_text_color: 0x000000
  164. comment_text_color: 0x808080
  165. back_color: 0xeeeeee
  166. hilited_candidate_label_color: 0xa0c98915
  167. hilited_candidate_text_color: 0xc98915
  168. hilited_candidate_back_color: 0xeeeeee
  169.  
  170. apathy:
  171. name: "冷漠 / Apathy"
  172. author: "LIANG Hai "
  173. horizontal: true # 水平排列
  174. inline_preedit: true #单行显示,false双行显示
  175. candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
  176. corner_radius: 5 #候选条圆角
  177. border_height: 0
  178. border_width: 0
  179. back_color: 0xFFFFFF #候选条背景色
  180. font_face: "PingFangSC-Regular,H-SiuNiu" #候选词字体
  181. font_point: 16 #候选字词大小
  182. text_color: 0x424242 #高亮选中词颜色
  183. label_font_face: "PingFangSC-Light" #候选词编号字体
  184. label_font_point: 12 #候选编号大小
  185. hilited_candidate_text_color: 0xEE6E00 #候选文字颜色
  186. hilited_candidate_back_color: 0xFFF0E4 #候选文字背景色
  187. comment_text_color: 0x999999 #拼音等提示文字颜色
  188.  
  189. app_options:
  190. com.alfredapp.Alfred:
  191. ascii_mode: true
  192. com.runningwithcrayons.Alfred-2:
  193. ascii_mode: true
  194. com.blacktree.Quicksilver:
  195. ascii_mode: true
  196. com.apple.Terminal:
  197. ascii_mode: true
  198. no_inline: true
  199. com.googlecode.iterm2:
  200. ascii_mode: true
  201. org.vim.MacVim:
  202. ascii_mode: true
  203. no_inline: true
  204. #com.apple.dt.Xcode:
  205. # ascii_mode: true
  206. #com.barebones.textwrangler:
  207. # ascii_mode: true
  208. #com.macromates.TextMate.preview:
  209. # ascii_mode: true
  210. #com.sublimetext.2:
  211. # ascii_mode: true
  212. #org.gnu.Aquamacs:
  213. # ascii_mode: true
  214. #org.gnu.Emacs:
  215. # ascii_mode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement