Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Xft.dpi: 96
  2. Xft.antialias: true
  3. Xft.hinting: true
  4. Xft.rgba: rgb
  5. Xft.autohint: false
  6. Xft.hintstyle: hintslight
  7. Xft.lcdfilter: lcddefault
  8.  
  9. XTerm*background: #222D31
  10. XTerm*foreground: #d8d8d8
  11. XTerm*pointerColor: #1ABB9B
  12. XTerm*faceName: Fixed
  13. XTerm*faceSize: 11
  14. XTerm*reverseVideo: on
  15. XTerm*selectToClipboard: true
  16.  
  17. *background: #222D31
  18. *foreground: #d8d8d8
  19. *fading: 8
  20. *fadeColor: black
  21. *cursorColor: #1ABB9B
  22. *pointerColorBackground: #2B2C2B
  23. *pointerColorForeground: #16A085
  24.  
  25. !! black dark/light
  26. *color0: #222D31
  27. *color8: #585858
  28.  
  29. !! red dark/light
  30. *color1: #ab4642
  31. *color9: #ab4642
  32.  
  33. !! green dark/light
  34. *color2: #7E807E
  35. *color10: #8D8F8D
  36.  
  37. !! yellow dark/light
  38. *color3: #f7ca88
  39. *color11: #f7ca88
  40.  
  41. !! blue dark/light
  42. *color4: #7cafc2
  43. *color12: #7cafc2
  44.  
  45. !! magenta dark/light
  46. *color5: #ba8baf
  47. *color13: #ba8baf
  48.  
  49. !! cyan dark/light
  50. *color6: #1ABB9B
  51. *color14: #1ABB9B
  52.  
  53. !! white dark/light
  54. *color7: #d8d8d8
  55. *color15: #f8f8f8
  56.  
  57. Xcursor.theme: xcursor-breeze-snow
  58. Xcursor.size: 0
  59.  
  60. URxvt.depth: 32
  61. URxvt.background: [100]#222D31
  62. URxvt*scrollBar: false
  63. URxvt*mouseWheelScrollPage: false
  64. URxvt*cursorBlink: true
  65. URxvt*background: black
  66. URxvt*foreground: grey
  67. URxvt*saveLines: 5000
  68.  
  69. ! for 'fake' transparency (without Compton) uncomment the following three lines
  70. ! URxvt*inheritPixmap: true
  71. ! URxvt*transparent: true
  72. ! URxvt*shading: 138
  73.  
  74. ! Normal copy-paste keybindings without perls
  75. URxvt.iso14755: false
  76. URxvt.keysym.Shift-Control-V: eval:paste_clipboard
  77. URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
  78.  
  79. !Xterm escape codes, word by word movement
  80. URxvt.keysym.Control-Left: \033[1;5D
  81. URxvt.keysym.Shift-Control-Left: \033[1;6D
  82. URxvt.keysym.Control-Right: \033[1;5C
  83. URxvt.keysym.Shift-Control-Right: \033[1;6C
  84. URxvt.keysym.Control-Up: \033[1;5A
  85. URxvt.keysym.Shift-Control-Up: \033[1;6A
  86. URxvt.keysym.Control-Down: \033[1;5B
  87. URxvt.keysym.Shift-Control-Down: \033[1;6B
  88. URxvt.font: xft:DejaVu Sans:pixelsize=12
  89. URxvt*letterSpace: -1
Add Comment
Please, Sign In to add comment