【问题标题】:color schema of emacs auto-complete modeemacs 自动完成模式的颜色模式
【发布时间】:2015-02-13 00:16:21
【问题描述】:

我在python模式下使用自动完成+绝地

我正在徘徊如何更改弹出菜单中第二列的颜色? 黄色的:“function:posix.closerange”

还有什么叫右侧的黄色弹出窗口?以及如何改变它的颜色?

我发现了这些问题,但它们不是我想要的

(set-face-background 'ac-candidate-face "white")
(set-face-foreground 'ac-candidate-face "black")
;(set-face-underline  'ac-candidate-face "blue")

;(set-face-background 'ac-selection-face "cornflowerblue")
(set-face-foreground 'ac-completion-face "purple")
;(set-face-background 'ac-completion-face "green")

谢谢!

【问题讨论】:

    标签: python emacs autocomplete jedi


    【解决方案1】:

    它们不是自动完成的面孔,而是“弹出面孔”。

    您要查找的第一张面孔是popup-summary-face

    您要更改的第二张脸(黄色背景的那张)是popup-tip-face

    只需发送M-x customize-face RET popup-summary-face,popup-tip-face 即可与他们一起玩。

    【讨论】:

      猜你喜欢
      • 2012-02-06
      • 2012-04-18
      • 1970-01-01
      • 2023-03-12
      • 1970-01-01
      • 2010-09-14
      • 1970-01-01
      • 2014-12-29
      • 2014-12-21
      相关资源
      最近更新 更多