.Xresources 配置文件

安装rxvt-unicode-256color,如果不是这个版本的话VIM配色会显示不正常。

~/.Xresources配置文件如下

 !urxvt color scheme:

 URxvt*background: #2B2B2B
URxvt*foreground: #DEDEDE URxvt*colorUL: #86a2b0 ! black
URxvt*color0 : #2E3436
URxvt*color8 : #
! red
URxvt*color1 : #CC0000
URxvt*color9 : #EF2929
! green
URxvt*color2 : #4E9A06
URxvt*color10 : #8AE234
! yellow
URxvt*color3 : #C4A000
URxvt*color11 : #FCE94F
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC !urxvt fonts: URxvt*font: xft:source code pro:pixelsize=
URxvt*boldFont: xft:source code pro:bold:pixelsize= !urxvt extensions: !URxvt.perl-ext-common: default,matcher,tabbedex !enabling clickable links: URxvt.urlLauncher: /usr/bin/google-chrome
URxvt.matcher.button: !urxvt scrolling options and cursor style: URxvt*saveLines:
URxvt*scrollstyle:plain
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true ! urxvt tabs settings: URxvt.tabbed.tabbar-fg:
URxvt.tabbed.tabbar-bg:
URxvt.tabbed.tab-fg:
URxvt.tabbed.tab-bg:
URxvt.tabbed.autohide: yes
URxvt.tabbed.new-button: no
URxvt.tabbed.title: no
上一篇:两年前实习时的文档——Platform学习总结


下一篇:HTML&CSS布局练习---360导航页面