我在 python 模式下使用自动完成 + jedi
我正在徘徊如何更改弹出菜单中第二列的颜色?黄色的:“功能: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")
谢谢!