Skip to content

Commit

Permalink
fix(data/squirrel.yaml): horizontal layout in preset color schemes (#965
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pallxk committed Jul 19, 2024
1 parent 08c410f commit 35d5acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/squirrel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ preset_color_schemes:
clean_white:
name: 简约白/Clean White
author: Chongyu Zhu <[email protected]>, based on 搜狗「简约白」
horizontal: true
candidate_list_layout: linear
candidate_format: '%c %@'
corner_radius: 6
border_height: 6
Expand All @@ -241,7 +241,7 @@ preset_color_schemes:
apathy:
name: 冷漠/Apathy
author: LIANG Hai
horizontal: true # 水平排列
candidate_list_layout: linear # 水平排列
inline_preedit: true #单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
corner_radius: 5 #候选条圆角
Expand All @@ -260,7 +260,7 @@ preset_color_schemes:
dust:
name: 浮尘/Dust
author: Superoutman <[email protected]>
horizontal: true # 水平排列
candidate_list_layout: linear # 水平排列
inline_preedit: true #单行显示,false双行显示
candidate_format: "%c\u2005%@\u2005" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 2 #候选条圆角
Expand All @@ -285,7 +285,7 @@ preset_color_schemes:
mojave_dark:
name: 沙漠夜/Mojave Dark
author: xiehuc <[email protected]>
horizontal: true # 水平排列
candidate_list_layout: linear # 水平排列
inline_preedit: true # 单行显示,false双行显示
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
corner_radius: 5 # 候选条圆角
Expand Down

0 comments on commit 35d5acd

Please sign in to comment.