Skip to content

Instantly share code, notes, and snippets.

@staticor
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staticor/2c5720d237796d2fb9dc to your computer and use it in GitHub Desktop.
Save staticor/2c5720d237796d2fb9dc to your computer and use it in GitHub Desktop.
鼠须管配置
# 在 ~/Library/Rime 下建立 default.custom.yaml,输入如下内容,然后在菜单栏点「重新部署」
patch:
schema_list:
- schema: wubi86
# 適用於【鼠鬚管】0.9.13+
# 位置:~/Library/Rime/squirrel.custom.yaml
# 用法:想要哪項生效,就刪去該行行首的#字符,但注意保留用於縮進的空格
patch:
# us_keyboard_layout: true # 鍵盤選項:應用美式鍵盤佈局
# show_notifications_when: growl_is_running # 狀態通知,默認裝有Growl時顯示,也可設爲全開(always)全關(never)
# style/horizontal: true # 候選窗横向顯示
# style/font_face: "儷黑 Pro" # 我喜歡的字體名稱
# style/font_point: 21 # 字號
# style/corner_radius: 10 # 窗口圓角半徑
# style/border_height: 0 # 窗口邊界高度,大於圓角半徑才有效果
# style/border_width: 0 # 窗口邊界寬度,大於圓角半徑才有效果
# style/color_scheme: luna # 選擇配色方案
# 註:預設的配色方案及代碼(指定爲 style/color_scheme )
# 碧水 - aqua
# 青天 - azure
# 明月 - luna
# 墨池 - ink
# 孤寺 - lost_temple
# 暗堂 - dark_temple
# 星際我爭霸 - starcraft
# 谷歌 - google
"style/color_scheme": dust # 這項用於選中下面定義的新方案
"preset_color_schemes/dust": # 在配色方案列表裏加入標識爲 dust 的新方案
author: "Superoutman <asticosmo@gmail.com>"
back_color: 0xeeffffff
border_height: 3
border_width: 6
candidate_format: "%c %@ "
comment_text_color: 0xeeffffff
candidate_text_color: 0x666666
corner_radius: 2
font_point: 15
hilited_candidate_back_color: 0x00000000
hilited_candidate_label_color: 0xaaaaaa
hilited_candidate_text_color: 0x000000
horizontal: true
label_color: 0xaaaaaa
label_font_point: 12
name: "浮尘/Dust"
@staticor
Copy link
Author

默认发现没有自带wubi86 . 添加配置.

@staticor
Copy link
Author

wubi86.custom.yaml

patch:
translator/enable_user_dict: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment