Skip to content

Instantly share code, notes, and snippets.

@einhander
Created September 2, 2014 18:26
Show Gist options
  • Save einhander/bc31af2d84956289f2cc to your computer and use it in GitHub Desktop.
Save einhander/bc31af2d84956289f2cc to your computer and use it in GitHub Desktop.
module('termit.edge')
edge = {'#000000', --black, colour 0
'#c04364', --red
'#64c043', --green
'#c09f43', --yellow
'#4364c0', --blue
'#9f43c0', --magenta
'#43c09f', --cyan
'#d9d9d9', --white, must be grey in mc
'#1c1c1c', --bright black
'#e5b3c0', --bright red
'#c0e5b3', --bright green
'#e5d8b3', --bright yellow
'#b3c0e5', --bright blue
'#d8b3e5', --bright magenta
'#b3e5d8', --bright cyan
'#ffffff'} --bright white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment