mumc_configyaml advanced_settings console_controls headers summary formatting background color - terrelsa13/MUMC GitHub Wiki


  • Description
advanced_settings:
  console_controls:
    headers:
      summary:
        formatting:
          background:
            color: string
  • Format the console summary headers output background color.
  • Available colors are:
    • black
    • red
    • green
    • yellow
    • blue
    • magenta
    • cyan
    • white
    • bright black - Must be supported by your command line utility
    • bright red - Must be supported by your command line utility
    • bright green - Must be supported by your command line utility
    • bright yellow - Must be supported by your command line utility
    • bright blue - Must be supported by your command line utility
    • bright magenta - Must be supported by your command line utility
    • bright cyan - Must be supported by your command line utility
    • bright white - Must be supported by your command line utility
    • default - As defined by your command line utility
    • leave blank - Disabled

Example:

color: 'black'

Example:

color: 'green'

Example:

color: ''
⚠️ **GitHub.com Fallback** ⚠️