Mintimate / oh-my-rime

The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572
https://www.mintimate.cc
GNU General Public License v3.0
2.69k stars 182 forks source link

Color confusion #112

Closed CassandraCat closed 4 months ago

CassandraCat commented 4 months ago
  mint_dark_blue:
    name: 黑水鸭/Mint Dark Blue
    author: Mintimate <"Mintimate's Blog">
    translucency: true                      
    mutual_exclusive: false               
    shadow_size: 0                         
    line_spacing: 5                       
    alpha: 1                                
    spacing: 10                             
    back_color: 0x424242                    
    hilited_candidate_back_color: 0xc6c01a  
    label_color: 0xefefef                  
    hilited_candidate_label_color: 0xefefef 
    candidate_text_color: 0xefefef          
    hilited_candidate_text_color: 0xefefef  
    comment_text_color: 0xefefef           
    hilited_comment_text_color: 0xffffff    
    text_color: 0x6495ed                   
    hilited_text_color: 0xc6c01a            

0xc6c01a should be a shade of yellow, but why does it appear as cyan in the rime?

like this:

image
Mintimate commented 4 months ago

The 16-bit hexadecimal color format starting with 0x is structured like this. You mentioned the one that begins with #. This isn't a case of system or configuration confusion.

CassandraCat commented 4 months ago

thanks. solved