Skip to content

Instantly share code, notes, and snippets.

@jechasteen
Created November 4, 2019 13:06
Show Gist options
  • Save jechasteen/f2f35e339f99ea7a5a23e3c98e05f0f9 to your computer and use it in GitHub Desktop.
Save jechasteen/f2f35e339f99ea7a5a23e3c98e05f0f9 to your computer and use it in GitHub Desktop.
! URxvt Settings
URxvt.termName: rxvt-256color
URxvt.iso14755: False
URxvt.saveLines: 9999
URxvt.scrollstyle: plain
URxvt.scrollBar_right: True
URxvt*scrollWithBuffer: True
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0
URxvt.font: xft:hack:size=10
URxvt.reverseVideo: True
URxvt.perl-ext-common: default,matcher,tabbed
! Low contrast theme, based on Zenburn <http://slinky.imukuppi.org/zenburnpage/>
! ! Modified from <https://gist.github.com/564084>
URxvt.foreground: #0c0c0c
URxvt.color0: #3f3f3f
URxvt.color1: #705050
URxvt.color2: #00b45a
URxvt.color3: #dfcf8f
URxvt.color4: #506070
URxvt.color5: #dc8cc3
URxvt.color6: #8cd0d3
URxvt.color7: #dcdccc
URxvt.color8: #709080
URxvt.color9: #cc5454
URxvt.color10: #4d9f4d
URxvt.color11: #f0dfaf
URxvt.color12: #4186be
URxvt.color13: #ec93d3
URxvt.color14: #93e0e3
URxvt.color15: #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment