Skip to content

Instantly share code, notes, and snippets.

@Siphonay
Created October 8, 2018 13:16
Show Gist options
  • Save Siphonay/62a354e385bd8558f3597c891296015b to your computer and use it in GitHub Desktop.
Save Siphonay/62a354e385bd8558f3597c891296015b to your computer and use it in GitHub Desktop.
rxvt-unicode xrdb configuration to integrate it into the default Ubuntu desktop
! 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
! hide scrollbar
URxvt.scrollBar: false
! set font to ubuntu mono size 12
URxvt.font: xft:ubuntu mono:size=12
! set icon to the adwaita terminal icon
URxvt.iconFile: /usr/share/icons/Adwaita/scalable/apps/terminal.svg
! ubuntu + tango color scheme
! text background and foreground
URxvt.background: #2f0924
URxvt.foreground: #ffffff
! black
URxvt.color0: #2E3436
URxvt.color8: #555753
! red
URxvt.color1: #CC0000
URxvt.color9: #EF2929
! green
URxvt.color2: #4E9A06
URxvt.color10: #8AE234
! yellow
URxvt.color3: #C4A000
URxvt.color11: #FCE94F
! blue
URxvt.color4: #3465A4
URxvt.color12: #729FCF
! magenta
URxvt.color5: #75507B
URxvt.color13: #AD7FA8
! cyan
URxvt.color6: #06989A
URxvt.color14: #34E2E2
! white
URxvt.color7: #D3D7CF
URxvt.color15: #EEEEEC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment