Advertisement
Guest User

Xresources

a guest
Apr 26th, 2019
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ! special
  2. *.foreground: #dcdccc
  3. *.background: #283033
  4. *.cursorColor: #dcdccc
  5.  
  6. ! black
  7. *.color0: #666666
  8. *.color8: #888888
  9.  
  10. ! red
  11. *.color1: #ff8278
  12. *.color9: #ff8278
  13.  
  14. ! green
  15. *.color2: #bde077
  16. *.color10: #bde077
  17.  
  18. ! yellow
  19. *.color3: #eadc84
  20. *.color11: #eadc84
  21.  
  22. ! blue
  23. *.color4: #77bee0
  24. *.color12: #77bee0
  25.  
  26. ! magenta
  27. *.color5: #dd91f3
  28. *.color13: #dd91f3
  29.  
  30. ! cyan
  31. *.color6: #ffc178
  32. *.color14: #ffc178
  33.  
  34. ! white
  35. *.color7: #dddddd
  36. *.color15: #cccccc
  37.  
  38. URxvt.scrollBar: false
  39.  
  40. URxvt.background: [70]#000000
  41. URxvt.cursorColor: cyan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement