- 论坛徽章:
- 0
|
可以说urxvt是一个有full features的xterm.
贴一下我的配置,说不定以后还有机会用到。
URxvt.font:xft:NSimSun:pixelsize=12:antialias=true,xft:Sans:pixelsize=12:antialias=true
URxvt.visualBell: False
urxvt.inheritPixmap: true
URxvt.tintColor: white
URxvt.cursorBlink:true
URxvt.fading: 60
URxvt.fadeColor: green
URxvt.scrollBar:false
URxvt.saveLines: 2000
URxvt.borderLess: true
URxvt.colorBD: white
URxvt.colorUL: blue
URxvt.colorIT: green
URxvt.underlineColor: blue
URxvt.background: black
URxvt.foreground: white
URxvt.cursorColor: red3
URxvt.color0: black
URxvt.color1: red3
URxvt.color2: green3
URxvt.color3: yellow3
URxvt.color4: DodgerBlue1
URxvt.color5: magenta3
URxvt.color6: cyan3
URxvt.color7: gray90
URxvt.color8: gray50
URxvt.color9: red
URxvt.color10: green
URxvt.color11: yellow
URxvt.color12: SteelBlue1
URxvt.color13: magenta
URxvt.color14: cyan
URxvt.color15: white
URxvt.reverseVideo: true
URxvt.preeditType: Root
URxvt.mouseWheelScrollPage: True
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6171/showart_111612.html |
|