Advertisement
BSDG33KCLUB

Astro Bunny URXVT Scheme for .Xdefault

May 27th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. urxvt*background: #000000
  2. urxvt*foreground: #5D0E89
  3. urxvt*cursorColor: #93a1a1
  4.  
  5. !! black dark/light
  6. urxvt*color0: #2E3436
  7. urxvt*color8: #555753
  8.  
  9. !! red dark/light
  10. urxvt*color1: #CC0000
  11. urxvt*color9: #EF2929
  12.  
  13. !! green dark/light
  14. urxvt*color2: #4E9A06
  15. urxvt*color10: #8AE234
  16.  
  17. !! yellow dark/light
  18. urxvt*color3: #C4A000
  19. urxvt*color11: #FCE94F
  20.  
  21. !! blue dark/light
  22. ! urxvt*color4: #293033
  23. ! urxvt*color12: #303b40
  24. urxvt*color4: #3465A4
  25. urxvt*color12: #729FCF
  26.  
  27. !! magenta dark/light
  28. urxvt*color5: #75507B
  29. urxvt*color13: #AD7FA8
  30.  
  31. !! cyan dark/light
  32. urxvt*color6: #06989A
  33. urxvt*color14: #34E2E2
  34.  
  35. !! white dark/light
  36. urxvt*color7: #D3D7CF
  37. urxvt*color15: #EEEEEC
  38.  
  39. !URxvt*scrollColor: #987867
  40. URxvt*scrollBar: false
  41. !URxvt*scrollBar_right: true
  42. !URxvt*scrollstyle:rxvt
  43. !URxvt*scrollBar_floating: true
  44.  
  45. ! example
  46. URxvt.geometry: 160x50
  47. URxvt*.transparent: true
  48. URxvt*termName: rxvt
  49. ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
  50. URxvt*.shading: 15
  51. URxvt.font: -xos4-terminus-medium-*-normal-*-12-*-*-*-*-*-*-*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement