irenegr

paper_crane .XDefaults

Mar 6th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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: 85x25
  14. URxvt*foreground: #999999
  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: true
  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/utilities-terminal.svg
  29. URxvt.keysym.F11: perl:fullscreen:switch
  30. URxvt.urlLauncher : iceweasel
  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.  
  44. URxvt*background: [90]#0A0907
  45.  
  46. !Black
  47. #URxvt*color0: #3d3e3d
  48. URxvt*color0: #12110D
  49. URxvt*color8: #5a5b5c
  50. !Red
  51. URxvt*color1: #755a5b
  52. URxvt*color9: #a37679
  53. !Green
  54. URxvt*color2: #68755a
  55. URxvt*color10: #87a376
  56. !Yellow
  57. URxvt*color3: #756e5a
  58. URxvt*color11: #a39b76
  59. !Blue
  60. URxvt*color4: #5b6976
  61. URxvt*color12: #758ba3
  62. !Magenta
  63. URxvt*color5: #755b76
  64. URxvt*color13: #9f76a3
  65. !Cyan
  66. URxvt*color6: #5b7674
  67. URxvt*color14: #75a3a1
  68. !White
  69. URxvt*color7: #FFFFFF
  70. URxvt*color15: #aeafb0
  71.  
  72.  
  73. Rxvt.colorUL: 2
Advertisement
Add Comment
Please, Sign In to add comment