Skip to content

Commit 35d5acd

Browse files
authored
fix(data/squirrel.yaml): horizontal layout in preset color schemes (#965)
1 parent 08c410f commit 35d5acd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/squirrel.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ preset_color_schemes:
221221
clean_white:
222222
name: 简约白/Clean White
223223
author: Chongyu Zhu <[email protected]>, based on 搜狗「简约白」
224-
horizontal: true
224+
candidate_list_layout: linear
225225
candidate_format: '%c %@'
226226
corner_radius: 6
227227
border_height: 6
@@ -241,7 +241,7 @@ preset_color_schemes:
241241
apathy:
242242
name: 冷漠/Apathy
243243
author: LIANG Hai
244-
horizontal: true # 水平排列
244+
candidate_list_layout: linear # 水平排列
245245
inline_preedit: true #单行显示,false双行显示
246246
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
247247
corner_radius: 5 #候选条圆角
@@ -260,7 +260,7 @@ preset_color_schemes:
260260
dust:
261261
name: 浮尘/Dust
262262
author: Superoutman <[email protected]>
263-
horizontal: true # 水平排列
263+
candidate_list_layout: linear # 水平排列
264264
inline_preedit: true #单行显示,false双行显示
265265
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
266266
corner_radius: 2 #候选条圆角
@@ -285,7 +285,7 @@ preset_color_schemes:
285285
mojave_dark:
286286
name: 沙漠夜/Mojave Dark
287287
author: xiehuc <[email protected]>
288-
horizontal: true # 水平排列
288+
candidate_list_layout: linear # 水平排列
289289
inline_preedit: true # 单行显示,false双行显示
290290
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
291291
corner_radius: 5 # 候选条圆角

0 commit comments

Comments
 (0)