Advertisement
msjche

~/.Xresources.zenburn

Feb 27th, 2013
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. !! Fonts
  2. xterm.VT100.renderFont: true
  3. xterm.VT100.faceName: Dejavu Sans Mono
  4. xterm.VT100.faceSize: 10
  5.  
  6. xterm*geometry: 87x28
  7.  
  8. !! Colors !!
  9.  
  10. !! Dunzor
  11. !xterm*background: #000000
  12. !xterm*foreground: #AAAAAA
  13.  
  14. !! Zenburn
  15. xterm*background: #3F3F3F
  16. xterm*foreground: #D9C2B4
  17.  
  18. !!Darkburn
  19. !xterm*background: #1A1817
  20. !xterm*foreground: #B5927D
  21.  
  22. !! Display utf8 symbols
  23. xterm*utf8: 1
  24.  
  25. !! Color Settings
  26.  
  27. !black
  28. *color0: #000000
  29. *color8: #404040
  30. !red
  31. *color1: #AF5F5F
  32. *color9: #FF5F8F
  33. !green
  34. *color2: #7F9F7F
  35. *color10: #87D787
  36. !yellow
  37. *color3: #B3B784
  38. *color11: #CAE682
  39. !blue
  40. *color4: #9393CC
  41. *color12: #93A2CC
  42. !magenta
  43. *color5: #93A2CC
  44. *color13: #A893CC
  45. !cyan
  46. *color6: #87AFD7
  47. *color14: #53DCCD
  48. !white
  49. *color7: #AAAAAA
  50. *color15: #FFFFFF
  51.  
  52. !! URxvt Settings !!
  53.  
  54. ! Urxvt settings
  55. URxvt.depth: 32
  56.  
  57. !Dunzor
  58. !URxvt.background: [85] #000000
  59. !URxvt.foreground: #AAAAAA
  60.  
  61. !Zenburn
  62. Urxvt.background: [85] #1A1817
  63. Urxvt.foreground: #B5927D
  64.  
  65. URxvt.scrollBar: false
  66. URxvt.imLocale: pt_en_US.utf8
  67.  
  68. URxvt.perl-ext-common: default,matcher
  69. URxvt.url-select.launcher: /usr/bin/luakit
  70. URxvt.url-select.underline: true
  71. URxvt.matcher.button: 1
  72.  
  73. URxvt.font: xft:Dejavu Sans Mono:italic:pixelsize=12:antialais=true:hinting=true
  74. URxvt.geometry: 100x35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement