Skip to content

mumc_configyaml>advanced_settings>console_controls>headers>script>formatting>background>color

terrelsa13 edited this page May 13, 2024 · 2 revisions

  • Description
advanced_settings:
  console_controls:
    headers:
      script:
        formatting:
          background:
            color: string
  • Format the console script 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: ''
Clone this wiki locally