Advertisement
msjche

~/.Xresources.dunzor

Feb 21st, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 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: #45403D
  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. !black
  26. *color0: #313940
  27. *color8: #8D9296
  28. !red
  29. *color1: #C90B08
  30. *color9: #FF0000
  31. !green
  32. *color2: #00BA00
  33. *color10: #00FF00
  34. !yellow
  35. *color3: #FFEE00
  36. *color11: #FFF78A
  37. !blue
  38. *color4: #4043FF
  39. *color12: #808AFF
  40. !magenta
  41. *color5: #BF00BF
  42. *color13: #FF03FF
  43. !cyan
  44. *color6: #00C7C7
  45. *color14: #00FFFF
  46. !white
  47. *color7: #E0E0E0
  48. *color15: #FFFFFF
  49.  
  50.  
  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