Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created June 23, 2012 22:23
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save monokrome/2980322 to your computer and use it in GitHub Desktop.
Save monokrome/2980322 to your computer and use it in GitHub Desktop.
Mimicing iTerm2's pastel color scheme in RXVT/RXVT-Unicode
rxvt.background: #000000
rxvt.foreground: #D3D2D3
rxvt.color0: #000000
rxvt.color1: #FF7768
rxvt.color2: #ABFA68
rxvt.color3: #FFFD88
rxvt.color4: #98D0FE
rxvt.color5: #FF85FD
rxvt.color6: #CACBFE
rxvt.color7: #EFEFEF
rxvt.color8: #848484
rxvt.color9: #FFBCB5
rxvt.color10: #D1FCB1
rxvt.color11: #FFFDD0
rxvt.color12: #BADFFF
rxvt.color13: #FFA9FE
rxvt.color14: #E2E3FE
rxvt.color15: #FFFFFF
rxvt.scrollBar: false
urxvt.background: #000000
urxvt.foreground: #D3D2D3
urxvt.color0: #000000
urxvt.color1: #FF7768
urxvt.color2: #ABFA68
urxvt.color3: #FFFD88
urxvt.color4: #98D0FE
urxvt.color5: #FF85FD
urxvt.color6: #CACBFE
urxvt.color7: #EFEFEF
urxvt.color8: #848484
urxvt.color9: #FFBCB5
urxvt.color10: #D1FCB1
urxvt.color11: #FFFDD0
urxvt.color12: #BADFFF
urxvt.color13: #FFA9FE
urxvt.color14: #E2E3FE
urxvt.color15: #FFFFFF
urxvt.scrollBar: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment