Skip to content

Instantly share code, notes, and snippets.

@misterhat
Created April 9, 2017 20:54
Show Gist options
  • Save misterhat/aaf1b2d24fda6997228f585075fe07a6 to your computer and use it in GitHub Desktop.
Save misterhat/aaf1b2d24fda6997228f585075fe07a6 to your computer and use it in GitHub Desktop.
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.perl-ext: default,matcher
URxvt.url-launcher: sensible-browser
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
URxvt.matcher.button: 1
URxvt.font: xft:Inconsolata:pixelsize=15,xft:Symbola
URxvt.letterSpace: -1
! http://dotshare.it/dots/136/
URxvt*background: #000000
URxvt*foreground: #f8f8f2
! Black
*color0: #1B1D1E
*color8: #505354
! Red
*color1: #ff005f
*color9: #ff6767
! Green
*color2: #afd700
*color10: #8ce25d
! Yellow
*color3: #ff8f00
*color11: #ffb445
! Blue
!*color4: #1165e9
*color4: #0d4eb5
*color12: #5496ff
! Magenta
*color5: #8C54FE
*color13: #9E6FFE
! Cyan
*color6: #4c8ea1
*color14: #6bc1d0
! White
*color7: #d2d2d2
*color15: #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment