font-lock-comment-face到强烈的颜色

问题描述

如果我在Emacs中describe-face上了很深的颜色,它告诉我它的前景是#ffd700,但是当我评估时:

(set-face-attribute 'font-lock-comment-face nil :foreground "#ffd700") 

..它具有灰色的黄色;)

在此处查看屏幕截图:

https://imgur.com/a/DAYioDm

  1. 我想要的颜色
  2. 我得到的颜色

这里是否有一些辅助色?;)

C-u C-x =给我:

             position: 211 of 289 (73%),column: 10                                                                                                                                                                                           
            character: e (displayed as e) (codepoint 101,#o145,#x65)                                                                                                                                                                        
              charset: ascii (ASCII (ISO646 IRV))                                                                                                                                                                                             
code point in charset: 0x65                                                                                                                                                                                                                   
               script: latin                                                                                                                                                                                                                  
               syntax: w        which means: word                                                                                                                                                                                             
             category: .:Base,L:Left-to-right (strong),a:ASCII,l:Latin,r:Roman                                                                                                                                                            
             to input: type "C-x 8 RET 65" or "C-x 8 RET LATIN SMALL LETTER E"                                                                                                                                                                
          buffer code: #x65                                                                                                                                                                                                                   
            file code: #x65 (encoded by coding system undecided-unix)                                                                                                                                                                         
              display: terminal code #x65                                                                                                                                                                                                     
                                                                                                                                                                                                                                              
Character code properties: customize what to show                                                                                                                                                                                             
  name: LATIN SMALL LETTER E                                                                                                                                                                                                                  
  general-category: Ll (Letter,Lowercase)                                                                                                                                                                                                    
  decomposition: (101) ('e')                                                                                                                                                                                                                  
                                                                                                                                                                                                                                              
There is an overlay here:                                                                                                                                                                                                                     
 From 210 to 213                                                                                                                                                                                                                              
  face                 tide-hl-identifier-face                                                                                                                                                                                                
  tide-overlay         sameid                                                                                                                                                                                                                 
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              
There are text properties here:                                                                                                                                                                                                               
  face                 font-lock-function-name-face                                                                                                                                                                                           
  fontified            t        

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...