lpfManiak

sora colourscheme

Sep 15th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ! It's very hard to get the background colour right on my monitor because it varies greatly
  2. ! depending on the angle. try the !commented! version if the current one is too dark...
  3. ! Really, the background/foreground pair is the hardest to find with monitor discrepancies,
  4. ! maybe you'll have to tweak it
  5. URxvt.background: #f4f0fe
  6. URxvt.foreground: #4c484b
  7.  
  8. !URxvt.background: #f7f5fb
  9. !URxvt.foreground: #4c484b
  10.  
  11. URxvt.cursorColor: #3d402b
  12.  
  13.  
  14. ! 0: Black
  15. URxvt*color0 : #1c141d
  16. URxvt*color8 : #000000
  17.  
  18. ! 1: Red
  19. URxvt*color1: #a5837f
  20. URxvt*color9: #805e5a
  21.  
  22. ! 2: Green [Purple in this scheme]
  23. URxvt*color2 : #9b97b8
  24. URxvt*color10 : #817ca6
  25.  
  26. ! 3. Yellow/Orange
  27. URxvt*color3: #b8ac98
  28. URxvt*color11: #a6967c
  29.  
  30. ! 4. Blue
  31. URxvt*color4: #98aab8
  32. URxvt*color12: #7c94a6
  33.  
  34. ! 5. Magenta
  35. URxvt*color5 : #a18186
  36. URxvt*color13 : #8f6b71
  37.  
  38. ! 6. Cyan
  39. URxvt*color6 : #98b8ae
  40. URxvt*color14 : #7ca699
  41.  
  42. ! 7. White
  43. URxvt.color7: #d0bbb8
  44. URxvt.color15: #ae8b86
Advertisement
Add Comment
Please, Sign In to add comment