File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ preset_color_schemes:
221
221
clean_white :
222
222
name : 简约白/Clean White
223
223
author :
Chongyu Zhu <[email protected] >, based on 搜狗「简约白」
224
- horizontal : true
224
+ candidate_list_layout : linear
225
225
candidate_format : ' %c %@'
226
226
corner_radius : 6
227
227
border_height : 6
@@ -241,7 +241,7 @@ preset_color_schemes:
241
241
apathy :
242
242
name : 冷漠/Apathy
243
243
author : LIANG Hai
244
- horizontal : true # 水平排列
244
+ candidate_list_layout : linear # 水平排列
245
245
inline_preedit : true # 单行显示,false双行显示
246
246
candidate_format : " %c\u2005 %@\u2005 " # 编号 %c 和候选词 %@ 前后的空间
247
247
corner_radius : 5 # 候选条圆角
@@ -260,7 +260,7 @@ preset_color_schemes:
260
260
dust :
261
261
name : 浮尘/Dust
262
262
author :
Superoutman <[email protected] >
263
- horizontal : true # 水平排列
263
+ candidate_list_layout : linear # 水平排列
264
264
inline_preedit : true # 单行显示,false双行显示
265
265
candidate_format : " %c\u2005 %@\u2005 " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
266
266
corner_radius : 2 # 候选条圆角
@@ -285,7 +285,7 @@ preset_color_schemes:
285
285
mojave_dark :
286
286
name : 沙漠夜/Mojave Dark
287
287
author :
xiehuc <[email protected] >
288
- horizontal : true # 水平排列
288
+ candidate_list_layout : linear # 水平排列
289
289
inline_preedit : true # 单行显示,false双行显示
290
290
candidate_format : " %c\u2005 %@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
291
291
corner_radius : 5 # 候选条圆角
You can’t perform that action at this time.
0 commit comments