如何更改 dabbrev 的 AC(自动完成)颜色我试图在我的 init.el 上更改这些颜色
(set-face-attribute 'ac-dabbrev-menu-face nil :inherit ac-candidate-face :foreground nil)
(set-face-attribute 'ac-dabbrev-selection-face nil :inherit ac-selection-face :background nil)
(set-face-attribute 'ac-etags-candidate-face nil :foreground nil)
(set-face-attribute 'ac-etags-selection-face nil :background nil)
但它没有用,给了我这样的错误。请让我知道是否有办法做到这一点。
PS:我使用的是“monokai-theme”,它提供了 ac-candidate/selection-face 的面孔