-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(data/squirrel.yaml): horizontal layout in preset color schemes (#965
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 #候选条圆角 | ||
|
@@ -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 #候选条圆角 | ||
|
@@ -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 # 候选条圆角 | ||
|