Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. !To reload .Xresources
  2. !xrdb ~/.Xresources
  3.  
  4. !Fonts
  5. URxvt.font: xft:VCR_OSD_MONO:size=7
  6.  
  7. !Scroll bar
  8. URxvt.scrollBar: false
  9.  
  10. !Transparency
  11. URxvt.depth: 32
  12. URxvt.background: [95]#000000
  13.  
  14. !Fading
  15. URxvt*fading: 30
  16.  
  17. !Cursor
  18. URxvt*cursorUnderline: true
  19. URxvt*cursorBlink: true
  20. URxvt*cursorColor: #FF0099
  21.  
  22. !!Colors
  23.  
  24. !Background color
  25. URxvt*background: #000000
  26.  
  27. !Font color
  28. URxvt*foreground: #67C8FF
  29.  
  30. !Other colors
  31. URxvt*color0: #000000
  32. URxvt*color1: #FF0000
  33. URxvt*color2: #67C8FF
  34. URxvt*color3: #FF1493
  35. URxvt*color4: #099FFF
  36. URxvt*color5: #CC00FF
  37. URxvt*color6: #099FFF
  38. URxvt*color7: #820571
  39. URxvt*color8: #45013C
  40. URxvt*color9: #099FFF
  41. URxvt*color10: #FF0099
  42. URxvt*color11: #E6FB04
  43. URxvt*color12: #9400D3
  44. URxvt*color13: #DB329D
  45. URxvt*color14: #9400D3
  46. URxvt*color15: #FF0099
  47. URxvt*underlineColor: #FF34B3
  48. URxvt*highlightColor: #191970
  49. URxvt*highlightTextColor: #EE00EE
  50.  
  51. !!Extensions
  52.  
  53. !Fullscreen
  54. URxvt.perl-ext-common: fullscreen
  55. URxvt.keysym.F11: perl:fullscreen:switch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement