gespadas

~/.Xresources

Mar 7th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.90 KB | None | 0 0
  1. URxvt*transparent: false
  2. !URxvt*shading: 10 # 0 to 99 darkens, 101 to 200 lightens
  3.  
  4. URxvt*saveLines: 200
  5.  
  6. URxvt.perl-ext-common: default,matcher,tabbed
  7. URxvt.tabbed.tabbar-fg: 2
  8. URxvt.tabbed.tabbar-bg: 0
  9. URxvt.tabbed.tab-fg:    3
  10. URxvt.tabbed.tab-bg:    0
  11.  
  12. URxvt.perl-ext:      url-select
  13. URxvt.keysym.M-u:    perl:url-select:select_next
  14. URxvt.urlLauncher:   firefox
  15. URxvt.underlineURLs: true
  16.  
  17. !URxvt*tintColor: Blue
  18. !URxvt*foreground: White
  19. !URxvt*background: Blue
  20. !URxvt*color4: RoyalBlue
  21. !URxvt*color12: RoyalBlue
  22.  
  23. URxvt*scrollBar: true
  24. URxvt*scrollBar_right: true
  25. URxvt*scrollstyle:plain
  26.  
  27. URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true:hinting=true
  28. URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
  29. !URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true
  30. !URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
  31. !URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
  32. !URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
  33. !URxvt*font: xft:terminus:pixelsize=15
  34. !URxvt*boldFont: xft:terminus:bold:pixelsize=15
  35. !URxvt*font:-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
  36. !URxvt*boldFont:-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
  37.  
  38. URxvt*iconFile: /usr/share/icons/Faenza/apps/scalable/terminal.svg
  39.  
  40. ! terminal colors ------------------------------------------------------------
  41.  
  42. ! tangoesque scheme
  43. *background: #111111
  44. *foreground: #babdb6
  45. ! Black (not tango) + DarkGrey
  46. *color0:  #000000
  47. *color8:  #555753
  48. ! DarkRed + Red
  49. *color1:  #ff6565
  50. *color9:  #ff8d8d
  51. ! DarkGreen + Green
  52. *color2:  #93d44f
  53. *color10: #c8e7a8
  54. ! DarkYellow + Yellow
  55. *color3:  #eab93d
  56. *color11: #ffc123
  57. ! DarkBlue + Blue
  58. *color4:  #204a87
  59. *color12: #3465a4
  60. ! DarkMangenta + Mangenta
  61. *color5:  #ce5c00
  62. *color13: #f57900
  63. !DarkCyan + Cyan (both not tango)
  64. *color6:  #89b6e2
  65. *color14: #46a4ff
  66. ! LightGrey + White
  67. *color7:  #cccccc
  68. *color15: #ffffff
  69.  
  70. ! Xcursor --------------------------------------------------------------------
  71.  
  72. Xcursor.theme: Vanilla-DMZ-AA
  73. Xcursor.size:  22
  74.  
  75. ! Xft settings ---------------------------------------------------------------
  76.  
  77. Xft.dpi:        96
  78. Xft.antialias:  true
  79. Xft.rgba:       rgb
  80. Xft.hinting:    true
  81. Xft.hintstyle:  hintslight
  82.  
  83. ! xterm ----------------------------------------------------------------------
  84.  
  85. xterm*geometry:           80x25
  86. xterm*faceName:           terminus:bold:pixelsize=14
  87. !xterm*font:              -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
  88. xterm*dynamicColors:      true
  89. xterm*utf8:               2
  90. xterm*eightBitInput:      true
  91. xterm*saveLines:          512
  92. xterm*scrollTtyKeypress:  true
  93. xterm*scrollTtyOutput:    false
  94. xterm*scrollBar:          true
  95. xterm*rightScrollBar:     true
  96. xterm*jumpScroll:         true
  97. xterm*multiScroll:        true
  98. xterm*toolBar:            false
Advertisement
Add Comment
Please, Sign In to add comment