无邪的八宝粥 · PyMySQL 连接 OceanBase ...· 3 月前 · |
爱看书的钥匙 · 解决vue keepAlive ...· 1 年前 · |
失望的鸵鸟 · spring boot 提示 could ...· 1 年前 · |
可爱的南瓜 · js捕捉IE窗口失去焦点事件,判断离开页面刷 ...· 1 年前 · |
风流倜傥的高山 · mysql 生成数列_用 SQL ...· 1 年前 · |
在我的
.emacs
文件中,我有以下内容:
(set-foreground-color "#E0DFDB")
(set-background-color "#102372")
当我启动emacs时,默认emacs窗口的配色方案是正确的,但所有新窗口都以白色背景和黑色前景的默认配色方案开始。谁能告诉我如何让emacs在所有新窗口中设置我喜欢的配色方案?注意:如果我在打开一个新窗口后执行
M-x load-file ~/.emacs
,颜色会按照我想要的方式进行设置,但是每次我想打开一个新窗口时手动这样做会让人分心/烦人。
将以下内容添加到您的
.emacs
(add-to-list 'default-frame-alist '(foreground-color . "#E0DFDB"))
(add-to-list 'default-frame-alist '(background-color . "#102372"))
您可能希望查看 http://www.emacswiki.org/emacs/FrameParameters 和其中的链接。
欢迎来到emacs。使用颜色主题可以更好地适应您的环境。 https://www.emacswiki.org/emacs/ColorThemes
Copyright © 2013 - 2023 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号: 粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
扫码关注腾讯云开发者
领取腾讯云代金券