Advertisement
alunux

Xdefaults

Nov 8th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ! Xcursor --------------------------------------------------------------------
  2.  
  3. !Cursor
  4. Xcursor.theme: Vainilla-DMZ-AA Xcursor.size: 22
  5.  
  6. ! Xft settings ---------------------------------------------------------------
  7.  
  8. Xft.dpi: 96
  9. Xft.antialias: true
  10. Xft.rgba: rgb
  11. Xft.hinting: true
  12. Xft.hintstyle: hintslight
  13.  
  14. ! Urxvt -----------------------------------------------------------------------
  15.  
  16. !Config Urxvt
  17. !URxvt.depth: 32
  18. !URxvt.background: rgba:1500/1500/1500/fff
  19. URxvt.font: xft: Source Code Pro:pixelsize=10:antialias=true
  20. URxvt.geometry: 81x21
  21. URxvt.scrollBar: true
  22. Urxvt.secondaryScroll: true
  23. URxvt.scrollBar_right: true
  24. URxvt.scrollBar_floating: true
  25. URxvt.scrollstyle: plain
  26. URxvt.scrollColor: #222222
  27. URxvt.cursorColor: #404040
  28.  
  29. !Color fonts
  30. *foreground: grey
  31. *background: #222222
  32. #*background: #1f1f1f
  33. !colors
  34. !black
  35. URxvt*color0: #A67BB5
  36. URxvt*color8: #A67BB5
  37. !red
  38. URxvt*color1: #765E5A
  39. URxvt*color9: #765E5A
  40. !green
  41. URxvt*color2: #85A863
  42. URxvt*color10: #C9FF96
  43. !yellow
  44. URxvt*color3: #A67BB5
  45. URxvt*color11: #C09B65
  46. !blue
  47. URxvt*color4: #71C5F4
  48. URxvt*color12: #67CDE9
  49. !magenta
  50. URxvt*color5: #E2BAF1
  51. URxvt*color13: #ECAEE9
  52. !cyan
  53. URxvt*color6: #21F1EA
  54. URxvt*color14: #36FFFC
  55. !white
  56. URxvt*color7: #717171
  57. URxvt*color15: #717171
  58.  
  59. #copy-paste text
  60.  
  61. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  62.  
  63. URxvt.iso14755: False
  64.  
  65. URxvt.perl-ext-common: default,clipboard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement