-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config(squirrel): 同步上游,移除内置皮肤的 horizontal 属性
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 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 |
---|---|---|
|
@@ -103,8 +103,7 @@ preset_color_schemes: | |
# border_color: # 外边框颜色 | ||
|
||
|
||
# 下面是内置的皮肤 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml | ||
|
||
# 下面是内置的皮肤 https://github.com/rime/squirrel/blob/master/data/squirrel.yaml | ||
|
||
native: | ||
name: 系統配色 | ||
|
@@ -262,7 +261,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 | ||
|
@@ -282,7 +281,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 #候选条圆角 | ||
|
@@ -301,7 +300,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 #候选条圆角 | ||
|
@@ -326,7 +325,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 # 候选条圆角 | ||
|
@@ -354,34 +353,35 @@ preset_color_schemes: | |
name: 曬經・日/Solarized Light | ||
author: 雪齋 <[email protected]> | ||
color_space: display_p3 # Only available on macOS 10.12+ | ||
back_color: 0xf0E5F6FB #Lab 97, 0, 10 | ||
border_color: 0xf0EDFFFF #Lab 100, 0, 10 | ||
preedit_back_color: 0xf0D7E8ED #Lab 92, 0, 10 | ||
candidate_text_color: 0x3942CB #Lab 50, 65, 45 | ||
label_color: 0x2566C6 #Lab 55, 45, 65 | ||
comment_text_color: 0x8144C2 #Lab 50, 65, -5 | ||
text_color: 0x756E5D #Lab 45, -7, -7 | ||
hilited_back_color: 0xf0C9DADF #Lab 87, 0, 10 | ||
hilited_candidate_back_color: 0x403516 #Lab 20, -12, -12 | ||
hilited_candidate_text_color: 0x989F52 #Lab 60, -35, -5 | ||
hilited_candidate_label_color: 0xCC8947 #Lab 55, -10, -45 | ||
hilited_comment_text_color: 0x289989 #Lab 60, -20, 65 | ||
hilited_text_color: 0xBE706D #Lab 50, 15, -45 | ||
back_color: 0xF0E5F6FB #Lab 97 , 0 , 10 | ||
border_color: 0xEDFFFF #Lab 100, 0 , 10 | ||
preedit_back_color: 0x403516 #Lab 20 ,-12,-12 | ||
#candidate_back_color: 0x403516 #Lab 20 ,-12,-12 | ||
candidate_text_color: 0x595E00 #Lab 35 ,-35,-5 | ||
label_color: 0xA36407 #Lab 40 ,-10,-45 | ||
comment_text_color: 0x005947 #Lab 35 ,-20, 65 | ||
text_color: 0xA1A095 #Lab 65 ,-5 ,-2 | ||
hilited_back_color: 0x4C4022 #Lab 25 ,-12,-12 | ||
hilited_candidate_back_color: 0xD7E8ED #Lab 92 , 0 , 10 | ||
hilited_candidate_text_color: 0x3942CB #Lab 50 , 65, 45 | ||
hilited_candidate_label_color: 0x2566C6 #Lab 55 , 45, 65 | ||
hilited_comment_text_color: 0x8144C2 #Lab 50 , 65,-5 | ||
hilited_text_color: 0x2C8BAE #Lab 60 , 10, 65 | ||
|
||
solarized_dark: | ||
name: 曬經・月/Solarized Dark | ||
author: 雪齋 <[email protected]> | ||
color_space: display_p3 # Only available on macOS 10.12+ | ||
back_color: 0xf0352A0A #Lab 15, -12, -12 | ||
border_color: 0xf02A1F00 #Lab 10, -12, -12 | ||
preedit_back_color: 0xf0403516 #Lab 20, -12, -12 | ||
candidate_text_color: 0x989F52 #Lab 60, -35, -5 | ||
label_color: 0xCC8947 #Lab 55, -10, -45 | ||
comment_text_color: 0x289989 #Lab 60, -20, 65 | ||
text_color: 0xA1A095 #Lab 65, -05, -02 | ||
hilited_back_color: 0xf04C4022 #Lab 25, -12, -12 | ||
hilited_candidate_back_color: 0xD7E8ED #Lab 92, 0, 10 | ||
hilited_candidate_text_color: 0x3942CB #Lab 50, 65, 45 | ||
hilited_candidate_label_color: 0x2566C6 #Lab 55, 45, 65 | ||
hilited_comment_text_color: 0x8144C2 #Lab 50, 65, -5 | ||
hilited_text_color: 0x2C8BAE #Lab 60, 10, 65 | ||
back_color: 0xF0352A0A #Lab 15 ,-12,-12 | ||
border_color: 0x2A1F00 #Lab 10 ,-12,-12 | ||
preedit_back_color: 0xD7E8ED #Lab 92 , 0 , 10 | ||
#candidate_back_color: 0xD7E8ED #Lab 92 , 0 , 10 | ||
candidate_text_color: 0x7389FF #Lab 75 , 65, 45 | ||
label_color: 0x478DF4 #Lab 70 , 45, 65 | ||
comment_text_color: 0xC38AFF #Lab 75 , 65,-5 | ||
text_color: 0x756E5D #Lab 45 ,-7 ,-7 | ||
hilited_back_color: 0xC9DADF #Lab 87 , 0 , 10 | ||
hilited_candidate_back_color: 0x403516 #Lab 20 ,-12,-12 | ||
hilited_candidate_text_color: 0x989F52 #Lab 60 ,-35,-5 | ||
hilited_candidate_label_color: 0xCC8947 #Lab 55 ,-10,-45 | ||
hilited_comment_text_color: 0x289989 #Lab 60 ,-20, 65 | ||
hilited_text_color: 0xBE706D #Lab 50 , 15,-45 |