Rime輸入法小狼毫皮膚配色

#weasel.custom.yaml

customization:
  distribution_code_name: Weasel
  distribution_version: 0.13.0
  generator: "Weasel::UIStyleSettings"
  modified_time: "Wed May 15 09:38:53 2019"
  rime_version: 1.4.0
patch:
  # 顯示託盤圖標
  style/display_tray_icon: true
  # 候選橫排
  "style/horizontal": true 
  "style/font_face": "微軟雅黑" 
  "style/font_point": 14
  # 內嵌編碼(僅支持TSF)
  "style/inline_preedit": false
  "style/layout/border_width": 0
  "style/layout/border": 0
  #候選字左右邊距
  "style/layout/margin_x": 8
  #候選字上下邊距
  "style/layout/margin_y": 8
  #候選字背景色色塊高度若想候選字背景色塊無邊界填充候選框,僅需其高度和候選字上下邊距一致即可
  "style/layout/hilite_padding": 8 
  #序號和候選字之間的間隔
  "style/layout/hilite_spacing": 3 
  #不知道幹嘛的,在weasel下好像沒有效果
  "style/layout/spacing": 10 
  # 候選字間隔
  "style/layout/candidate_spacing": 12 
  #候選字背景色塊圓角幅度
  "style/layout/round_corner": 5
  
  # 這項用於選中下面定義的新方案
  "style/color_scheme": Mxy
  # 在配色方案列表裏加入標識爲 starcraft 的新方案
  "preset_color_schemes/Mxy":
    name: 興宇/Mxy
    author: Mxy
    # 編碼行文字顏色,24位色值,用十六進制書寫方便些,順序是藍綠紅0xBBGGRR
    text_color: 0x000000
    # 候選項文字顏色,當與文字顏色不同時指定
    #candidate_text_color
    # 底色
    back_color: 0xFCFCFC
    # 邊框顏色,與底色相同則爲無邊框的效果
    border_color: 0xFCFCFC
    # 高亮文字,即與當前高亮候選對應的那部份輸入碼
    #hilited_text_color: 0xfecb96
    # 設定高亮文字的底色,可起到凸顯高亮部份的作用
    #hilited_back_color: 0x000000
    # 高亮候選項的文字顏色,要醒目!
    hilited_candidate_text_color: 0xFFFFFF
    # 高亮候選項的底色,若與背景色不同就會顯出光棒
    hilited_candidate_back_color: 0xED9564

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章