Guest User

Untitled

a guest
Oct 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. ! General
  2. !urxvt*termName: rxvt-256color
  3. urxvt*loginShell: true
  4. urxvt*scrollBar: false
  5. urxvt*secondaryScroll: true
  6. urxvt*saveLines: 65535
  7. urxvt*cursorBlink: false
  8. urxvt*urgentOnBell: true
  9. !urxvt*override-redirect:false
  10. !urxvt*borderLess: false
  11. !urxvt*internalBorder: 0
  12. !urxvt*externalBorder: 0
  13.  
  14. ! Extensions
  15. urxvt*perl-lib: /usr/lib/urxvt/perl/
  16. urxvt*perl-ext-common: default,matcher,searchable-scrollback
  17. urxvt*urlLauncher: /usr/bin/firefox
  18. urxvt*matcher.button: 1
  19. ! - catch ugly URLs
  20. urxvt.cutchars: `()'*<>[]{|}"
  21.  
  22. ! Appearance
  23. ! - use a bitmap font
  24. urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
  25. urxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
  26. ! - use xft for drawing fonts
  27. !urxvt*font: xft:Terminus:8
  28. ! - cursor
  29. urxvt*cursorColor: #DCDCCC
  30. ! - pseudo transparency
  31. !urxvt*shading: 50
  32. !urxvt*transparent:true
  33. !
  34. ! - color scheme
  35. urxvt.background: #000000
  36. urxvt.foreground: #EBEBFF
  37. ! black + red
  38. !urxvt*color0: #3f3f3f
  39. urxvt*color0: #000000
  40. urxvt*color1: #e01010
  41. ! green + yellow
  42. urxvt*color2: #00AA00
  43. urxvt*color3: #FFFF00
  44. ! blue + purple
  45. urxvt*color4: #112037
  46. urxvt*color5: #A020F0
  47. ! cyan + white
  48. urxvt*color6: #5B5BC7
  49. urxvt*color7: #fefefe
  50. ! bright-black + bright-red
  51. urxvt*color8: #6a6a6a
  52. urxvt*color9: #FF5555
  53. ! bright-green + bright-yellow
  54. urxvt*color10: #90EE90
  55. urxvt*color11: #ffff2f
  56. ! bright-blue + bright-purple
  57. urxvt*color12: #5B5BC7
  58. urxvt*color13: #e628ba
  59. ! bright-cyan + bright-white
  60. urxvt*color14: #7D7DFB
  61. urxvt*color15: #ffffff
Add Comment
Please, Sign In to add comment