Skip to content

Commit

Permalink
feat: add new color theme normal blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponpon55837 committed Aug 2, 2023
1 parent 17fd15e commit 1a05486
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion squirrel.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,22 @@ patch:
hilited_comment_text_color: '0x812258'
candidate_text_color: '0x585988'
label_color: '0x585988'
comment_text_color: '0xD38851'
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'

0 comments on commit 1a05486

Please sign in to comment.