Last active
April 6, 2018 14:58
-
-
Save zhy0/ffdab4b01f8cf6a6814261d4c4eed0be to your computer and use it in GitHub Desktop.
hyperterm-snazzy color scheme for Xresources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Thanks and credits to https://github.com/sindresorhus/hyperterm-snazzy | |
URxvt*font: xft:Menlo\ for\ Powerline:Regular:pixelsize=12 | |
URxvt*foreground: #eff0eb | |
URxvt*background: #282a36 | |
URxvt*cursorColor: #97979b | |
! Black + DarkGrey | |
URxvt*color0: #282a36 | |
URxvt*color8: #686868 | |
! DarkRed + Red | |
URxvt*color1: #ff5c57 | |
URxvt*color9: #ff5c57 | |
! DarkGreen + Green | |
URxvt*color2: #5af78e | |
URxvt*color10:#5af78e | |
! DarkYellow + Yellow | |
URxvt*color3: #f3f99d | |
URxvt*color11:#f3f99d | |
! DarkBlue + Blue | |
URxvt*color4: #57c7ff | |
URxvt*color12:#57c7ff | |
! DarkMagenta + Magenta | |
URxvt*color5: #ff6ac1 | |
URxvt*color13:#ff6ac1 | |
! DarkCyan + Cyan (both not tango) | |
URxvt*color6: #9aedfe | |
URxvt*color14:#9aedfe | |
! LightGrey + White | |
URxvt*color7: #eff0eb | |
URxvt*color15:#f1f1f0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment