Advertisement
Guest User

xdefaults

a guest
Aug 10th, 2011
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. urxvt*font: xft:lime:pixelsize=6
  2. urxvt*boldFont: xft:lime:pixelsize=6
  3. urxvt*termName: rxvt-unicode
  4. urxvt*background: #171c1f
  5. urxvt*foreground: #ebebeb
  6. urxvt*scrollBar: false
  7. urxvt*matcher.button: 1
  8. urxvt*cursorBlink: true
  9. urxvt*cursorUnderline: true
  10. urxvt*cursorColor: #d6dadf
  11. urxvt*colorBD: #998164
  12. urxvt*internalBorder: 3
  13.  
  14. urxvt*transparent: true
  15. urxvt*allow_bold: true
  16.  
  17. Xft*dpi: 96
  18. Xft*antialias: true
  19. Xft*hinting: full
  20.  
  21. URxvt*urgentOnBell: true
  22. URxvt*inheritPixmap: false
  23. rxvt*tint: black
  24. !URxvt*tintColor: black
  25. rxvt*shading: 80
  26. !URxvt*geometry: 80x17
  27.  
  28.  
  29. #urxvt*background: #2C2C2C
  30. #urxvt*foreground: #CAC7B4
  31.  
  32. !black
  33. URxvt*color0: #343639
  34. URxvt*color8: #56585a
  35. !red
  36. URxvt*color1: #9e6b71
  37. URxvt*color9: #b69094
  38. !green
  39. URxvt*color2: #719e6b
  40. URxvt*color10: #94b690
  41. !yellow
  42. URxvt*color3: #9e986c
  43. URxvt*color11: #b5b18f
  44. !blue
  45. URxvt*color4: #6c8b9e
  46. URxvt*color12: #90a7b6
  47. !magenta
  48. URxvt*color5: #986b9e
  49. URxvt*color13: #b290b6
  50. !cyan
  51. URxvt*color6: #6b9e98
  52. URxvt*color14: #90b6b3
  53. !white
  54. URxvt*color7: #a7aaab
  55. URxvt*color15: #c2c2c0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement