Advertisement
Guest User

Untitled

a guest
May 28th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ! --- ~/.Xresources ------------------------------------------------------------
  2. ! ------------------------------------------------------------------------------
  3. ! --- generated with 4bit Terminal Color Scheme Designer -----------------------
  4. ! ------------------------------------------------------------------------------
  5. ! --- http://ciembor.github.com/4bit -------------------------------------------
  6. ! ------------------------------------------------------------------------------
  7.  
  8. ! --- special colors ---
  9.  
  10. *background: #07172c
  11. *foreground: #d9e6f2
  12.  
  13. ! --- standard colors ---
  14.  
  15. ! black
  16. *color0: #000000
  17.  
  18. ! bright_black
  19. *color8: #262626
  20.  
  21. ! red
  22. *color1: #8c4b4b
  23.  
  24. ! bright_red
  25. *color9: #a85d5d
  26.  
  27. ! green
  28. *color2: #4b8c4b
  29.  
  30. ! bright_green
  31. *color10: #5da85d
  32.  
  33. ! yellow
  34. *color3: #8c8c4b
  35.  
  36. ! bright_yellow
  37. *color11: #a8a85d
  38.  
  39. ! blue
  40. *color4: #4b4b8c
  41.  
  42. ! bright_blue
  43. *color12: #5d5da8
  44.  
  45. ! magenta
  46. *color5: #8c4b8c
  47.  
  48. ! bright_magenta
  49. *color13: #a85da8
  50.  
  51. ! cyan
  52. *color6: #4b8c8c
  53.  
  54. ! bright_cyan
  55. *color14: #5da8a8
  56.  
  57. ! white
  58. *color7: #d9d9d9
  59.  
  60. ! bright_white
  61. *color15: #ffffff
  62.  
  63.  
  64. ! ------------------------------------------------------------------------------
  65. ! --- end of terminal colors section -------------------------------------------
  66. ! ------------------------------------------------------------------------------
  67. urxvt*depth: 32
  68. urxvt*background: rgba:0000/0000/0200/c800
  69. URxvt.scrollBar: false
  70. URxvt*perl-ext-common: default,matcher,clipboard
  71. urxvt*perl-lib: /usr/lib/urxvt/perl/
  72. urxvt*perl-ext-common: default,matcher
  73. urxvt*urlLauncher: /usr/bin/chromium
  74. urxvt*matcher.button: 1
  75. urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
  76. URxvt*.keysym.C-c: perl:clipboard:copy
  77. URxvt*.keysym.C-v: perl:clipboard:paste
  78. URxvt*font:xft:DejaVu\ Sans\ Mono:bold:pixelsize=14:antialias=true,xft:DejaVu\ Sans\ Mono\ for\ Powerline:bold:pixelsize=14:antialias=true
  79. URxvt*.letterSpace: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement