Skip to content

Instantly share code, notes, and snippets.

@atejeda
Created December 4, 2020 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atejeda/e7612a7e54bc2b6905e0b84e97432535 to your computer and use it in GitHub Desktop.
Save atejeda/e7612a7e54bc2b6905e0b84e97432535 to your computer and use it in GitHub Desktop.
.Xresources
! Extensions
URxvt.perl-ext-common: resize-font
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
!--------------------xdefauls
URxvt.font: xft:terminus:pixelsize=14
urxvt*termName: rxvt
urxvt*scrollBar: false
urxvt*matcher.button: 1
urxvt.transparent: false
urxvt.boldFont:
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: true
Xft*hintstyle: hintfull
URxvt*cursorUnderline: true
Xft*rgba: rgb
URxvt*geometry: 85x20
*internalBorder: 10
URxvt*fading: 0
URxvt*tintColor: #ffffff
URxvt*shading: 0
URxvt*inheritPixmap: False
URxvt.color0: #3B444F
URxvt.color8: #4A585A
URxvt.color1: #D8B795
URxvt.color9: #D8B795
URxvt.color2: #A5AF86
URxvt.color10: #BDC79E
URxvt.color3: #CD7860
URxvt.color11: #E88773
URxvt.color4: #7A9388
URxvt.color12: #94B1A3
URxvt.color5: #75434C
URxvt.color13: #BB6C73
URxvt.color6: #767D75
URxvt.color14: #9DA69E
URxvt.color7: #C2C2A8
URxvt.color15: #DBDAC1
URxvt.background: #252525
URxvt.foreground: #a3a6ab
URxvt..colorUL: #95b9cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment