Skip to content

Instantly share code, notes, and snippets.

@mike-pete
Created March 22, 2019 21:34
Show Gist options
  • Save mike-pete/f39ac91da7bcbdb632b1ac24b47ffb52 to your computer and use it in GitHub Desktop.
Save mike-pete/f39ac91da7bcbdb632b1ac24b47ffb52 to your computer and use it in GitHub Desktop.
cga colors for js
const cga = {
black: '#000000',
white: '#FFFFFF',
gray: '#555555',
'light-gray': '#AAAAAA',
magenta: '#AA00AA',
'light-magenta':'#FF55FF',
red: '#AA0000',
'light-red': '#FF5555',
brown: '#AA5500',
yellow: '#FFFF55',
green: '#00AA00',
'light-green': '#55FF55',
blue: '#0000AA',
'light-blue': '#5555FF',
cyan: '#00AAAA',
'light-cyan': '#55FFFF',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment