Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. !-------------------------------------------------------------------------------
  2. !
  3. ! U R X V T
  4. !
  5. ! General
  6. !urxvt*geometry: 80x26
  7. urxvt.termName: rxvt-256color
  8. urxvt.loginShell: true
  9. urxvt.scrollBar: false
  10. urxvt.secondaryScroll: true
  11. urxvt.saveLines: 65535
  12. urxvt.cursorBlink: false
  13. !urxvt.urgentOnBell: true
  14. !urxvt.borderLess: false
  15. !urxvt.borderWidth: 1
  16. !urxvt.internalBorder: 0
  17. URxvt.transparent: true
  18. URxvt.tintColor: #000000
  19. URxvt.shading: 20
  20.  
  21. ! Extensions
  22. urxvt*perl-lib: /usr/lib/urxvt/perl/
  23. urxvt*perl-ext-common: default,matcher,searchable-scrollback
  24. urxvt*urlLauncher: /usr/bin/firefox
  25. urxvt*matcher.button: 1
  26. ! So we catch even nasty URLs
  27. urxvt.cutchars: `()'*<>[]{|}"
  28. URxvt*cutchars: `"()'*<>[]{|}
  29. !
  30. ! Appearance
  31. urxvt.font: -*-lime-*-*-*-*-*-*-*-*-*-*-*-*
  32. urxvt.boldFont: -*-lime-*-*-*-*-*-*-*-*-*-*-*-*
  33. !
  34. ! Cursor
  35. urxvt.cursorColor: #DCDCCC
  36.  
  37. !*background: #1e1e1e
  38. !*foreground: #a0a0a0
  39. !*color0: #1e1e1e
  40. !*color8: #555753
  41. !*color1: #c8202d
  42. !*color9: #a81e30
  43. !*color2: #accd37
  44. !*color10: #d0dd41
  45. !*color3: #f7d325
  46. !*color11: #f5b915
  47. !*color4: #3465A4
  48. !*color12: #729FCF
  49. !*color5: #75507B
  50. !*color13: #AD7FA8
  51. !*color6: #23a3a0
  52. !*color14: #2e8483
  53. !*color7: #9f9f9f
  54. !*color15: #e0e0e0
  55. *foreground: #DDEEDD
  56. *background: #1C1C1C
  57.  
  58. !black
  59. *color0: #1C1C1C
  60. *color8: #4d4d4d
  61. !red
  62. *color1: #D81860
  63. *color9: #F00060
  64. !green
  65. *color2: #B7CE42
  66. *color10: #BDE077
  67. !yellow
  68. *color3: #FEA63C
  69. *color11: #FFE863
  70. !blue
  71. *color4: #66AABB
  72. *color12: #AACCBB
  73. !magenta
  74. *color5: #B7416E
  75. *color13: #BB4466
  76. !cyan
  77. *color6: #5E7175
  78. *color14: #A3BABF
  79. !white
  80. *color7: #DDEEDD
  81. *color15: #6C887A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement