Advertisement
mrneilypops

Xresources-dwmXS

Aug 10th, 2017
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. !-- boneyard
  2.  
  3. !-- #Xft
  4. !-- -------------------------------------------------------------------------
  5. Xft.dpi : 96
  6. Xft.antialias : true
  7. Xft.rgba : rgb
  8. Xft.hinting : true
  9. Xft.hintstyle : hintslight
  10. Xft.lcdfilter : lcddefault
  11. !-- -------------------------------------------------------------------------
  12.  
  13. ! -----------------------------------------------------------------------------
  14. ! File: gruvbox-dark.xresources
  15. ! Description: Retro groove colorscheme generalized
  16. ! Author: morhetz <morhetz@gmail.com>
  17. ! Source: https://github.com/morhetz/gruvbox-generalized
  18. ! Last Modified: 6 Sep 2014
  19. ! -----------------------------------------------------------------------------
  20.  
  21. ! hard contrast: *background: #1d2021
  22. *background: #282828
  23. ! soft contrast: *background: #32302f
  24. *foreground: #ebdbb2
  25. ! Black + DarkGrey
  26. *color0: #282828
  27. *color8: #928374
  28. ! DarkRed + Red
  29. *color1: #cc241d
  30. *color9: #fb4934
  31. ! DarkGreen + Green
  32. *color2: #98971a
  33. *color10: #b8bb26
  34. ! DarkYellow + Yellow
  35. *color3: #d79921
  36. *color11: #fabd2f
  37. ! DarkBlue + Blue
  38. *color4: #458588
  39. *color12: #83a598
  40. ! DarkMagenta + Magenta
  41. *color5: #b16286
  42. *color13: #d3869b
  43. ! DarkCyan + Cyan
  44. *color6: #689d6a
  45. *color14: #8ec07c
  46. ! LightGrey + White
  47. *color7: #a89984
  48. *color15: #ebdbb2
  49. !-- #Settings
  50. !-- -------------------------------------------------------------------------
  51. !URxvt.background : [90]#121212
  52. URxvt.depth : 32
  53. !URxvt*background : rgba:0000/0000/0200/c800
  54. !URxvt*transparent : true
  55. *.font : xft:ohsnap:pixelsize=12
  56.  
  57. URxvt*.shading : 20
  58. URxvt.scrollBar : false
  59. URxvt.scrollBar_right : true
  60. URxvt.scrollstyle : plain
  61. URxvt.scrollColor : #ffffff
  62. URxvt.cursorUnderline : false
  63. URxvt.cursorBlink : true
  64. !URxvt.cursorColor : #CEC9B2
  65. URxvt*borderless : false
  66. URxvt*geometry : 160x40
  67. URxvt*buffered : true
  68. URxvt*scrollWithBuffer : true
  69. URxvt*scrollTtyKeypress : true
  70. URxvt.internalBorder : 5
  71. URxvt.scrollTtyOutput : false
  72. URxvt.pointerBlank : true
  73. URxvt.underlineURLs : true
  74. !-- -------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement