Advertisement
Guest User

Xdefaults

a guest
Jan 7th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.44 KB | None | 0 0
  1. ! black
  2. URxvt.color0  : [60]#000000
  3. URxvt.color8  : #555557575353
  4. ! red
  5. URxvt.color1  : #CCCC00000000
  6. URxvt.color9  : #EFEF29292929
  7. ! green
  8. URxvt.color2  : #4E4E9A9A0606
  9. URxvt.color10 : #8A8AE2E23434
  10. ! yellow
  11. URxvt.color3  : #C4C4A0A00000
  12. URxvt.color11 : #FCFCE9E94F4F
  13. ! blue
  14. URxvt.color4  : #34346565A4A4
  15. URxvt.color12 : #72729F9FCFCF
  16. ! magenta
  17. URxvt.color5  : #757550507B7B
  18. URxvt.color13 : #ADAD7F7FA8A8
  19. ! cyan
  20. URxvt.color6  : #D8D8D8
  21. URxvt.color14 : #3434E2E2E2E2
  22. ! white
  23. URxvt.color7  : #D8D8D8
  24. URxvt.color15 : #EEEEEEEEECEC
  25.  
  26. URxvt*foreground:#D8D8D8
  27.  
  28. URxvt.depth: 32
  29. URxvt.background: [95]#000000
  30.  
  31. URxvt*.transparent: True
  32. ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
  33. URxvt*.shading: 80
  34.  
  35. ! fonts
  36. ! run "fc-list" for a list of available fonts
  37. URxvt*font: xft:DejaVu Sans Mono:pixelsize=12
  38. URxvt*boldFont: xft: DejaVu Sans Mono:pixelsize=12
  39. Xft*dpi: 96
  40.  
  41. URxvt*cursorBlink: True
  42.  
  43. URxvt*scrollBar: False
  44. URxvt*scrollTtyOutput: False
  45. URxvt*scrollTtyKeypress: True
  46. URxvt*secondaryScroll: True
  47. URxvt*saveLines: 8000
  48.  
  49. URxvt*internalBorder: 1
  50. URxvt*externalBorder: 1
  51. URxvt*borderColor: #D8D8D8
  52.  
  53. URxvt.perl-ext-common : default,matcher
  54. URxvt.urlLauncher     : luakit
  55. URxvt.matcher.button  : 1
  56.  
  57. ! tabs settings
  58. !URxvt.perl-ext-common : tabbed
  59. !URxvt.tabbed.tabbar-fg: 6
  60. !URxvt.tabbed.tabbar-bg: 0
  61. !URxvt.tabbed.tab-fg:    6
  62. !URxvt.tabbed.tab-bg:    0
  63. !URxvt.tabbed.title: yes
  64. !URxvt.tabbed.autohide: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement