我已经开始使用emacs了(大约几天)。我也读过这个主题:在终端模拟器中颜色主题是奇怪的/不正确的。,但我仍然有问题。
我所做的:
操作系统: Debian/KDE4.7/Konsole

有些颜色是错误的: 1.包括2.数字3. def 4.引号“
为什么这个主题显示错误?
发布于 2012-11-30 05:43:01
如果从终端运行Emacs,请确保终端模拟器的颜色方案也设置为使用Solarized。参考资料:https://github.com/sellout/emacs-color-theme-solarized#important-note-for-terminal-users.官方Solarized中没有用于Konsole的调色板,但是还有其他可用的调色板,如这个:https://github.com/phiggins/konsole-colors-solarized。
如果这仍然不起作用,您可以尝试显式设置终端以使用16种颜色,如下所示:
$ TERM=xterm-16color emacs我不知道终端颜色,以解释这是如何和为什么工作,但我可以确定,它确实如此。如果感兴趣的话,这可能有助于解释一些事情:https://github.com/seebi/dircolors-solarized#understanding-solarized-colors-in-terminals。
https://stackoverflow.com/questions/9840566
复制相似问题