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 : ac-candidate/selection-face の顔を提供する「monokai-theme」を使用しています