!------------------------------------------------------------------------------- URxvt.depth: 32 URxvt.geometry: 90x30 URxvt.transparent: false URxvt.fading: 0 ! URxvt.urgentOnBell: true ! URxvt.visualBell: true URxvt.loginShell: true URxvt.saveLines: 50 URxvt.internalBorder: 3 URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: false URxvt*font: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1 URxvt.multichar_encoding: utf-8 URxvt.imLocale: zh_CN.UTF-8 ! Fix font space URxvt*letterSpace: -1 ! Scrollbar URxvt.scrollStyle: rxvt URxvt.scrollBar: false ! Perl extensions URxvt.perl-ext-common: default,matcher URxvt.matcher.button: 1 URxvt.urlLauncher: /usr/bin/google-chrome-stable ! Cursor URxvt.cursorBlink: true URxvt.cursorColor: #657b83 URxvt.cursorUnderline: false ! Pointer URxvt.pointerBlank: true !URxvt.inheritPixmap: true !!Source http://github.com/altercation/solarized *background: #002b36 *foreground: #657b83 !!*fading: 40 *fadeColor: #002b36 *cursorColor: #93a1a1 *pointerColorBackground: #586e75 *pointerColorForeground: #93a1a1 !! black dark/light *color0: #073642 *color8: #002b36 !! red dark/light *color1: #dc322f *color9: #cb4b16 !! green dark/light *color2: #859900 *color10: #586e75 !! yellow dark/light *color3: #b58900 *color11: #657b83 !! blue dark/light *color4: #268bd2 *color12: #839496 !! magenta dark/light *color5: #d33682 *color13: #6c71c4 !! cyan dark/light *color6: #2aa198 *color14: #93a1a1 !! white dark/light *color7: #eee8d5 *color15: #fdf6e3
有几个注意的地方是: git
URxvt.per-ext-common: 加入perl扩展,能够在终端打开网址;还有一个tabbed选项,可以在终端增长一个标题栏,加上以后,能够用快捷键 shift + ↓ 打开新的标签,左右切换
URxvt.matcher.button: 1
URxvt.url-launcher: 换成本身的浏览器路径
URxvt.inheritPixmap: 是否开启透明
github
效果图 chrome
透明效果 shell
vim的配色 vim
vim的配色须要到 Solarized 网站下载:http://ethanschoonover.com/solarized
下载好之后,解压缩到 vim-colors-solarized/colors 目录下,复制 solarized.vim 到 ~/.vim/colors 目录下,而后更爱 .vimrc 配置,有两个主题,一个是light,一个是 dark
浏览器
light syntax on set background=light colorscheme solarized dark syntax on set background=dark colorscheme solarized
效果图 网站
dark google
light url
我的感受 light 比较刺眼 ^ ^ spa