Skip to content

Instantly share code, notes, and snippets.

@smt923
Last active January 14, 2019 23: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 smt923/45d45cf7f476863725c5b090bbde7e34 to your computer and use it in GitHub Desktop.
Save smt923/45d45cf7f476863725c5b090bbde7e34 to your computer and use it in GitHub Desktop.
starter Xresources for urxvt
! save this file to ~/.Xresources
! load and replace with:
! $ xrdb ~/.Xresources
! or merge to existing settings with:
! $ xrdb -merge ~/.Xresources
! 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
! handle ctrl+arrow like xterm
! more extensive collection: http://www.netswarm.net/misc/urxvt-xtermcompat.txt
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.scrollBar: false
! font families from 'fc-list' will work here after 'xft:'
URxvt.font: xft:Gohu GohuFont:size=10
! Dracula Xresources palette
! or replace with your choice
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment