Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. !------------------------------------------------------------------------------
  2. ! XFT Settings
  3.  
  4. Xft.dpi: 96
  5. Xft.antialias: true
  6. Xft.rgba: rgb
  7. Xft.hinting: true
  8. Xft.hintstyle: hintslight
  9.  
  10.  
  11. URxvt.perl-ext-common: default,matcher,vtwheel
  12. URxvt.url-launcher: /usr/bin/dwb
  13. URxvt.matcher.button: 1
  14.  
  15.  
  16. URxvt.depth: 32
  17. URxvt.saveLines: 12000
  18. !URxvt.background: [92]#091114
  19.  
  20. !------------------------------------------------------------------------------
  21. ! URXVT - Settings
  22.  
  23. URxvt*geometry: 80x25
  24. URxvt*borderLess: false
  25. URxvt*scrollBar: false
  26. URxvt*cursorBlink: true
  27. URxvt*cursorUnderline: false
  28. URxvt*scrollColor: #151515
  29. URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select,vtwheel
  30. URxvt*font: xft:terminus12:hinting=true:pixelsize=12:antialias=false
  31. URxvt*boldFont: xft:terminus12:style=bold:hinting=true:pixelsize=12:antialias=false
  32. URxvt*italicFont: xft:terminus12:style=italic:hinting=true:pixelsize=12:antialias=false
  33. URxvt*boldItalicFont: xft:terminus12:style=bolditalic:hinting=true:pixelsize=12:antialias=false
  34. URxvt.underlineURLs: true
  35. URxvt.url-select.launcher: /usr/bin/firefox
  36. URxvt.url-select.underline: true
  37. URxvt*keysym.Home: \033[1~
  38. URxvt*keysym.End: \033[4~
  39. !------------------------------------------------------------------------------
  40. ! URxvt Colors
  41.  
  42. *cursorColor: #6d715e
  43. *VT100.colorBDMode: true
  44. *VT100.colorULMode: true
  45. *VT100.colorUL: magenta
  46. *VT100.veryBoldColors: 6
  47.  
  48. *background: [85]#1f1f1f
  49. *foreground: #c0b18b
  50.  
  51. !black
  52. *color0:#4A3637
  53. *color8:#4A3637
  54.  
  55. !red
  56. *color1:#d17b49
  57. *color9:#d17b49
  58.  
  59. !green
  60. *color2:#7b8748
  61. *color10:#7b8748
  62.  
  63. !yellow
  64. *color3:#af865a
  65. *color11:#af865a
  66.  
  67. !blue
  68. *color4:#535C5C
  69. *color12:#535C5C
  70.  
  71. !magenta
  72. *color5:#775759
  73. *color13:#775759
  74.  
  75. !cyan
  76. *color6:#6d715e
  77. *color14:#6d715e
  78.  
  79. !white
  80. *color7:#c0b18b
  81. *color15:#c0b18b
  82.  
  83.  
  84. !------------------------------------------------------------------------------
  85. ! Man pages colors
  86.  
  87. !*VT100.colorBDMode: true
  88. !*VT100.colorBD: red
  89. !*VT100.colorULMode: true
  90. !*VT100.colorUL: magenta
  91. !*VT100.veryBoldColors: 6
Add Comment
Please, Sign In to add comment