heysynergy

.Xdefaults

Aug 13th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. !Tranzparenz
  2. !URxvt.inheritPixmap: true
  3. URxvt.shading: 0
  4. URxvt.fading: 0
  5.  
  6.  
  7. ! Urxvt
  8. urxvt*foreground: #DDCCBB
  9. !urxvt*background: #0e1112
  10. urxvt*background: #1b1b1b
  11. !URxvt*background: #101213
  12. !urxvt*background: #151515
  13.  
  14. ! black
  15. urxvt*color0: #1b1b1b
  16. urxvt*color8: #6d7676
  17.  
  18. ! red
  19. urxvt*color1: #a65b69
  20. urxvt*color9: #d87789
  21.  
  22. ! green
  23. urxvt*color2: #83a65d
  24. urxvt*color10: #aad879
  25.  
  26. ! yellow
  27. urxvt*color3: #a6a45b
  28. urxvt*color11: #d8d676
  29.  
  30. ! blue
  31. urxvt*color4: #7177a6
  32. urxvt*color12: #949cd9
  33.  
  34. ! magenta
  35. urxvt*color5: #a470a6
  36. urxvt*color13: #d691d8
  37.  
  38. ! cyan
  39. urxvt*color6: #6794a6
  40. urxvt*color14: #87c1d8
  41.  
  42. ! white
  43. urxvt*color7: #a1a1a1
  44. urxvt*color15: #d9d9d9
  45.  
  46. URxvt.termName: rxvt-256color
  47. URxvt.visualBell: true
  48. URxvt.mapAlert: true
  49. URxvt.saveLines: 5000
  50. URxvt.scrollBar: false
  51. URxvt.crsorBlink: true
  52. URxvt.cursorUnderline: true
  53. !URxvt.font: -*-ProFontWindows-*-*-*-*-*-*-*-*-*-*-*-*
  54. !URxvt.boldFont: -*-ProFontWindows-*-*-*-*-*-*-*-*-*-*-*-*
  55. URxvt.font: xft:ProFontWindows:size=7
  56. URxvt.boldFont: xft:ProFontWindows:size=7
  57. URxvt.title: Babylon
  58. URxvt.urgentOnBell: true
  59. URxvt.colorUL: #00BBFF
  60. URxvt.geometry: 98x41
  61. URxvt*borderless: true
  62. URxvt*scrollBar: false
  63.  
  64. ! XTerm
  65. XTerm*font: -*-ProFontWindows-*-*-*-*-11-*-*-*-*-*-*-*
  66. XTerm*cursorUnderLine: true
  67. XTerm*cursorBlink: true
  68. XTerm*colorULMode: true
  69. XTerm*colorUL:#00bbff
  70. XTerm*cursorColor: #00bbff
  71.  
  72. URxvt.perl-ext-common : default,matcher
  73. URxvt.urlLauncher : firefox
  74. URxvt.matcher.button : 1
  75.  
  76. !Xft settings
  77. Xft.autohint: 0
  78. Xft.lcdfilter: lcddefault
  79. Xft.hintstyle: hintfull
  80. Xft.hinting: 1
  81. Xft.antialias: 1
  82. Xft.dpi: 96
  83. Xft.rgba: rgb
Advertisement
Add Comment
Please, Sign In to add comment