Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
197 B

  1. module['exports'] = {
  2. silly: 'rainbow',
  3. input: 'grey',
  4. verbose: 'cyan',
  5. prompt: 'grey',
  6. info: 'green',
  7. data: 'grey',
  8. help: 'cyan',
  9. warn: 'yellow',
  10. debug: 'blue',
  11. error: 'red'
  12. };