irenegr

myfav.Xdefaults

Nov 25th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ! Xft settings ---------------------------------------------------------------
  2.  
  3. Xft.dpi: 96
  4. Xft.antialias: true
  5. Xft.rgba: rgb
  6. Xft.hinting: true
  7. Xft.hintstyle: hintslight
  8.  
  9. !-------------------------------------------------------------------------------
  10. !
  11. ! U R X V T - Settings
  12. !
  13. URxvt*geometry: 90x25
  14. URxvt*foreground: grey80
  15. URxvt*borderLess: false
  16. URxvt*depth: 32
  17. #URxvt*background: rgba:3f00/3f00/3f00/dddd
  18. #URxvt*background: rgba:1100/1100/1100/cccc
  19. URxvt*scrollBar_right: false
  20. #URxvt*font: xft:Droid Sans Mono - 9
  21. URxvt*font: xft:terminus - 11
  22. #URxvt.font: xft:Inconsolata-10:style=Medium
  23. URxvt*cursorBlink: false
  24. URxvt*cursorUnderline: true
  25. URxvt.scrollBar: false
  26. URxvt*scrollColor: #111111
  27. URxvt*perl-ext-common: default,tabbed,matcher
  28. #URxvt.iconFile: /home/fog/.icons/ACYL_Icon_Theme_0.9.4/scalable/apps/terminal.svg
  29. URxvt.keysym.F11: perl:fullscreen:switch
  30. URxvt.urlLauncher : web
  31. URxvt.matcher.button : 1
  32. URxvt.underlineURLs: true
  33.  
  34. URxvt.tabbed.tabbar-fg: 7
  35. URxvt.tabbed.tabbar-bg: 0
  36. URxvt.tabbed.tab-fg: 7
  37. URxvt.tabbed.tab-bg: 0
  38.  
  39. ! -------
  40. ! Colors
  41. ! -------
  42.  
  43. URxvt*background: [90]#121419
  44.  
  45. !Black
  46. URxvt.color0: #505152
  47. URxvt.color8: #7c7d7e
  48.  
  49. !Red
  50. URxvt.color1: #b63f53
  51. URxvt.color9: #e8909b
  52.  
  53. !Green
  54. URxvt.color2: #51997a
  55. URxvt.color10: #9edcbb
  56.  
  57. !Yellow
  58. URxvt.color3: #b27b42
  59. URxvt.color11: #dcc58f
  60.  
  61. !Blue
  62. URxvt.color4: #5c95b3
  63. URxvt.color12: #a7d8c4
  64.  
  65. !Magenta
  66. URxvt.color5: #b85a86
  67. URxvt.color13: #d9a4c8
  68.  
  69. !Cyan
  70. URxvt.color6: #83a6a7
  71. URxvt.color14: #bbd7d2
  72.  
  73. !White
  74. URxvt.color7: #a4a6a7
  75. URxvt.color15: #e8e6e4
  76. Rxvt.colorUL: 9
Advertisement
Add Comment
Please, Sign In to add comment