歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> urxvt及vim配色方案

urxvt及vim配色方案

日期:2017/2/28 14:51:28   编辑:Linux教程

總算把urxvt及vim兩個常用軟件的顏色與桌面背景搭配的看著舒服一點了。

環境:CentOS 6.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

Copyright © Linux教程網 All Rights Reserved