Advertisement
atm-irbis

Xdefaults [my urxvt config]

May 5th, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Xcursor.theme: Vanilla-DMZ-AA
  2.  
  3. URxvt.scrollBar: false
  4.  
  5. !urxvt color scheme:
  6.  
  7.  
  8. URxvt*background: #2B2B2B
  9. URxvt*foreground: #DEDEDE
  10.  
  11. URxvt*colorUL: #86a2b0
  12.  
  13. ! black
  14. URxvt*color0 : #2E3436
  15. URxvt*color8 : #555753
  16. ! red
  17. URxvt*color1 : #CC0000
  18. URxvt*color9 : #EF2929
  19. ! green
  20. URxvt*color2 : #4E9A06
  21. URxvt*color10 : #8AE234
  22. ! yellow
  23. URxvt*color3 : #C4A000
  24. URxvt*color11 : #FCE94F
  25. ! blue
  26. URxvt*color4 : #3465A4
  27. URxvt*color12 : #729FCF
  28. ! magenta
  29. URxvt*color5 : #75507B
  30. URxvt*color13 : #AD7FA8
  31. ! cyan
  32. URxvt*color6 : #06989A
  33. URxvt*color14 : #34E2E2
  34. ! white
  35. URxvt*color7 : #D3D7CF
  36. URxvt*color15 : #EEEEEC
  37.  
  38. !urxvt fonts:
  39.  
  40. URxvt*font: xft:Monospace:pixelsize=12
  41. URxvt*boldFont: xft:Monospace:bold:pixelsize=12
  42.  
  43.  
  44. !urxvt extensions:
  45.  
  46. URxvt.perl-ext-common: default,matcher,tabbedex
  47.  
  48. !enabling clickable links:
  49.  
  50. URxvt.urlLauncher: /usr/bin/firefox
  51. URxvt.matcher.button: 1
  52.  
  53. !urxvt scrolling options and cursor style:
  54.  
  55. URxvt*saveLines: 12000
  56. URxvt*scrollstyle:plain
  57. URxvt*scrollBar: false
  58. URxvt*cursorBlink: true
  59. URxvt*cursorUnderline: true
  60.  
  61. ! urxvt tabs settings:
  62.  
  63. URxvt.tabbed.tabbar-fg: 2
  64. URxvt.tabbed.tabbar-bg: 0
  65. URxvt.tabbed.tab-fg: 2
  66. URxvt.tabbed.tab-bg: 8
  67. URxvt.tabbed.autohide: yes
  68. URxvt.tabbed.new-button: no
  69. URxvt.tabbed.title: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement