Skip to content

Instantly share code, notes, and snippets.

@reedrw
Created May 17, 2017 22:34
Show Gist options
  • Save reedrw/855270a15847dcbada92fd3d7bce5c89 to your computer and use it in GitHub Desktop.
Save reedrw/855270a15847dcbada92fd3d7bce5c89 to your computer and use it in GitHub Desktop.
_ __
| |/ /________ _________ __ _______________ _____
| // ___/ _ \/ ___/ __ \/ / / / ___/ ___/ _ \/ ___/
_ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )
(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/
! special
*.foreground: #ffffff
*.background: #192024
*.cursorColor: #ffffff
! black
*.color0: #273238
*.color8: #6c7a97
! red
*.color1: #7b8fa7
*.color9: #c9bcab
! green
*.color2: #a97ac9
*.color10: #d57f83
! yellow
*.color3: #cf78c6
*.color11: #ffb9b9
! blue
*.color4: #9aa8b1
*.color12: #8e3348
! magenta
*.color5: #817171
*.color13: #995057
! cyan
*.color6: #f5b6ad
*.color14: #7ab0b0
! white
*.color7: #8c9286
*.color15: #b3aeb1
! fonts
URxvt.font: xft:hack:regular:size=10:antialias=true
URxvt.letterSpace: -1
! cursor
URxvt*cursorUnderline: true
URxvt*cursorBlink: true
! scrollbar
URxvt.scrollBar: false
! borders
URxvt*borderLess: true
! geometry
URxvt*geometry: 90x24
! padding
URxvt.internalBorder: 20
! perl-ext-common
URxvt.perl-ext-common: clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment