Skip to main content

EnvironmentColor

  • Namespace: PPDS.Auth.Profiles
  • Assembly: PPDS.Auth
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Named colors for environment theming. Maps to 16-color terminal palette (works in TUI and VS Code).

Members

Fields

Blue

EnvironmentColor Blue

Blue.

BrightBlue

EnvironmentColor BrightBlue

Bright blue.

BrightCyan

EnvironmentColor BrightCyan

Bright cyan.

BrightGreen

EnvironmentColor BrightGreen

Bright green.

BrightRed

EnvironmentColor BrightRed

Bright red.

BrightYellow

EnvironmentColor BrightYellow

Bright yellow.

Brown

EnvironmentColor Brown

Brown — typically used for Sandbox environments.

Cyan

EnvironmentColor Cyan

Cyan — typically used for Trial environments.

Gray

EnvironmentColor Gray

Gray — the default fallback color.

Green

EnvironmentColor Green

Green — typically used for Development environments.

Red

EnvironmentColor Red

Red — typically used for Production environments.

White

EnvironmentColor White

White.

Yellow

EnvironmentColor Yellow

Yellow — typically used for Test environments.