Advertisement
okubax

.Xresources_Dec-14

Dec 1st, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ! urxvt
  2. URxvt.background: #101010
  3. URxvt.foreground: #999993
  4. URxvt.cursorColor: #395573
  5. URxvt.borderColor: #101010
  6. URxvt.colorUL: #31658C
  7. URxvt.borderless: false
  8. URxvt.internalBorder: 3
  9. URxvt.externalBorder: 3
  10. URxvt.scrollBar: false
  11. URxvt.font: xft:terminus:pixelsize=11:antialias=false
  12. URxvt.boldFont: xft:terminus:bold:pixelsize=11:antialias=false
  13.  
  14. ! transparency
  15. !URxvt.transparent: true
  16. !URxvt.tintColor: #101010
  17. !URxvt.shading: 4
  18.  
  19. ! clickable urls
  20. URxvt.perl-ext-common: default,matcher
  21. URxvt.url-launcher: /usr/bin/chromium
  22. URxvt.matcher.button: 1
  23.  
  24. ! tabs
  25. URxvt.tabbed.tabbar-bg: -1
  26. URxvt.tabbed.tabbar-fg: -2
  27. URxvt.tabbed.tab-bg: -2
  28. URxvt.tabbed.tab-fg: -1
  29. URxvt.tabbed.title-bg: -1
  30. URxvt.tabbed.title-fg: -2
  31. URxvt.tabbed.autohide: true
  32. URxvt.tabbed.new-button: false
  33. URxvt.tabbed.title: true
  34.  
  35.  
  36. ! colours
  37. #include "/home/ajibola/.colours/earth.colours"
  38. !#include "/home/ajibola/.colours/jasonwryan.colours"
  39. !#include "/home/ajibola/.colours/thayer.colours"
  40. !#include "/home/ajibola/.colours/necromancer.colours"
  41.  
  42. ! fonts
  43. Xft.dpi: 96
  44. Xft.antialias: true
  45. Xft.rgba: rgb
  46. Xft.hinting: true
  47. Xft.hintstyle: hintslight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement