okubax

Xresources

Aug 8th, 2014
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ! font settings --------------------------------------------------------------
  2.  
  3. Xft.autohint: true
  4. Xft.antialias: true
  5. Xft.hinting: true
  6. Xft.hintstyle: hintslight
  7. Xft.dpi: 96
  8. Xft.rgba: rgb
  9. Xft.lcdfilter: lcddefault
  10.  
  11. !------------------------------------------------------------------------------
  12. ! URXVT - Settings
  13.  
  14. URxvt.depth: 32
  15. URxvt.background: #181818
  16. URxvt.scrollBar: false
  17. URxvt.perl-ext-common: default,clipboard,matcher
  18. ! URxvt.perl-ext-common: default,clipboard,matcher,tabbed
  19. URxvt.url-launcher: /usr/bin/chromium
  20. URxvt.matcher.button: 1
  21. URxvt.font: xft:consolas:pixelsize=10
  22. URxvt*termName: rxvt-256color
  23.  
  24. !-------------------------------------------------------------------------------
  25. ! Colors
  26.  
  27. *background: #181818
  28. *foreground: #c0c0c0
  29. *cursorColor: #93a1a1
  30.  
  31. !! black dark/light
  32. *color0: #121212
  33. *color8: #2e3436
  34.  
  35. !! red dark/light
  36. *color1: #a35b66
  37. *color9: #ab6b74
  38.  
  39. !! green dark/light
  40. *color2: #99ab6f
  41. *color10: #acb972
  42.  
  43. !! yellow dark/light
  44. *color3: #ca9733
  45. *color11: #ccaa69
  46.  
  47. !! blue dark/light
  48. *color4: #495d6e
  49. *color12: #687987
  50.  
  51. !! magenta dark/light
  52. *color5: #825969
  53. *color13: #977381
  54.  
  55. !! cyan dark/light
  56. *color6: #839191
  57. *color14: #98a4a4
  58.  
  59. !! white dark/light
  60. *color7: #e0e0e0
  61. color15: #e5e5e5
Add Comment
Please, Sign In to add comment