如何把这个边框的颜色改了

Vim、Emacs配置和使用
回复
头像
yoursaf
帖子: 234
注册时间: 2010-04-01 0:58

如何把这个边框的颜色改了

#1

帖子 yoursaf » 2011-01-27 11:29

如图中圈到的,用的是xemacs这个color-theme,改这边白色边框颜色的是哪一行?看着有点别扭。
Screenshot.jpg

代码: 全选

if ( 信春哥=true )
  {
    得永生;
    不挂科;
    赚大钱;
    不怕磕;
  }
 else
   {
     去死吧;
   }
cuiaoxiang
帖子: 62
注册时间: 2010-02-01 19:08

Re: 如何把这个边框的颜色改了

#2

帖子 cuiaoxiang » 2011-02-26 12:06

(set-face-background 'fringe "#809088")

把 "#809088" 改成你喜欢的颜色
God grant me the serenity to accept the things I cannot change
the courage to change the things I can
the wisdom know the difference
回复