在 Emacs 中,如何创建将某个颜色常量映射到另一种颜色?
我使用 Emacs 本机 Win 32,但使用 emacs -nw
在 DOS 提示符下运行它。我喜欢它。 但是,我无法轻松读取面部前景的蓝色。现在我喜欢将所有蓝色映射为浅蓝色。
有类似这样的别名吗?
谢谢。
I use Emacs native Win 32, but run it in DOS Prompt using emacs -nw
. I love it.
But, I can not easily read the blue color for a face foreground. And now I like to mapped all blue color, to be lightblue.
Is there some sort of alias like this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为你应该从 颜色主题 包开始,然后选择你喜欢的颜色主题。
稍后您可以通过执行
Mxcustomize-face
来调整某些颜色。命令Mx list-colors-display
将帮助您选择正确的颜色。编辑:您在文本终端上运行 Emacs 吗?那么你可以尝试使用 tty-color-define。不幸的是我无法测试它,因为我的终端上没有 Emacs。
I think you should start with a Color theme package and choose a color theme you like.
Later you can adjust certain colors by doing
M-x customize-face
. The commandM-x list-colors-display
will help you to pick a right color.EDIT: Do you run Emacs on text terminal? Then you may try to use tty-color-define. Unfortunately I cannot test it because I don't have Emacs on the terminal.
如果您想要做的只是像我一样修复迷你缓冲区提示(在终端中的 Cygwin emacs 中默认为深蓝色黑色),请尝试使用以下命令编辑迷你缓冲区提示面:
这是它添加到我的内容中的内容:
If all you want to do is fix the minibuffer prompt like I did (defaults to dark blue on black in Cygwin emacs in a terminal) try editing the minibuffer-prompt face using this:
This is what it added to mine:
如果将其添加到
.emacs
中,所有默认面孔都会适应深色背景:If you add this to your
.emacs
, all default faces will adapt to the dark background: