Advertisement
Guest User

Untitled

a guest
Nov 25th, 2011
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. !! Global font
  2. *font: -*-montecarlo-medium-*-*-*-*-*-*-*-*-*-*-*-*
  3. !! Global Fore/background color
  4. *background: #191919
  5.  
  6. !!-! URXVT !-!!
  7. !! General settings
  8. !urxvt*font: -*-montecarlo-medium-*-*-*-*-*-*-*-*-*-*-*
  9. urxvt*font: xft: DroidSansMono:size=9:antialias=false
  10. urxvt*allow_bold: false
  11. urxvt*termName: rxvt-256color
  12. urxvt*scrollBar: false
  13. urxvt*matcher.button: 1
  14. URxvt*geometry: 85x16
  15. URxvt.perl-ext-common: default,url-select,clipboard
  16. URxvt.keysym.M-u: perl:url-select:select_next
  17. URxvt.urlLauncher: chromium
  18. URxvt.underlineURLs: true
  19. URxvt.saveLines: 1000
  20. URxvt.scrollBar: False
  21. !! Trasperancy
  22. urxvt*transparent: False
  23. URxvt*inheritPixmap: False
  24. URxvt*shading: 30
  25. URxvt*tintColor: #404040
  26. urxvt*depth: 32
  27. urxvt*background: rgba:1400/1400/1400/ef00
  28. !! Fading
  29. URxvt*fading: 0
  30. URxvt*fadeColor: #202020
  31. !! Fore/background color
  32. URxvt*background: #151515
  33. URxvt*foreground: #999
  34. !Black
  35. URxvt*color0: #101010
  36. URxvt*color8: #505050
  37. !Red
  38. URxvt*color1: #a2363a
  39. URxvt*color9: #ff5b62
  40. !!Green
  41. URxvt*color2: #3ca034
  42. URxvt*color10: #3ed421
  43. !!Yellow
  44. URxvt*color3: #b3930f
  45. URxvt*color11: #f1c719
  46. !!Blue
  47. URxvt*color4: #286f8a
  48. URxvt*color12: #4382c4
  49. !!Magenta
  50. URxvt*color5: #746d76
  51. URxvt*color13: #b287ba
  52. !!Cyan
  53. URxvt*color6: #42ab9e
  54. URxvt*color14: #9bc6c0
  55. !!White
  56. URxvt*color7: #c0c0c0
  57. URxvt*color15: #ffffff
  58.  
  59. !!-! XFT settings !-!!
  60. Xft*dpi: 96
  61. Xft*antialias: true
  62. Xft*hinting: full
  63.  
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement