A collection of scripts and configurations for Bash (and others)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

55 lines
1.1KB

  1. urxvt*scrollBar: false
  2. URxvt.depth: 32
  3. URxvt.background: [85]#2B2B2B
  4. URxvt.foreground: #A2DBB4
  5. URxvt*letterSpace: 0
  6. URxvt*colorUL: #86a2b0
  7. URxvt*font: xft:Source\ Code\ Pro\ for\ Powerline,Source\ Code\ Pro\ Medium:size=11
  8. !! Extensions:
  9. URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
  10. !! url-select
  11. URxvt.keysym.M-u: perl:url-select:select_next
  12. URxvt.url-select.launcher: /usr/bin/chromium
  13. URxvt.url-select.underline: true
  14. !! keyboard-select
  15. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  16. !! matcher
  17. URxvt.url-launcher: /usr/bin/chromium
  18. URxvt.matcher.button: 1
  19. !black
  20. *color0: #2B2B2B
  21. *color8: #0E190E
  22. !red
  23. urxvt*color1: #369D58
  24. urxvt*color9: #216136
  25. !green
  26. urxvt*color2: #34D4CC
  27. urxvt*color10: #12B2B8
  28. !yellow
  29. urxvt*color3: #6BBF59
  30. urxvt*color11: #4D7E42
  31. !blue
  32. urxvt*color4: #4F8F60
  33. urxvt*color12: #228443
  34. !magenta
  35. urxvt*color5: #268745
  36. urxvt*color13: #216136
  37. !cyan
  38. urxvt*color6: #397157
  39. urxvt*color14: #1C6332
  40. !white
  41. *color7: #A2DBB4
  42. *color15: #6AB07C