Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ! Colors
  2. ! URxvt*background: #000000
  3. urxvt*foreground: #D3D3D3
  4.  
  5. ! black dark/light
  6. *color0: #073642
  7. *color8: #002b36
  8.  
  9. ! red dark/light
  10. *color1: #dc322f
  11. *color9: #cb4b16
  12.  
  13. ! green dark/light
  14. *color2: #859900
  15. *color10: #8BA870
  16.  
  17. ! yellow dark/light
  18. *color3: #b58900
  19. *color11: #657b83
  20.  
  21. ! blue dark/light
  22. *color4: #268bd2
  23. *color12: #839496
  24.  
  25. ! magenta dark/light
  26. *color5: #d33682
  27. *color13: #6c71c4
  28.  
  29. ! cyan dark/light
  30. *color6: #2aa198
  31. *color14: #93a1a1
  32. !
  33. ! white dark/light
  34. *color7: #eee8d5
  35. *color15: #fdf6e3
  36.  
  37. ! Transparency
  38. ! urxvt*depth: 32
  39. ! urxvt*background: rgba:0000/0000/0200/c800
  40. urxvt.transparent: true
  41. urxvt*shading: 45
  42.  
  43. ! Scrollbar
  44. URxvt.scrollBar: false
  45.  
  46. ! font
  47. !Urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true
  48. !Urxvt.boldFont: xft.DejaVu Sans Mono:Bold:Pixelsize=12:antialias=true
  49.  
  50. URxvt.font: xft:Terminus:pixelsize=12:antialias=false
  51. URxvt.boldFont: xft:Terminus:Bold:Pixelsize=12:antialias=false
  52.  
  53.  
  54. URxvt*saveLines : 999999
  55.  
  56. ! Clickable URLs
  57. URxvt.perl-ext-common: default,matcher
  58. URxvt.url-launcher: /usr/bin/firefox
  59. URxvt.matcher.button: 1
  60.  
  61.  
  62. ! beeping
  63. URxvt.urgentOnBell: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement