Advertisement
Guest User

Xresources

a guest
Aug 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. /bin/bash: fotutohint: true
  2. Xft.antialias: 1
  3. Xft.autohint: 0
  4. Xft.hinting: 1
  5. Xft.hintstyle: hintslight
  6. !Xft.dpi: 96
  7. Xft.rgba: rgb
  8. Xft.lcdfilter: lcddefault
  9.  
  10. URxvt.transparent: true
  11. URxvt.shading: 40
  12.  
  13. ! special
  14. *.foreground: #fcdfc6
  15. *.background: #1f1e44
  16. *.cursorColor: #fcdfc6
  17.  
  18. ! black
  19. *.color0: #050404
  20. *.color8: #4a4949
  21.  
  22. ! red
  23. *.color1: #ba071d
  24. *.color9: #ff7162
  25.  
  26. ! green
  27. *.color2: #4eb028
  28. *.color10: #a5ff7b
  29.  
  30. ! yellow
  31. *.color3: #c49047
  32. *.color11: #ffc67a
  33.  
  34. ! blue
  35. *.color4: #164ec3
  36. *.color12: #8298ff
  37.  
  38. ! magenta
  39. *.color5: #665b91
  40. *.color13: #b5a8e3
  41.  
  42. ! cyan
  43. *.color6: #71a498
  44. *.color14: #c2f8ea
  45.  
  46. ! white
  47. *.color7: #9c9988
  48. *.color15: #ffffff
  49.  
  50. URxvt.font: xft:3270Medium\ Nerd\ Font\ Mono:pixelsize=18:minspace=false, xft:DejaVu Sans:pixelsize=14
  51. XTerm.vt100.faceName: xft:3270Medium\ Nerd\ Font\ Mono:pixelsize=18:minspace=false, xft:DejaVu Sans:pixelsize=14
  52. URxvt.scrollBar: false
  53. c
  54. URxvt.iso14755: false
  55. URxvt.internalBorder: 25
  56. URxvt.letterSpace: 0
  57.  
  58. !URxvt.letterSpace: -1
  59. URxvt.lineSpace: 1
  60. ! The letterSpace and lineSpace settings are highly dependent on the font(s) configured above
  61. ! and should be changed or removed as necessary.
  62.  
  63. ! Window size and position
  64. !URxvt*geometry: 60x22+50+100
  65. ! Window size, let the Window Manager position it
  66. URxvt.geometry: 75x30
  67.  
  68. ! scrollback buffer lines - 65535 is max (64 is default)
  69. URxvt.saveLines: 65535
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement