Guest User

.Xresources

a guest
Aug 18th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. !font
  2. URxvt.font: xft:terminus
  3.  
  4. !disable scrollbar
  5. URxvt.scrollBar: false
  6.  
  7. !disable ctrl+shift bind
  8. URxvt.iso14755: false
  9.  
  10. !content and background tones
  11. #define S_base03 #002b36
  12. #define S_base02 #073642
  13. #define S_base01 #586e75
  14. #define S_base00 #657b83
  15. #define S_base0 #839496
  16. #define S_base1 #93a1a1
  17. #define S_base2 #eee8d5
  18. #define S_base3 #fdf6e3
  19.  
  20. !accent colours
  21. #define S_yellow #b58900
  22. #define S_orange #cb4b16
  23. #define S_red #dc322f
  24. #define S_magenta #d33682
  25. #define S_violet #6c71c4
  26. #define S_blue #268bd2
  27. #define S_cyan #2aa198
  28. #define S_green #859900
  29.  
  30. !solarized light
  31. *background: S_base3
  32. *foreground: S_base00
  33. *cursorColor: S_base01
  34. *pointerColorBackground:S_base1
  35. *pointerColorForeground:S_base01
  36.  
  37. !set 16 terminal colors
  38. *color0: S_base02
  39. *color1: S_red
  40. *color2: S_green
  41. *color3: S_yellow
  42. *color4: S_blue
  43. *color5: S_magenta
  44. *color6: S_cyan
  45. *color7: S_base2
  46. *color9: S_orange
  47. *color8: S_base03
  48. *color10: S_base01
  49. *color11: S_base00
  50. *color12: S_base0
  51. *color13: S_violet
  52. *color14: S_base1
  53. *color15: S_base3
Advertisement
Add Comment
Please, Sign In to add comment