更改Emacs语法高亮颜色 [英] Change Emacs syntax highlighting colors

查看:543
本文介绍了更改Emacs语法高亮颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行Emacs,在C ++模式和PHP模式下编辑文件。我喜欢语法高亮作为一个概念,但默认颜色是travesty。我几乎看不懂一些:太黑了。更改其值的最简单的方法是什么?我似乎不能在网上找到任何关于这一点。我甚至不介意改变二进制文件,因为我正在编译自己的Emacs。我只想找到它说蓝色的地方是#0000FF,并改为#AAAAFF例如。

I'm running Emacs, editing files in C++ mode and PHP mode. I love syntax highlighting as a concept, but the default colors are a travesty. I can barely read some of them: way too dark. What is the easiest way to change their values? I can't seem to find anything about this on the web. I don't even mind changing the binary as I'm compiling my own Emacs. I just want to find the place where it says blue is #0000FF and change it to #AAAAFF for example.

推荐答案

这种事情最容易使用color-theme。

I find it easiest to use color-theme for this sort of thing.

https://www.emacswiki.org/emacs/ColorThemes

但如果您不想这样做,请将光标在违反的文字上,点击 Mx customize-face 。它应该默认为光标所在的面。

But if you don't want to do that, put the cursor over the offending text, hit M-x customize-face. It should default to the face that the cursor is over.

http://www.gnu.org/software/emacs/manual/html_node/emacs/Specific-Customization.html

这篇关于更改Emacs语法高亮颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆