Skip to content

Instantly share code, notes, and snippets.

@rafaelmartins
Last active November 21, 2016 02:18
Show Gist options
  • Save rafaelmartins/5702105 to your computer and use it in GitHub Desktop.
Save rafaelmartins/5702105 to your computer and use it in GitHub Desktop.
rxvt-unicode settings for gnome-terminal-like colors
URxvt.scrollBar: false
URxvt*background: #000000
URxvt*foreground: #CCCCCC
URxvt*color0: #000000
URxvt*color1: #CC0000
URxvt*color2: #4E9A06
URxvt*color3: #C4A000
URxvt*color4: #3465A4
URxvt*color5: #75507B
URxvt*color6: #06989A
URxvt*color7: #D3D7CF
URxvt*color8: #555753
URxvt*color9: #EF2929
URxvt*color10: #8AE234
URxvt*color11: #FCE94F
URxvt*color12: #729FCF
URxvt*color13: #AD7FA8
URxvt*color14: #34E2E2
URxvt*color15: #EEEEEC
URxvt*font: xft:Monospace:size=10
URxvt*boldFont: xft:Monospace:bold:size=10
URxvt*keysym.Home: \033[1~
URxvt*keysym.End: \033[4~
URxvt*xftAutoHint: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment