Advertisement
Arctis

Xresources

Nov 23rd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. URxvt*transparent: False
  2. URxvt*shading: 0
  3. URxvt*font:xft:dejavu sans mono:medium:pixelsize=12
  4. URxvt*boldFont:xft:dejavu sans mono:medium:pixelsize=12
  5. URxvt*cursorBlink: True
  6. URxvt*scrollBar: false
  7. URxvt*internalBorder: 10
  8. URxvt*externalBorder: 0
  9. !URxvt.inputMethod: ibus
  10. URxvt.preeditType: OverTheSpot
  11. URxvt.perl-ext-common:default,matcher
  12. URxvt.url-launcher:/usr/bin/firefox
  13. urxvt*perl-lib: /usr/lib/urxvt/perl/
  14. urxvt*matcher.button: 1
  15. URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  16.  
  17. URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  18. URxvt.keysym.C-Delete: perl:matcher:last
  19. URxvt.keysym.M-Delete: perl:matcher:list
  20. !URxvt*background:#131926
  21. !URxvt*foreground:#B3B3B3
  22. URxvt*geometry: 71x17
  23. URxvt*letterSpace: -1
  24. !URxvt*depth: 32
  25.  
  26. !-- Xft settings -- !
  27. Xft.dpi: 96
  28. !Xft.antialias: true
  29. Xft.rgba: rgb
  30. !Xft.hinting: true
  31. !Xft.hintstyle: hintslight
  32.  
  33. *background: #1f1f1f
  34. *foreground: #c0b18b
  35.  
  36. !black
  37. *color0:#4A3637
  38. *color8:#4A3637
  39.  
  40. !red
  41. *color1:#d17b49
  42. *color9:#d17b49
  43.  
  44. !green
  45. *color2:#7b8748
  46. *color10:#7b8748
  47.  
  48. !yellow
  49. *color3:#af865a
  50. *color11:#af865a
  51.  
  52. !blue
  53. *color4:#535C5C
  54. *color12:#535C5C
  55.  
  56. !magenta
  57. *color5:#775759
  58. *color13:#775759
  59.  
  60. !cyan
  61. *color6:#6d715e
  62. *color14:#6d715e
  63.  
  64. !white
  65. *color7:#c0b18b
  66. *color15:#c0b18b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement