Skip to content

Add themes to MicroLogger

Themes Request

This will add themes to MicroLogger, allowing developers to customize the appearance of the output of the log

What will this address?

The need to set software that fits in with the style and potentially comply with colorblindness accessibility.

Checklist

  • Program multiple themes in using resolveLayout()
    • Pipes by @HiItsDevin_
    • Modified version of Pipes
  • Program multiple color options in using configuration variables
    • Custom colors with github.com/fatih/color
    • Option to completely disable color
    • Potentially add options to tint colors according to colorblindness settings.