diff --git a/squirrel.custom.yaml b/squirrel.custom.yaml index 4985268..0efb82d 100755 --- a/squirrel.custom.yaml +++ b/squirrel.custom.yaml @@ -2,7 +2,7 @@ # 用法:想要哪項生效,就刪去該行行首的「#」字符,但注意保留用於縮進的空格 patch: - style/color_scheme: TriColorDumpling #GreenWorld #ClassicChrome #TodayIsNotGood #Grassland #MaybeWeHaveHug #DarkMode #GoodEatMango #BigSurDesert #BigSurBeach #AllBlue #OrangeSugar #BigRice #YoungBlood #EastSidePurple #HappySea #Senbe #Sunset #HouseDesign #RoseofER #TriColorDumpling #Tiffany #McDonald #Lakers + style/color_scheme: GreenWorld #DyingMood #ClassicChrome #TodayIsNotGood #Grassland #MaybeWeHaveHug #DarkMode #GoodEatMango #BigSurDesert #BigSurBeach #AllBlue #OrangeSugar #BigRice #YoungBlood #EastSidePurple #HappySea #Senbe #Sunset #HouseDesign #RoseofER #TriColorDumpling #Tiffany #McDonald #Lakers # 輸入直排 or 橫排 style/candidate_list_layout: stacked # linear | stacked # style/text_orientation": horizontal # horizontal | vertical @@ -437,4 +437,22 @@ patch: hilited_comment_text_color: '0xC2BB89' candidate_text_color: '0x8B8B8B' label_color: '0x939BAE' - comment_text_color: '0x536433' \ No newline at end of file + comment_text_color: '0x536433' + + preset_color_schemes/DyingMood: + name: 腐敗氣息 + author: upfloor5 + color_space: display_p3 # 使用p3廣色域顯色 + border_color: '0xC591A3' # 邊框顏色 + hilited_corner_radius: 0 # 候選字圓角 + back_color: '0xA491C0' + text_color: '0xAD9642' + hilited_text_color: '0xAD9642' + hilited_back_color: '0xA491C0' + hilited_candidate_text_color: '0x812258' + hilited_candidate_back_color: '0xC591A3' + hilited_candidate_label_color: '0x320739' + hilited_comment_text_color: '0x812258' + candidate_text_color: '0x585988' + label_color: '0x585988' + comment_text_color: '0xD38851' \ No newline at end of file