Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ! ██╗░░██╗██████╗░███████╗███████╗░██████╗░██╗░░░██╗██████╗░░██████╗███████╗███████╗
  2. ! ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔═══██╗██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝
  3. ! ░╚███╔╝░██████╔╝█████╗░░███████╗██║░░░██║██║░░░██║██████╔╝██║░░░░░█████╗░░███████╗
  4. ! ░██╔██╗░██╔══██╗██╔══╝░░╚════██║██║░░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░╚════██║
  5. ! ██╔╝░██╗██║░░██║███████╗███████║╚██████╔╝╚██████╔╝██║░░██║╚██████╗███████╗███████║
  6. ! ╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░╚═╝░░╚═╝░╚═════╝╚══════╝╚══════╝
  7. !
  8. ! -----------------------------------
  9. Xft.dpi: 102
  10. !Xft.dpi: 96
  11. Xft.antialias: true
  12. Xft.hinting: true
  13. Xft.rgba: rgb
  14. Xft.autohint: false
  15. Xft.hintstyle: hintfull
  16. Xft.lcdfilter: lcddefault
  17.  
  18. xcursor.theme: Vanilla-DMZ
  19. xscreensaver.fade: false
  20. xscreensaver.unfade: false
  21. ! ===== urxvt =====
  22. URxvt.scrollBar: on
  23. URxvt.font: xft:RobotoMono-Medium:size=11
  24. URxvt.internalBorder: 22
  25. URxvt.depth: 32
  26. URxvt.background: [80]#1D1F28
  27.  
  28. ! =================
  29. #*background: #1D1F28
  30. *foreground: #FDFDFD
  31. *cursorColor: #C574DD
  32. *color0: #282A36
  33. *color1: #F37F97
  34. *color2: #5ADECD
  35. *color3: #F2A272
  36. *color4: #8897F4
  37. *color5: #C574DD
  38. *color6: #79E6F3
  39. *color7: #FDFDFD
  40. *color8: #414458
  41. *color9: #FF4971
  42. *color10: #18E3C8
  43. *color11: #FF8037
  44. *color12: #556FFF
  45. *color13: #B043D1
  46. *color14: #3FDCEE
  47. *color15: #BEBEC1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement