Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.85 KB | None | 0 0
  1. ! Color theme to be placed in ~/.Xresources file
  2. ! Enable it at runtime with :
  3. ! $ xrdb ~/.Xresources
  4. ! or
  5. ! $ cat ~/.Xresources | xrdb
  6.  
  7.  
  8. ! special
  9. *.foreground:   #ffffff
  10. *.background:   #000000
  11. *.cursorColor:  #ffffff
  12.  
  13. ! black
  14. *.color0:       #053fba
  15. *.color8:       #9fc4d9
  16.  
  17. ! red
  18. *.color1:       #8f9ed7
  19. *.color9:       #a888db
  20.  
  21. ! green
  22. *.color2:       #4979db
  23. *.color10:      #9664d3
  24.  
  25. ! yellow
  26. *.color3:       #0f58ce
  27. *.color11:      #8649cb
  28.  
  29. ! blue
  30. *.color4:       #8ab2fc
  31. *.color12:      #6e31c2
  32.  
  33. ! magenta
  34. *.color5:       #227cd0
  35. *.color13:      #c251bd
  36.  
  37. ! cyan
  38. *.color6:       #52a1dc
  39. *.color14:      #9e32c6
  40.  
  41. ! white
  42. *.color7:       #71b5de
  43. *.color15:      #d65ad6
  44.  
  45.  
  46. URxvt*font: xft:Hack:size=8
  47. URxvt.background:[70]#000000
  48. URxvt.depth:32
  49. URxvt.scrollBar: false
  50. URxvt*fading: 30
  51. URxvt.cursorColor: magenta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement