Windows上Emacs上的背景/前景色问题

时间:2010-09-10 17:36:12

标签: windows emacs

我在Windows上使用Emacs。

在我的.emacs文件中,我更改了背景和前景色。

当我打开Emacs时,颜色发生了变化。

但是当我使用C-x 5 2打开一个新框架时,颜色没有发生变化。

为什么?

1 个答案:

答案 0 :(得分:3)

我就是这样做的:

(setq default-frame-alist
       `((background-color . "darkslateblue")
         (foreground-color . "lightcyan")))