Advertisement
Guest User

Untitled

a guest
May 13th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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. ! --- standard colors ---
  9.  
  10. !black
  11. *color0: #222222
  12. *color8: #666666
  13. !red
  14. *color1: #E84F4F
  15. *color9: #D23D3D
  16. !green
  17. *color2: #0C8D64
  18. *color10: #54BE68
  19. !yellow
  20. *color3: #F3CA05
  21. *color11: #F59F03
  22. !blue
  23. *color4: #5199B0
  24. *color12: #54695C
  25. !magenta
  26. *color5: #834753
  27. *color13: #4B3C43
  28. !cyan
  29. *color6: #6D878D
  30. *color14: #42717B
  31. !white
  32. *color7: #F2F1F0
  33. *color15: #b3aa95
  34.  
  35. ! ------------------------------------------------------------------------------
  36. ! --- end of terminal colors section -------------------------------------------
  37. ! ------------------------------------------------------------------------------
  38.  
  39. URxvt.background: [85]#151101
  40. URxvt.foreground: #b3aa95
  41. URxvt.depth: 32
  42. URxvt.scrollBar: false
  43. !URxvt.transparent: true
  44. !URxvt.shading: 40
  45. URxvt.saveLines: 4000
  46. URxvt.cursorBlink: true
  47. URxvt.font: xft:Terminus:pixelsize=14
  48. URxvt.boldFont: xft:Terminus:bold:pixelsize=14
  49. URxvt.termName: xterm
  50. URxvt.url-launcher: /usr/bin/firefox
  51. URxvt.underlineURLs: true
  52.  
  53. Xft.antialias: 1
  54. Xft.autohint: 0
  55. Xft.dpi: 96
  56. Xft.hintstyle: hintfull
  57. Xft.rgba: rgb
  58. Xft.lcdfilter: lcddefault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement