Advertisement
discrust

Xdefaults [fullcolor]

Dec 24th, 2015 (edited)
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. URxvt*termName: rxvt
  2.  
  3. ## borderless and no scrollbar
  4. URxvt*scrollBar_right: false
  5. URxvt*scrollBar: false
  6. URxvt*borderLess: false
  7.  
  8. ## teh transparency stuff
  9. URxvt*inheritPixmap: true
  10. URxvt*tintColor: white
  11. URxvt*shading: 15
  12. URxvt.urlLauncher: iceweasel
  13. ## geometry and font
  14. URxvt*geometry: 120×30
  15.  
  16. URxvt*font: xft:Liberation Mono:pixelsize=10.7:antialias=true:hinting=true:hintstyle=hintfull:dpi=96
  17.  
  18. Xft.
  19. Xft.rgba: rgb
  20. ## change default colors
  21.  
  22. *background: #1b1b1b
  23. *foreground: #7b7b7b
  24.  
  25. !urxvt color scheme:
  26.  
  27. URxvt*background: #2B2B2B
  28. URxvt*foreground: #DEDEDE
  29.  
  30.  
  31.  
  32. ! black
  33. URxvt*color0 : #2E3436
  34. URxvt*color8 : #555753
  35. ! red
  36. URxvt*color1 : #CC0000
  37. URxvt*color9 : #EF2929
  38. ! green
  39. URxvt*color2 : #4E9A06
  40. URxvt*color10 : #8AE234
  41. ! yellow
  42. URxvt*color3 : #C4A000
  43. URxvt*color11 : #FCE94F
  44. ! blue
  45. URxvt*color4 : #3465A4
  46. URxvt*color12 : #729FCF
  47. ! magenta
  48. URxvt*color5 : #75507B
  49. URxvt*color13 : #AD7FA8
  50. ! cyan
  51. URxvt*color6 : #06989A
  52. URxvt*color14 : #34E2E2
  53. ! white
  54. URxvt*color7 : #D3D7CF
  55. URxvt*color15 : #EEEEEC
  56.  
  57. URxvt.perl-ext-common: default,matcher
  58. URxvt.urlLauncher: iceweasel
  59. URxvt.matcher.button: 1
  60. URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  61. URxvt*cursorBlink: true
  62. URxvt*cursorUnderline: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement