Advertisement
Gorgatron

Arch .Xresources

Dec 19th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ! rxvt-unicode ---------------------------------------------------------------
  2. !! Makes URLs Openable via FireFox
  3. URxvt.perl-ext-common: default,matcher
  4. URxvt.urlLauncher: /usr/bin/firefox
  5. URxvt.matcher.button: 1
  6.  
  7. ! font preference
  8. URxvt.font: xft:termsyn:size=8
  9. URxvt.boldfont: xft:termsyn:bold:size=8
  10. !!urxvt.font: -*-termsyn-medium-*-*-*-11-*-*-*-*-*-iso8859-2
  11. !!urxvt.boldFont: -*-termsyn-bold-*-*-*-11-*-*-*-*-*-iso8859-2
  12.  
  13. !!URxvt*termName: rxvt
  14.  
  15. !! borderless and no scrollbar
  16. !!URxvt*scrollBar_right: false
  17. URxvt*scrollBar: false
  18. URxvt*borderLess: false
  19.  
  20.  
  21. !!URxvt.foreground: #FFFFFF
  22. !!URxvt.transparent: true
  23. !!URxvt.shading: 5
  24. !!URxvt.tintColor: #FFFFFF
  25. !!URxvt.depth: 32
  26. !!URxvt.background: rgba:0d00/0d00/0d00/eeee
  27.  
  28.  
  29.  
  30. !black
  31. *color0: #222222
  32. *color8: #666666
  33. !red
  34. *color1: #E84F4F
  35. *color9: #D23D3D
  36. !green
  37. *color2: #B7CE42
  38. *color10: #BDE077
  39. !yellow
  40. *color3: #FEA63C
  41. *color11: #FFE863
  42. !blue
  43. *color4: #204a87
  44. *color12: #3465a4
  45. !magenta
  46. *color5: #B7416E
  47. *color13: #E16A98
  48. !cyan
  49. *color6: #6D878D
  50. *color14: #42717B
  51. !white
  52. *color7: #DDDDDD
  53. *color15: #CCCCCC
  54.  
  55. urxvt.background: #111111
  56. urxvt.foreground: #FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement