Advertisement
Guest User

.Xdefaults

a guest
Nov 11th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. *foreground: #d8d8d8
  2. *foreground_bold: #d8d8d8
  3. !!*cursor: #a8a19f
  4. *background: #222D31
  5. !!*background: rgba(0, 0, 0, .7)
  6.  
  7. urxvt*depth: 32
  8. urxvt*background: rgba:0000/0000/0200/c800
  9.  
  10. !! black
  11. *color0: #222D31
  12. *color8: #585858
  13. !! red
  14. *color1: #ab4642
  15. *color9: #ab4642
  16. !! green
  17. *color2: #7E807E
  18. *color10: #8D8F8D
  19. !! yellow
  20. *color3: #f7ca88
  21. *color11: #f7ca88
  22. !! blue
  23. *color4: #7cafc2
  24. *color12: #7cafc2
  25. !! magenta
  26. *color5: #ba8baf
  27. *color13: #ba8baf
  28. !! cyan
  29. *color6: #1ABB9B
  30. *color14: #1ABB9B
  31. !! white
  32. *color7: #d8d8d8
  33. *color15: #f8f8f8
  34.  
  35. URxvt.intensityStyles: false
  36. !URxvt.background: [90]#222d32
  37. URxvt.depth: 32
  38. URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=10
  39. URxvt.scrollBar: false
  40. URxvt.cursorColor: white
  41.  
  42. !! Extensions
  43. URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
  44. URxvt.colorUL: #4682B4
  45. !! url-select
  46. URxvt.keysym.M-u: perl:url-select:select_next
  47. URxvt.url-select.launcher: linkhandler
  48. URxvt.url-select.underline: true
  49. !! keyboard-select:
  50. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  51. !! resize-font
  52. URxvt.resize-font.smaller: C-Down
  53. URxvt.resize-font.bigger: C-Up
  54. !! Matcher
  55. URxvt.url-launcher: linkhandler
  56. URxvt.matcher.button: 1
  57.  
  58.  
  59. URxvt.keysym.Shift-Up: command:\033]720;1\007
  60. URxvt.keysym.Shift-Down: command:\033]721;1\007
  61. URxvt.keysym.Control-Up: \033[1;5A
  62. URxvt.keysym.Control-Down: \033[1;5B
  63. URxvt.keysym.Control-Right: \033[1;5C
  64. URxvt.keysym.Control-Left: \033[1;5D
  65.  
  66. URxvt.keysym.Control-Y: eval:paste_clipboard
  67. URxvt.keysym.Meta-W: eval:selection_to_clipboard
  68.  
  69. URxvt.iso14755: false
  70. URxvt.iso14755_52: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement