|
@@ -1,13 +1,13 @@
|
|
|
patch:
|
|
patch:
|
|
|
app_options:
|
|
app_options:
|
|
|
- com.apple.Spotlight: # 聚焦搜索
|
|
|
|
|
- ascii_mode: false # true默认英文,false默认中文
|
|
|
|
|
- com.apple.Terminal: # 终端
|
|
|
|
|
|
|
+ com.apple.Spotlight:
|
|
|
|
|
+ ascii_mode: false
|
|
|
|
|
+ com.apple.Terminal:
|
|
|
ascii_mode: true
|
|
ascii_mode: true
|
|
|
- com.microsoft.VSCode: # Visual Studio Code
|
|
|
|
|
|
|
+ com.microsoft.VSCode:
|
|
|
ascii_mode: true
|
|
ascii_mode: true
|
|
|
- ascii_punct: true # 中文状态输出英文标点(半角)
|
|
|
|
|
- com.jetbrains.intellij: # idea
|
|
|
|
|
|
|
+ ascii_punct: true
|
|
|
|
|
+ com.jetbrains.intellij:
|
|
|
ascii_mode: true
|
|
ascii_mode: true
|
|
|
com.jetbrains.CLion:
|
|
com.jetbrains.CLion:
|
|
|
ascii_mode: true
|
|
ascii_mode: true
|
|
@@ -17,7 +17,6 @@ patch:
|
|
|
color_scheme: mac_light
|
|
color_scheme: mac_light
|
|
|
color_scheme_dark: mac_dark
|
|
color_scheme_dark: mac_dark
|
|
|
|
|
|
|
|
- # 预设选项:(可被皮肤覆盖;如果皮肤没写,则默认使用这些属性。)
|
|
|
|
|
text_orientation: horizontal # horizontal | vertical
|
|
text_orientation: horizontal # horizontal | vertical
|
|
|
candidate_list_layout: linear
|
|
candidate_list_layout: linear
|
|
|
inline_preedit: true
|
|
inline_preedit: true
|
|
@@ -31,9 +30,7 @@ patch:
|
|
|
#base_offset: 6
|
|
#base_offset: 6
|
|
|
font_face: "Lucida Grande"
|
|
font_face: "Lucida Grande"
|
|
|
font_point: 21
|
|
font_point: 21
|
|
|
- #label_font_face: 'Lucida Grande'
|
|
|
|
|
label_font_point: 18
|
|
label_font_point: 18
|
|
|
- #comment_font_face: 'Lucida Grande'
|
|
|
|
|
comment_font_point: 18
|
|
comment_font_point: 18
|
|
|
|
|
|
|
|
# 皮肤列表
|
|
# 皮肤列表
|