Skip to content

Instantly share code, notes, and snippets.

@matthewnitschke
Last active July 2, 2018 04:07
Show Gist options
  • Select an option

  • Save matthewnitschke/388bed48d30d733b53e7d0d9c522080f to your computer and use it in GitHub Desktop.

Select an option

Save matthewnitschke/388bed48d30d733b53e7d0d9c522080f to your computer and use it in GitHub Desktop.
hyperterm one dark colors
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