Advertisement
ignitionigel

Void Laptop Cyber: .Xresources

Jan 11th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. !! @@@ @@@ @@@@@@@ @@@@@@@@ @@@@@@ @@@@@@
  2. !! @@@ @@@ @@@@@@@@ @@@@@@@@ @@@@@@@ @@@@@@@@
  3. !! @@! !@@ @@! @@@ @@! !@@ @@! @@@
  4. !! !@! @!! !@! @!@ !@! !@! !@! @!@
  5. !! !@@!@! @!@!!@! @!!!:! !!@@!! @!@ !@!
  6. !! @!!! !!@!@! !!!!!: !!@!!! !@! !!!
  7. !! !: :!! !!: :!! !!: !:! !!: !!!
  8. !! :!: !:! :!: !:! :!: !:! :!: !:!
  9. !! :: ::: :: ::: :: :::: :::: :: ::::: ::
  10. !! : :: : : : : :: :: :: : : : : :
  11.  
  12. Xft.dpi: 144
  13. Xft.antialias: true
  14. Xft.hinting: true
  15. Xft.rgba: rgb
  16. Xft.autohint: false
  17. Xft.hintstyle: hintslight
  18. Xft.lcdfilter: lcddefault
  19.  
  20. ! special
  21. !*.foreground: #f600ff
  22. *.foreground: #cccccc
  23. *.background: #070015
  24. *.cursorColor: #777777
  25. !*.cursorColor: #f600ff
  26.  
  27. ! black
  28. *.color0: #551d8d
  29. *.color8: #620598
  30.  
  31. ! red
  32. *.color1: #6600cc
  33. *.color9: #a000ff
  34.  
  35. ! green
  36. *.color2: #6a84ff
  37. *.color10: #4990f4
  38.  
  39. ! yellow
  40. *.color3: #00b7b6
  41. *.color11: #00ff9f
  42.  
  43. ! blue
  44. *.color4: #274a67
  45. *.color12: #3288d2
  46.  
  47. ! magenta
  48. *.color5: #d261f8
  49. *.color13: #ae54ca
  50.  
  51. ! cyan
  52. *.color6: #01907d
  53. *.color14: #02ccb0
  54.  
  55. ! white
  56. *.color7: #9c0883
  57. *.color15: #d064f6
  58.  
  59.  
  60. xterm*font: xft:consolas:Regular:pixelsize=24:antialias=true
  61. xterm*boldFont: xft:consolas:Regular:pixelsize=24:antialias=true
  62. xterm*loginshell: true
  63. !xterm*vt100*geometry:80x50
  64. xterm*boldMode: false
  65. xterm*colorBDMode: true
  66. xterm*colorBD: rgb:fc/fc/fc
  67.  
  68. URxvt.font: xft:consolas:Regular:pixelsize=24:antialias=true
  69. URxvt.boldFont: xft:consolas:Regular:pixelsize=24:antialias=true
  70. !URxvt.letterSpace: 0
  71.  
  72. URxvt.inheritPixmap: true
  73. URxvt.transparent: true
  74. ! URxvt.shading: 0 to 99 darkens, 101 to 200 lightens
  75. URxvt.shading: 20
  76.  
  77. URxvt.scrollBar: false
  78. URxvt.visualBell: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement