Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # By Marcos Oliveira - terminalroot.com.br
  2. # Depois rode xrdb ~/.Xresources
  3.  
  4. ! special colors
  5. *.foreground: #bfc3bc
  6. *.background: #2d3335
  7. *.cursorColor: #bfc3bc
  8.  
  9. URxvt*scrollBar: false
  10. URxvt*scrollBar_right: false
  11.  
  12. URxvt*transparent: true
  13. URxvt*shading: 10
  14.  
  15. URxvt.font: xft:Monospace:pixelsize=19
  16. URxvt.letterSpace: 0
  17.  
  18. *antialias: true
  19. *autohint: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement