1
// =================================
2
// Copyright (c) 2022 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
using
System
;
7
8
namespace
System
.
Screen
9
{
10
public
const
ConsoleColor
defaultFocusedControlForeColor
=
ConsoleColor
.
white
;
11
public
const
ConsoleColor
defaultFocusedControlBackColor
=
ConsoleColor
.
blue
;
12
}