折腾了几个小时,总算把这两个常用软件的颜色与桌面背景搭配的看着舒服一点了。。
环境:Centos6.3
折腾完之后的效果:
自我感觉良好。不刺眼,能看清所有字,颜色看着蛮舒服(个人喜爱)。
在此记录下urxvt的配置与vim的配色方案!
vim配色方案地址:vim之配色方案Candy
urxvt配置如下:
!!$HOME/.Xresources URxvt.preeditType:Root !!设置输入法 URxvt.inputMethod:ibus !!窗口大小及标题设置 URxvt.geometry: 85x20+60+80 URxvt.title:lepoke-rxvt-unicode !!颜色设置 URxvt.depth:32 URxvt.colorBD:white URxvt.colorUL:Green URxvt.background: black URxvt.foreground: white !!调整透明度 URxvt.inheritPixmap: True URxvt.tintColor: grey URxvt.shading: 80 !URL操作 URxvt.urlLauncher:firefox URxvt.matcher.button:1 !!开启标签功能 URxvt.perl-ext-common: default,tabbed URxvt.tabbed.tab-fg: 10 URxvt.tabbed.tab-bg: 0 URxvt.tabbed.tabbar-fg: 5 !!滚动条设置 URxvt.scrollBar:False URxvt.scrollBar_right:True URxvt.scrollBar_floating:False URxvt.scrollstyle:plain URxvt.saveLines:5000 !!滚屏设置 URxvt.mouseWheelScrollPage:True URxvt.scrollTtyOutput:False URxvt.scrollWithBuffer:True URxvt.scrollTtyKeypress:True !!光标闪烁 URxvt.cursorBlink:True !!边框 URxvt.borderLess: True !!字体设置 Xft.dpi:96 URxvt.font:xft:YaHei Consolas Hybrid:size=13:style=Regular:antialias=true,xft:Microsoft Yahei:size=13 URxvt.boldfont:xft:YaHei Consolas Hybrid:size=13:style=Regular:antialias=true:Bold,xft:Microsoft Yahei:size=13 !!颜色重定义 !Black URxvt.color0: #000000 URxvt.color8: #555753 !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
作者:lepoke 发表于2013-1-27 23:14:55 原文链接阅读:19 评论:0 查看评论