Last active
July 2, 2018 04:07
-
-
Save matthewnitschke/388bed48d30d733b53e7d0d9c522080f to your computer and use it in GitHub Desktop.
hyperterm one dark colors
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
| backgroundColor: '#1E2127', | |
| foregroundColor: '#ABB2BF', | |
| colors: { | |
| black: '#1E2127', | |
| red: '#E06C75', | |
| green: '#98C379', | |
| yellow: '#D19A66', | |
| blue: '#61AFEF', | |
| magenta: '#C678DD', | |
| cyan: '#56B6C2', | |
| white: '#ABB2BF', | |
| lightBlack: '#5C6370', | |
| lightRed: '#E06C75', | |
| lightGreen: '#98C379', | |
| lightYellow: '#D19A66', | |
| lightBlue: '#6A76FB', | |
| lightMagenta: '#C678DD', | |
| lightCyan: '#56B6C2', | |
| lightWhite: '#FFFFFF', | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment