Guest User

cac2s

a guest
Dec 20th, 2010
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. !! fonts
  2. Xft.dpi: 86
  3. Xft.antialias: true
  4. Xft.autohint: false
  5. Xft.hinting: true
  6. ! hintnone, hintslight, hintmedium, hintfull
  7. Xft.hintstyle: hintmedium
  8. Xft.rgba: rgb
  9. ! lcdnone, lcddefault, lcdlight, lcdlegacy
  10. Xft.lcdfilter: lcddefault
  11. Xcursor.theme: DMZ-Black
  12.  
  13. !! urxvt
  14. URxvt.termName: rxvt
  15. URxvt.buffered: true
  16. URxvt.saveLines: 10240
  17. URxvt.geomtry: 120x36
  18. Urxvt.cursorBlink: true
  19. urxvt.urgentOnBell: true
  20. URxvt.scrollTtyOutput: false
  21.  
  22. URxvt.font: xft:Terminus:size=9
  23. URxvt.iconFile: ~/.icons/terminal.png
  24. URxvt.scrollBar: false
  25. URxvt.scrollstyle: plain
  26. URxvt.scrollColor: #557FB0
  27. URxvt.scrollBar_right: true
  28. URxvt.perl-ext-common: default,matcher,clipboard
  29. URxvt.matcher.button: 1
  30. URxvt.urlLauncher: firefox
  31.  
  32. URxvt.colorUL: #6da4f2
  33. URxvt.underlineColor: #6da4f2
  34.  
  35. URxvt.background: #262626
  36. URxvt.foreground: #dedede
  37. URxvt.cursorColor: #dedede
  38.  
  39. URxvt.color0: #262626
  40. URxvt.color8: #555555
  41. URxvt.color1: #a42929
  42. URxvt.color9: #ef4545
  43. URxvt.color2: #4e9a06
  44. URxvt.color10: #8ae234
  45. URxvt.color3: #c4a000
  46. URxvt.color11: #fce94f
  47. URxvt.color4: #204a87
  48. URxvt.color12: #729fcf
  49. URxvt.color5: #5c3566
  50. URxvt.color13: #ad7fa8
  51. URxvt.color6: #00a6a6
  52. URxvt.color14: #00d9d9
  53. URxvt.color7: #aaaaaa
  54. URxvt.color15: #ffffff
Advertisement
Add Comment
Please, Sign In to add comment