Advertisement
Guest User

xdefault

a guest
Jan 16th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ! --- special colors ---
  2.  
  3. *background: #222222
  4. *foreground: #d9e6f2
  5.  
  6. ! --- standard colors ---
  7.  
  8. ! black
  9. *color0: #191919
  10.  
  11. ! bright_black
  12. *color8: #484848
  13.  
  14. ! red
  15. *color1: #e07c55
  16.  
  17. ! bright_red
  18. *color9: #eaa88e
  19.  
  20. ! green
  21. *color2: #55e07c
  22.  
  23. ! bright_green
  24. *color10: #8eeaa8
  25.  
  26. ! yellow
  27. *color3: #b8e055
  28.  
  29. ! bright_yellow
  30. *color11: #d0ea8e
  31.  
  32. ! blue
  33. *color4: #7c55e0
  34.  
  35. ! bright_blue
  36. *color12: #a88eea
  37.  
  38. ! magenta
  39. *color5: #e055b8
  40.  
  41. ! bright_magenta
  42. *color13: #ea8ed0
  43.  
  44. ! cyan
  45. *color6: #55b8e0
  46.  
  47. ! bright_cyan
  48. *color14: #8ed0ea
  49.  
  50. ! white
  51. *color7: #cdcdcd
  52.  
  53. ! bright_white
  54. *color15: #e7e7e7
  55.  
  56.  
  57. ! ------------------------------------------------------------------------------
  58. ! --- end of terminal colors section -------------------------------------------
  59. ! ------------------------------------------------------------------------------
  60.  
  61. ! fonts
  62. ! run "fc-list" for a list of available fonts
  63. URxvt*font: xft:Terminus:pixelsize=10
  64. URxvt*letterSpace: -3
  65.  
  66. URxvt*scrollBar: False
  67. URxvt*scrollTtyOutput: False
  68. URxvt*scrollTtyKeypress: True
  69. URxvt*secondaryScroll: True
  70. URxvt*saveLines: 8000
  71.  
  72. urxvt*depth: 32
  73. urxvt*background: rgba:0000/0000/0200/c800
  74.  
  75. urxvt*transparent: true
  76. urxvt*shading: 30
  77.  
  78. URxvt.perl-ext-common: default,matcher
  79. URxvt.url-launcher: /usr/bin/firefox
  80. URxvt.matcher.button: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement