gpt4 book ai didi

emacs - 在 Emacs ido 模式下更改颜色

转载 作者:行者123 更新时间:2023-12-01 08:17:06 30 4
gpt4 key购买 nike

我已经安装了 Emacs-starter-kit ( https://github.com/technomancy/emacs-starter-kit/ ),并且我已经自定义了配色方案。
但是在 minibuffer 中(在 ido 模式下,这是 Emacs-starter-kit 中的默认设置)红色看起来不同。
screenshot http://xmages.net/storage/10/1/0/5/5/upload/7133d11f.jpg
如何在 ido 迷你缓冲区中自定义颜色并使其看起来与常规缓冲区中的颜色相同?
谢谢。

最佳答案

以下是 ido 的面孔以及我如何在我的 .emacs 中设置它们:

(custom-set-faces
'(ido-subdir ((t (:foreground "#66ff00")))) ;; Face used by ido for highlighting subdirs in the alternatives.
'(ido-first-match ((t (:foreground "#ccff66")))) ;; Face used by ido for highlighting first match.
'(ido-only-match ((t (:foreground "#ffcc33")))) ;; Face used by ido for highlighting only match.
'(ido-indicator ((t (:foreground "#ffffff")))) ;; Face used by ido for highlighting its indicators (don't actually use this)
'(ido-incomplete-regexp ((t (:foreground "#ffffff")))) ;; Ido face for indicating incomplete regexps. (don't use this either)

我通过执行 M-x set-face-foreground RET 然后输入“ido-”并使用完成来获取可用的人脸名称来找到它们。

使用 M-x Customize-face 然后使用上面的完成来使用简单的界面自定义面可能会更简单。

关于emacs - 在 Emacs ido 模式下更改颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8474843/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com