Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
6,635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. !#include "/home/nir/.colors/colored"
  2. !#include "/home/nir/.colors/tron"
  3. !#include "/home/nir/.colors/eup2"
  4. !#include "/home/nir/.colors/nancy"
  5. #include "/home/nir/.colors/hybrid"
  6.  
  7. ! Appearance
  8. URxvt.font: xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true,xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  9. URxvt.imFont: xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true,xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  10. URxvt.boldFont: xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true,xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  11. URxvt.italicFont: xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true,xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  12. URxvt.boldItalicFont: xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true,xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  13.  
  14. URxvt.intensityStyles: false
  15. URxvt.iconFile: /usr/share/icons/Faenza/apps/scalable/terminal.svg
  16. URxvt.boldMode: false
  17. URxvt.skipBuiltinGlyphs: true
  18. URxvt.loginShell: true
  19. URxvt*title: urxvt
  20. URxvt*termName: rxvt-unicode-256color
  21. URxvt*urgentOnBell: true
  22.  
  23. URxvt.borderColor: #050505
  24. URxvt.borderless: false
  25. URxvt.highlightColor: #a761c2
  26. URxvt.highlightTextColor: #151515
  27.  
  28. URxvt.cursorColor: #dedede
  29. URxvt.cursorColor2: #151515
  30. URxvt.cursorBlink: true
  31. URxvt.cursorUnderline: false
  32.  
  33. URxvt.depth: 24
  34. URxvt.internalBorder: 1
  35.  
  36. ! Bold/Italic/Underline Styles
  37. URxvt.colorBD: #ffffff
  38. URxvt.colorIT: #a761c2
  39. URxvt.colorUL: #6d9cbe
  40. URxvt.underlineColor: #333333
  41.  
  42. ! ScrollBar
  43. URxvt.scrollBar: false
  44. URxvt.scrollBar_right: false
  45. URxvt.scrollstyle: plain
  46. URxvt.scrollColor: #ffffff
  47. URxvt.jumpScroll: false
  48.  
  49. URxvt.scrollWithBuffer: true
  50. URxvt.scrollTtyKeypress: true
  51. URxvt.scrollTtyOutput: false
  52.  
  53. URxvt.buffered: true
  54. URxvt.pointerBlank: true
  55. URxvt.underlineURLs: true
  56. URxvt.saveLines: 2048
  57.  
  58. ! Transparency
  59. URxvt.transparent: false
  60.  
  61. ! URLs
  62.  
  63. URxvt.perl-ext: default,url-select,matcher,clipboard,font-size
  64. URxvt.keysym.M-u: perl:url-select:select_next
  65. URxvt.url-select.launcher: /usr/bin/chromium-dev
  66. URxvt.url-select.underline: true
  67. URxvt.keysym.C-Up: perl:font-size:increase
  68. URxvt.keysym.C-Down: perl:font-size:decrease
  69. URxvt.keysym.C-S-Up: perl:font-size:incglobal
  70. URxvt.keysym.C-S-Down: perl:font-size:decglobal
  71. URxvt.iso14755: false
  72. URxvt.iso14755_52: false
  73. URxvt.keysym.M-c: perl:clipboard:copy
  74. URxvt.keysym.M-v: perl:clipboard:paste
  75.  
  76. !-¬
  77. !-----------------------------------------------------------------
  78. !-----------------------------------------------------------------
  79. ! XFT -----------------------------------------------------------¬
  80. !-----------------------------------------------------------------
  81.  
  82. Xft.antialias: true
  83. Xft.autohint: false
  84. Xft.dpi: 96
  85. Xft.hinting: true
  86. Xft.hitstyle: hintslight
  87. Xft.lcdfilter: lcddefault
  88. Xft.rgba: rgb
  89.  
  90. !-¬
  91. !-----------------------------------------------------------------
  92. !-----------------------------------------------------------------
  93. ! Misc ----------------------------------------------------------¬
  94. !-----------------------------------------------------------------
  95.  
  96. Xcursor.size: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement