From 59cbec015802fd554cf2af3d0159b128ae7a14e1 Mon Sep 17 00:00:00 2001 From: Yooooo Date: Sun, 6 Oct 2024 22:16:38 +0800 Subject: [PATCH] chore: merge remote branch --- squirrel.yaml | 161 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 158 insertions(+), 3 deletions(-) diff --git a/squirrel.yaml b/squirrel.yaml index 427281dc5..b72951721 100644 --- a/squirrel.yaml +++ b/squirrel.yaml @@ -35,8 +35,8 @@ app_options: style: # 选择皮肤,亮色与暗色主题 - color_scheme: purity_of_form_custom - color_scheme_dark: purity_of_form_custom + color_scheme: mac_light + color_scheme_dark: mac_dark # 预设选项。如果皮肤没写,则使用这些属性;如果皮肤写了,使用皮肤的。 text_orientation: horizontal # horizontal | vertical @@ -50,7 +50,7 @@ style: #candidate_format: '%c. %@' #base_offset: 6 font_face: 'Lucida Grande' - font_point: 21 + font_point: 14 #label_font_face: 'Lucida Grande' label_font_point: 18 #comment_font_face: 'Lucida Grande' @@ -102,6 +102,161 @@ preset_color_schemes: # hilited_back_color: # 选中拼音底色 (inline_preedit: false) # border_color: # 外边框颜色 + wechat_light: + name: 微信键盘浅色 + horizontal: true # true横排,false竖排 + back_color: 0xFFFFFF # 候选条背景色 + border_height: 0 # 窗口上下高度,大于圆角半径才生效 + border_width: 8 # 窗口左右宽度,大于圆角半径才生效 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + font_face: PingFangSC # 候选词字体 + font_point: 16 # 候选字大小 + hilited_candidate_back_color: 0x75B100 # 第一候选项背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + label_font_point: 12 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + inline_preedit: true # 拼音位于: 候选框 false | 行内 true + + wechat_dark: + name: 微信键盘深色 + horizontal: true # true横排,false竖排 + back_color: 0x2e2925 # 候选条背景色 + border_height: 0 # 窗口上下高度,大于圆角半径才生效 + border_width: 8 # 窗口左右宽度,大于圆角半径才生效 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + font_face: PingFangSC # 候选词字体 + font_point: 16 # 候选字大小 + hilited_candidate_back_color: 0x75B100 # 第一候选项背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + label_font_point: 12 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0xe9e9ea # 预选项文字颜色 + inline_preedit: true # 拼音位于: 候选框 false | 行内 true + + mac_light: + name: Mac浅色 + horizontal: true # true横排,false竖排 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + line_spacing: 10 # 行间距(适用于竖排) + border_height: 4 # 窗口上下高度,大于圆角半径才生效 + border_width: 4 # 窗口左右宽度,大于圆角半径才生效 + font_face: "PingFangSC" # 候选词字体 + font_point: 16 # 候选字大小 + label_font_point: 13 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + back_color: 0xFFFFFF # 候选条背景色 + border_color: 0xFFFFFF # 边框色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0x3c3c3c # 预选项文字颜色 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码) + hilited_back_color: 0xD75A00 # 第一候选项背景背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色 + hilited_comment_text_color: 0x999999 # 注解文字高亮 + + mac_dark: + name: Mac深色 + horizontal: true # true横排,false竖排 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + line_spacing: 10 # 行间距(适用于竖排) + border_height: 4 # 窗口上下高度,大于圆角半径才生效 + border_width: 4 # 窗口左右宽度,大于圆角半径才生效 + font_face: "PingFangSC" # 候选词字体 + font_point: 16 # 候选字大小 + label_font_point: 13 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + back_color: 0x252a2e # 候选条背景色 + border_color: 0x050505 # 边框色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0xe9e9ea # 预选项文字颜色 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码) + hilited_back_color: 0xD75A00 # 第一候选项背景背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色 + hilited_comment_text_color: 0x999999 # 注解文字高亮 + + mac_green: + name: Mac绿 + horizontal: true # true横排,false竖排 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + line_spacing: 10 # 行间距(适用于竖排) + border_height: 4 # 窗口上下高度,大于圆角半径才生效 + border_width: 4 # 窗口左右宽度,大于圆角半径才生效 + font_face: "PingFangSC" # 候选词字体 + font_point: 16 # 候选字大小 + label_font_point: 13 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + back_color: 0xFFFFFF # 候选条背景色 + border_color: 0xFFFFFF # 边框色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0x3c3c3c # 预选项文字颜色 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码) + hilited_candidate_back_color: 0x32A14C # 第一候选项背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色 + hilited_comment_text_color: 0x999999 # 注解文字高亮 + + mac_orange: + name: Mac橙 + horizontal: true # true横排,false竖排 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + corner_radius: 5 # 窗口圆角 + hilited_corner_radius: 5 # 高亮圆角 + line_spacing: 10 # 行间距(适用于竖排) + border_height: 4 # 窗口上下高度,大于圆角半径才生效 + border_width: 4 # 窗口左右宽度,大于圆角半径才生效 + font_face: "PingFangSC" # 候选词字体 + font_point: 16 # 候选字大小 + label_font_point: 13 # 候选编号大小 + text_color: 0x424242 # 拼音行文字颜色 + back_color: 0xFFFFFF # 候选条背景色 + border_color: 0xFFFFFF # 边框色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0x3c3c3c # 预选项文字颜色 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码) + hilited_candidate_back_color: 0x0E6BD8 # 第一候选项背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色 + hilited_comment_text_color: 0x999999 # 注解文字高亮 + + mac_blue: + name: Mac浅蓝 + horizontal: false # true横排,false竖排 + candidate_format: "%c %@ " # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间 + corner_radius: 5 # 窗口圆角 + font_face: "PingFangSC" # 候选词字体 + font_point: 16 # 候选字大小 + label_font_point: 13 # 候选编号大小 + line_spacing: 10 # 行间距(适用于竖排) + text_color: 0x424242 # 拼音行文字颜色 + back_color: 0xFFFFFF # 候选条背景色 + border_color: 0xFFFFFF # 边框色 + label_color: 0x999999 # 预选栏编号颜色 + candidate_text_color: 0x3c3c3c # 预选项文字颜色 + comment_text_color: 0x999999 # 拼音等提示文字颜色 + hilited_text_color: 0x999999 # 高亮拼音 (需要开启内嵌编码) + hilited_back_color: 0xF8AA4D # 第一候选项背景背景色 + hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色 + hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色 + hilited_comment_text_color: 0x999999 # 注解文字高亮 + # 下面是内置的皮肤 https://github.com/rime/squirrel/blob/master/data/squirrel.yaml