Advertisement
msjche

.Xresources - urxvt

Jun 24th, 2013
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. ! vim: set filetype=xdefaults :
  2.  
  3. URxvt.perl-ext-common : default,keyboard-select,url-select,clipboard
  4.  
  5. URxvt.keysym.M-x : perl:keyboard-select:activate
  6. URxvt.keysym.M-u : perl:url-select:select_next
  7. URxvt.keysym.M-c : perl:clipboard:copy
  8. URxvt.keysym.M-v : perl:clipboard:paste
  9. URxvt.keysym.M-s : perl:keyboard-select:search
  10. URxvt.keysym.M-C-v : perl:clipboard:paste_escaped
  11. URxvt.url-select.launcher : firefox
  12. URxvt.url-select.autocopy : true
  13. URxvt.url-select.underline : true
  14.  
  15. URxvt.geometry : 100x40
  16.  
  17. URxvt.font : xft:Inconsolata:pixelsize=13
  18. URxvt.letterSpace : 0
  19. URxvt.termName : rxvt-256color
  20. URxvt.iso14755 : false
  21.  
  22. URxvt.urgentOnBell: true
  23.  
  24. URxvt.saveLines : 12000
  25. URxvt.scrollBar : false
  26. URxvt.scrollstyle : rxvt
  27.  
  28. !XFT
  29. Xft.lcdfilter : lcddefault
  30. Xft.hintstyle : hintslight
  31. Xft.hinting : true
  32. Xft.antialias : true
  33. Xft.rgba : rgb
  34.  
  35. !Solarized + tangerine + random colours
  36. URxvt.cursorColor : #93A1A1
  37. URxvt*cursorBlink: true
  38.  
  39. URxvt.pointerColorBackground : #586E75
  40. URxvt.urlLuncher: /usr/bin/iceweasel
  41. URxvt.pointerColorForeground : #93A1A1
  42.  
  43. URxvt.Depth : 32
  44. URxvt.background : #404040
  45. URxvt.foreground : #F6F3E8
  46. URxvt*.transparent : True
  47. URxvt*.shading: 20
  48.  
  49. URxvt.colorBD : #FFFFFF
  50. URxvt.colorUL : #CCCC66
  51.  
  52. ! black
  53. URxvt.color0 : #2E3436
  54. URxvt.color8 : #555753
  55.  
  56. ! red
  57. URxvt.color1 : #9e1828
  58. URxvt.color9 : #cf6171
  59.  
  60. ! green
  61. URxvt.color2 : #aece92
  62. URxvt.color10 : #c5f779
  63.  
  64. ! yellow
  65. URxvt.color3 : #968a38
  66. URxvt.color11 : #fff796
  67.  
  68. ! blue
  69. URxvt.color4 : #414171
  70. URxvt.color12 : #4186be
  71.  
  72. ! magenta
  73. URxvt.color5 : #963c59
  74. URxvt.color13 : #cf9ebe
  75.  
  76. ! cyan
  77. URxvt.color6 : #418179
  78. URxvt.color14 : #71bebe
  79.  
  80. ! white
  81. URxvt.color7 : #bebebe
  82. URxvt.color15 : #ffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement