Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !scrollbar
  2. URxvt.scrollBar_right: true
  3. URxvt.scrollstyle: plain
  4.  
  5. ! font
  6. URxvt.font: xft:Dank Mono:size=13
  7.  
  8. ! special
  9. *.foreground:   #424242
  10. *.background:   #f1f1f1
  11. *.cursorColor:  #424242
  12.  
  13. ! black
  14. *.color0:       #212121
  15. *.color8:       #424242
  16.  
  17. ! red
  18. *.color1:       #c30771
  19. *.color9:       #fb007a
  20.  
  21. ! green
  22. *.color2:       #10a778
  23. *.color10:      #5fd7af
  24.  
  25. ! yellow
  26. *.color3:       #918a43
  27. *.color11:      #a99e26
  28.  
  29. ! blue
  30. *.color4:       #008ec4
  31. *.color12:      #20bbfc
  32.  
  33. ! magenta
  34. *.color5:       #523c79
  35. *.color13:      #6855de
  36.  
  37. ! cyan
  38. *.color6:       #20a5ba
  39. *.color14:      #4fb8cc
  40.  
  41. ! white
  42. *.color7:       #d9d9d9
  43. *.color15:      #f1f1f1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement