1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | !------------------------------------------------------------------------------
! XFT Settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!------------------------------------------------------------------------------
! URXVT - Settings
URxvt*geometry: 80x25
URxvt*foreground: white
URxvt*background: #151515
URxvt*borderLess: false
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*cursorColor: #ffffff
URxvt*scrollColor: #151515
URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select,vtwheel
URxvt*font: xft:Ohsnap:hinting=true:pixelsize=10:antialias=false
URxvt*boldFont: xft:Ohsnap:style=bold:hinting=true:pixelsize=10:antialias=false
URxvt*italicFont: xft:Ohsnap:style=italic:hinting=true:pixelsize=10:antialias=false
URxvt*boldItalicFont: xft:Ohsnap:style=bolditalic:hinting=true:pixelsize=10:antialias=false
URxvt.underlineURLs: true
URxvt.url-select.launcher: /usr/bin/iceweasel
URxvt.url-select.underline: true
URxvt.keysym.C-c: perl:clipboard:copy
URxvt.keysym.C-p: perl:clipboard:paste
!URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-u: perl:url-select:select_next
!------------------------------------------------------------------------------
! URxvt Colors
!black
URxvt*color0: #303030
URxvt*color8: #474747
!red
URxvt*color1: #BF1E2D
URxvt*color9: #E7212A
!green
URxvt*color2: #D7D7D7
URxvt*color10: #E6E6E6
!yellow
URxvt*color3: #666666
URxvt*color11: #808080
!blue
URxvt*color4: #FFFFFF
URxvt*color12: #ebebeb
!magenta
URxvt*color5: #C3143B
URxvt*color13: #E82752
!cyan
URxvt*color6: #D4D4D4
URxvt*color14: #EDEDED
!white
URxvt*color7: #ebebeb
URxvt*color15: #cccccc
URxvt.colorIT: #87af5f
URxvt.colorBD: #d7d7d7
URxvt.colorUL: #BF1E2D
!------------------------------------------------------------------------------
! General Colors
*foreground: #ebebeb
*background: #151515
!black
*color0: #303030
*color8: #474747
!red
*color1: #BF1E2D
*color9: #E7212A
!green
*color2: #D7D7D7
*color10: #E6E6E6
!yellow
*color3: #666666
*color11: #808080
!blue
*color4: #FFFFFF
*color12: #ebebeb
!magenta
*color5: #C3143B
*color13: #E82752
!cyan
*color6: #D4D4D4
*color14: #EDEDED
!white
*color7: #ebebeb
*color15: #cccccc
!------------------------------------------------------------------------------
! Man pages colors
*VT100.colorBDMode: true
*VT100.colorBD: red
*VT100.colorULMode: true
*VT100.colorUL: magenta
*VT100.veryBoldColors: 6
|
x