9 references to DarkYellow
dotnet (2)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
57
TerminalColor.DarkYellow => ConsoleColor.
DarkYellow
,
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
939
ConsoleColor.
DarkYellow
=> TerminalColor.DarkYellow,
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
167
ConsoleColor.
DarkYellow
=> "\x1B[33m",
187
ConsoleColor.
DarkYellow
=> "\x1B[43m",
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
346
case ConsoleColor.
DarkYellow
: colorString += "33"; break;
Microsoft.Extensions.Logging.Console (4)
AnsiParser.cs (4)
140
ConsoleColor.
DarkYellow
=> "\e[33m",
163
ConsoleColor.
DarkYellow
=> "\e[43m",
179
33 => isBright ? ConsoleColor.Yellow : ConsoleColor.
DarkYellow
,
196
43 => ConsoleColor.
DarkYellow
,