From 1a054861b31907a3eec42edbb399b95fa7ac6c1e Mon Sep 17 00:00:00 2001 From: upfloor5 <32410486+Ponpon55837@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:21:41 +0800 Subject: [PATCH] feat: add new color theme normal blue --- squirrel.custom.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/squirrel.custom.yaml b/squirrel.custom.yaml index 529c938..71ddb90 100755 --- a/squirrel.custom.yaml +++ b/squirrel.custom.yaml @@ -467,4 +467,22 @@ patch: hilited_comment_text_color: '0x812258' candidate_text_color: '0x585988' label_color: '0x585988' - comment_text_color: '0xD38851' \ No newline at end of file + comment_text_color: '0xD38851' + + preset_color_schemes/NormalBlue: + name: 普通藍 + author: upfloor5 + color_space: display_p3 # 使用p3廣色域顯色 + # border_color: '0xB3C2BB89' # 邊框顏色 + hilited_corner_radius: 0 # 候選字圓角 + back_color: '0xB3C2BB89' + text_color: '0x43794E' + hilited_text_color: '0x536746' + hilited_back_color: '0xC2BB89' + hilited_candidate_text_color: '0xCBC6A1' + hilited_candidate_back_color: '0x76672C' + hilited_candidate_label_color: '0x2D2315' + hilited_comment_text_color: '0xCAA996' + candidate_text_color: '0xA76E4F' + label_color: '0x76672C' + comment_text_color: '0x545224' \ No newline at end of file