Advertisement
Algabe

Xresources

Jan 16th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. !#####################################################!
  2. ! __ __ !
  3. ! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ !
  4. ! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| !
  5. ! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ !
  6. ! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ !
  7. !#####################################################!
  8. ! Blog: algabe.tumblr.com
  9. !
  10. ! Transparencia
  11. !
  12. URxvt*transparent: False
  13. URxvt.internalBorder: 6
  14. URxvt.borderLess: False
  15. URxvt.externalBorder: 0
  16. URxvt.borderWidth: False
  17. URxvt.allow_bold: True
  18. URxvt.dynamicColors: on
  19. URxvt.boldMode: on
  20. URxvt.inheritPixmap: True
  21. Urxvt.locale: UTF-8
  22.  
  23. ! Extra
  24. URxvt.saveLines: 12000
  25. URxvt.loginShell: True
  26. URxvt.termName: rxvt-unicode
  27. !URxvt.cursorBlink: True
  28. URxvt.imLocale: es_MX.utf-8
  29. URxvt.buffered: True
  30. URxvt.depth: 24
  31. URxvt.reverseVideo: False
  32. !URxvt.tintColor: Gray
  33. URxvt.shading: 16
  34. URxvt.urgentOnBell: True
  35. URxvt.visualBell: True
  36. URxvt.colorMode: on
  37. URxvt.colorBDMode: on
  38. URxvt.colorULMode: on
  39.  
  40. ! Ventana
  41. !URxvt*borderColor: #1E1E1E
  42. !URxvt*colorIT: #A761C2
  43.  
  44. ! TamaΓ±o
  45. !URxvt.geometry: 125x25
  46. URxvt.geometry: 90x20
  47.  
  48. ! Fuentes
  49.  
  50. !URxvt.font: xft:Monospace:pixelsize=10
  51. !URxvt.boldfont: xft:Monospace:pixelsize=10
  52. !URxvt.font: xft:terminus:pixelsize=8
  53. !URxvt.boldfont: xft:terminus:pixelsize=8
  54. !URxvt.font: xft:Tewi:pixelsize=11
  55. URxvt.font: xft:Envypn:pixelsize=8
  56. !URxvt.font: xft:PragmataPro:pixelsize=10
  57. !URxvt.font: xft:GohuFont:pixelsize=7
  58. !URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=9
  59.  
  60. ! Scripts
  61. URxvt.perl-ext-common: default,tabbed,matcher,clipboard,url-select,keyboard-select
  62.  
  63. ! Misc
  64. URxvt.tabbed.tabbar-fg: 16
  65. URxvt.tabbed.tabbar-bg: 4
  66. URxvt.tabbed.tab-fg: 15
  67. URxvt.tabbed.tab-bg: 24
  68. URxvt.tabbed.title: True
  69. !URxvt.letterSpace: -1
  70. !URxvt.title: urxvt
  71.  
  72. ! Abrir Links
  73. URxvt.keysym.M-u: perl:url-select:select_next
  74. URxvt.url-select.launcher: /usr/bin/firefox -new-tab
  75. !URxvt.url-select.launcher: chromium
  76. URxvt.url-select.underline: True
  77. URxvt.matcher.button: 1
  78.  
  79. ! Copiar y Pegar
  80. URxvt.keysym.M-c: perl:clipboard:copy
  81. URxvt.keysym.M-v: perl:clipboard:paste
  82. URxvt.keysym.M-C-p: perl:clipboard:paste_escaped
  83.  
  84. ! Scrollbar
  85. URxvt.scrollstyle: rxvt # default: (rxvt), plain, next, or xterm
  86. URxvt.scrollBar: False
  87. URxvt.scrollBar_right: False
  88. Urxvt.secondaryScroll: False # Enable Shift-PageUp/Down in screen
  89.  
  90. ! XFT settings
  91. Xft.autohint: 1
  92. Xft.lcdfilter: lcddefault
  93. Xft.hintstyle: hintfull
  94. Xft.dpi: 96
  95. Xft.antialias: 1
  96. Xft.rgba: RGB
  97. Xft.hinting: Full
  98.  
  99. URxvt.pointerBlank: True
  100. /* vim: set ts=2 sw=2 tw=0 :*/
  101.  
  102. ! Fondo y Texto
  103. URxvt*background: #454545
  104. URxvt*foreground: #B3B3B3
  105.  
  106. ! Esquema de colores
  107.  
  108. !Black
  109. URxvt*color0: #5F5F5F
  110. URxvt*color8: #898989
  111.  
  112. !Red
  113. URxvt*color1: #C4596E
  114. URxvt*color9: #E3959E
  115.  
  116. !Green
  117. URxvt*color2: #85B99C
  118. URxvt*color10: #A1D8BB
  119.  
  120. !Yellow
  121. URxvt*color3: #E0C188
  122. URxvt*color11: #EDD3B2
  123.  
  124. !Blue
  125. URxvt*color4: #6692B1
  126. URxvt*color12: #8EB8E2
  127.  
  128. !Magenta
  129. URxvt*color5: #B98CC3
  130. URxvt*color13: #CC9CCA
  131.  
  132. !Cyan
  133. URxvt*color6: #88C9C4
  134. URxvt*color14: #B4D5D6
  135.  
  136. !White
  137. URxvt*color7: #D0D0D0
  138. URxvt*color15: #F7F7F7
  139.  
  140. !######################################
  141. ! Otros
  142. URxvt*highlightColor: #757F8E
  143. URxvt*highlightTextColor: #15171A
  144. URxvt*cursorColor: #758A8E
  145. URxvt*pointerColor: #999CA1
  146. URxvt*colorBD: #B8BCC2
  147. URxvt*colorUL: #b5997d
  148. URxvt*underlineColor: #b79276
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement