Advertisement
Guest User

.Xdefaults

a guest
May 3rd, 2016
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. !-------------------------------------------------------------------------------
  2. ! Xft settings
  3. !-------------------------------------------------------------------------------
  4.  
  5. Xft.dpi: 96
  6. Xft.antialias: false
  7. Xft.rgba: rgb
  8. Xft.hinting: full
  9. Xft.hintstyle: hintslight
  10.  
  11. URxvt.depth: 32
  12. URxvt.geometry: 70x16
  13. URxvt.transparent: false
  14. URxvt.fading: 0
  15. ! URxvt.urgentOnBell: true
  16. ! URxvt.visualBell: true
  17. URxvt.loginShell: true
  18. URxvt.saveLines: 50
  19. URxvt.internalBorder: 14
  20. URxvt.lineSpace: 0
  21.  
  22. ! Fonts
  23. URxvt.allow_bold: false
  24. /* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
  25. URxvt*font: xft:lemon:pixelsize=8
  26. URxvt*boldFont: xft:lemon:pixelsize=8
  27.  
  28. ! Fix font space
  29. URxvt*letterSpace: 1
  30.  
  31. ! Scrollbar
  32. URxvt.scrollStyle: rxvt
  33. URxvt.scrollBar: false
  34.  
  35. ! Perl extensions
  36. URxvt.perl-ext-common: default,matcher
  37. URxvt.matcher.button: 1
  38. URxvt.urlLauncher: firefox
  39.  
  40. ! Cursor
  41. URxvt.cursorBlink: true
  42. URxvt.cursorColor: #E2E2E2
  43. URxvt.cursorUnderline: false
  44.  
  45. ! Pointer
  46. URxvt.pointerBlank: true
  47.  
  48. *background: #1d293d
  49. *foreground: #91C9C3
  50. !!*fading: 40
  51. *fadeColor: #002b36
  52. *cursorColor: #e2e2e2
  53. *pointerColorBackground: #586e75
  54. *pointerColorForeground: #93a1a1
  55.  
  56. !colors
  57. !black
  58. URxvt*color0: #666666
  59. URxvt*color8: #808080
  60. !red
  61. URxvt*color1: #CC6666
  62. URxvt*color9: #E67373
  63. !green
  64. URxvt*color2: #66CC99
  65. URxvt*color10: #73E6AC
  66. !yellow
  67. URxvt*color3: #CC9966
  68. URxvt*color11: #F2B679
  69. !blue
  70. URxvt*color4: #6699CC
  71. URxvt*color12: #73ACE6
  72. !magenta
  73. URxvt*color5: #CC6699
  74. URxvt*color13: #E673AC
  75. !cyan
  76. URxvt*color6: #66CCCC
  77. URxvt*color14: #73E6E6
  78. !white
  79. URxvt*color7: #CCCCCC
  80. URxvt*color15: #E6E6E6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement