Advertisement
ignitionigel

Void Laptop - Clean : .Xresources

Feb 22nd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. ! ~/.Xresources
  2.  
  3. Xft.dpi: 144
  4. Xft.antialias: true
  5. Xft.hinting: true
  6. Xft.rgba: rgb
  7. Xft.autohint: false
  8. Xft.hintstyle: hintslight
  9. Xft.lcdfilter: lcddefault
  10.  
  11. Xcursor.size: 40
  12.  
  13. ! special
  14. *.foreground: #ffffff
  15. *.background: #000000
  16. *.cursorColor: #ffffff
  17.  
  18. ! black
  19. *.color0: #1b1d1e
  20. *.color8: #505354
  21.  
  22. ! red
  23. *.color1: #b80057
  24. *.color9: #ff0079
  25.  
  26. ! green
  27. *.color2: #64b200
  28. *.color10: #8fff00
  29.  
  30. ! yellow
  31. *.color3: #fd971f
  32. *.color11: #fff200
  33.  
  34. ! blue
  35. *.color4: #0066b4
  36. *.color12: #0090ff
  37.  
  38. ! magenta
  39. *.color5: #7000b1
  40. *.color13: #a100ff
  41.  
  42. ! cyan
  43. *.color6: #465457
  44. *.color14: #899ca1
  45.  
  46. ! white
  47. *.color7: #ccccc6
  48. *.color15: #f8f8f2
  49.  
  50.  
  51. xterm*font: xft:Hack:Regular:pixelsize=24:antialias=true
  52. xterm*boldFont: xft:Hack:Regular:pixelsize=24:antialias=true
  53. xterm*loginshell: true
  54. !xterm*vt100*geometry:80x50
  55. xterm*boldMode: false
  56. xterm*colorBDMode: true
  57. xterm*colorBD: rgb:fc/fc/fc
  58.  
  59. URxvt.font: xft:consolas:Regular:pixelsize=24:antialias=true
  60. URxvt.boldFont: xft:consolas:Regular:pixelsize=24:antialias=true
  61. !URxvt.letterSpace: 0
  62.  
  63. URxvt.inheritPixmap: true
  64. URxvt.transparent: true
  65. ! URxvt.shading: 0 to 99 darkens, 101 to 200 lightens
  66. URxvt.shading: 40
  67.  
  68. URxvt.scrollBar: false
  69. URxvt.visualBell: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement