Advertisement
Guest User

Xresources

a guest
Aug 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 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: #ffffff
  15. !*.background: #1d2936
  16. !*.cursorColor: #ffffff
  17.  
  18. ! black
  19. !*.color0: #000000
  20. !*.color8: #303030
  21.  
  22. ! red
  23. !*.color1: #c23c4b
  24. !*.color9: #ff747c
  25.  
  26. ! green
  27. !*.color2: #009470
  28. !*.color10: #73e8bf
  29.  
  30. ! yellow
  31. !*.color3: #a09900
  32. !*.color11: #fdee44
  33.  
  34. ! blue
  35. !*.color4: #2678c8
  36. !*.color12: #6badff
  37.  
  38. ! magenta
  39. !*.color5: #78377a
  40. !*.color13: #ae69af
  41.  
  42. ! cyan
  43. !*.color6: #0085c8
  44. !*.color14: #52baff
  45.  
  46. ! white
  47. !*.color7: #a0a0a0
  48. !*.color15: #d7d7d7
  49.  
  50. ! special
  51. *.foreground: #ffffff
  52. *.background: #515b59
  53. *.cursorColor: #ffffff
  54.  
  55. ! black
  56. *.color0: #000000
  57. *.color8: #303030
  58.  
  59. ! red
  60. *.color1: #c23c4b
  61. *.color9: #ff747c
  62.  
  63. ! green
  64. *.color2: #5cdb95
  65. *.color10: #8ee4af
  66.  
  67. ! yellow
  68. *.color3: #a09900
  69. *.color11: #fdee44
  70.  
  71. ! blue
  72. *.color4: #05396b
  73. *.color12: #6fa5fa
  74.  
  75. ! magenta
  76. *.color5: #5e1e61
  77. *.color13: #ca83ca
  78.  
  79. ! cyan
  80. *.color6: #0085c8
  81. *.color14: #52baff
  82.  
  83. ! white
  84. *.color7: #a0a0a0
  85. *.color15: #d7d7d7
  86.  
  87.  
  88. ! xft:3270Medium Nerd Font:bold:pixelsize=18:minspace=false,
  89. ! xft:3270Medium Nerd Font:pixelsize=18:minspace=false,
  90. URxvt.font: xft:3270Medium\ Nerd\ Font\ Mono:pixelsize=18:minspace=false, xft:DejaVu Sans:pixelsize=14
  91. XTerm.vt100.faceName: xft:3270Medium\ Nerd\ Font\ Mono:pixelsize=18:minspace=false, xft:DejaVu Sans:pixelsize=14
  92. URxvt.scrollBar: false
  93. c
  94. URxvt.iso14755: false
  95. URxvt.internalBorder: 25
  96. URxvt.letterSpace: 0
  97.  
  98. !URxvt.letterSpace: -1
  99. URxvt.lineSpace: 1
  100. ! The letterSpace and lineSpace settings are highly dependent on the font(s) configured above
  101. ! and should be changed or removed as necessary.
  102.  
  103. ! Window size and position
  104. !URxvt*geometry: 60x22+50+100
  105. ! Window size, let the Window Manager position it
  106. URxvt.geometry: 75x30
  107.  
  108. ! scrollback buffer lines - 65535 is max (64 is default)
  109. URxvt.saveLines: 65535
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement