免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 675 | 回复: 0
打印 上一主题 下一主题

一个天蓝色的背景,好看 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-10 08:14 |只看该作者 |倒序浏览
Am 08.07.2007 um 04:47 schrieb Charles Goodrich:
> I am used to black letters on a white background,
On Linux you can use X Resources (look into the GNU Emacs manual,
i.e. C-h i m Emacs and then search for the "Command Line Options and
Arguments" node), which are organised in files like ~/.Xdefaults or
~/.Xresources (depends on the actual code in ~/.xinit or similiar
files (~/.xstart?) which set up the X11 environment).  ~/.Xdefaults
or ~/.Xresources can #include other files with set X application
defaults. A lot "templates" exist in directories like /usr/X11R6/lib/
X11/app-defaults or /usr/X11R7/share/X11/app-defaults.
In the free-form or Lisp section of ~/.emacs you can use for example:
         (setq initial-frame-alist '(
           (mouse-color           . "midnightblue")
           (foreground-color      . "grey20")
           (background-color      . "alice blue")
           (internal-border-width . 2)
           (line-spacing          . 1)
           (active-alpha          . 0.875)
           (inactive-alpha        . 0.75)
           (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-
hiraginomin")
           (top . 25) (left . 650) (width . 91) (height . 50)))
         (setq default-frame-alist '(
           (border-color          . "#4e3831")
           (foreground-color      . "grey10")
           (background-color      . "ghost white")
           (vertical-scroll-bars  . left)
           (cursor-color          . "purple")
           (cursor-type           . box)
           (active-alpha          . 0.75)
           (inactive-alpha        . 0.875)
           (font . "-*-*-medium-r-normal--9-*-*-*-*-*-fontset-
hiraginokaku")
           (top . 50) (left . 150) (width . 89) (height . 56)))


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17248/showart_336966.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP