Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Xft.dpi: 220
  2. *dpi: 220
  3. URxvt.scrollBar: false
  4. URxvt*font: xft:DejaVu Sans Mono for Powerline:size=14
  5. URxvt.perl-ext-common: dragscroll
  6.  
  7. ! Base16 Materia
  8. ! Scheme: Defman21
  9.  
  10. #define base00 #263238
  11. #define base01 #2c393f
  12. #define base02 #37474f
  13. #define base03 #707880
  14. #define base04 #c9ccd3
  15. #define base05 #cdd3de
  16. #define base06 #d5dbe5
  17. #define base07 #ffffff
  18. #define base08 #ec5f67
  19. #define base09 #ea9560
  20. #define base0A #ffcc00
  21. #define base0B #8bd649
  22. #define base0C #80cbc4
  23. #define base0D #89ddff
  24. #define base0E #82aaff
  25. #define base0F #ec5f67
  26.  
  27. *foreground: base05
  28. #ifdef background_opacity
  29. *background: [background_opacity]base00
  30. #else
  31. *background: base00
  32. #endif
  33. *cursorColor: base05
  34.  
  35. *color0: base00
  36. *color1: base08
  37. *color2: base0B
  38. *color3: base0A
  39. *color4: base0D
  40. *color5: base0E
  41. *color6: base0C
  42. *color7: base05
  43.  
  44. *color8: base03
  45. *color9: base09
  46. *color10: base01
  47. *color11: base02
  48. *color12: base04
  49. *color13: base06
  50. *color14: base0F
  51. *color15: base07
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement