We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e05772 commit 443e06dCopy full SHA for 443e06d
src/cascadia/TerminalApp/CascadiaSettings.cpp
@@ -37,7 +37,7 @@ CascadiaSettings::~CascadiaSettings()
37
ColorScheme _CreateCampbellScheme()
38
{
39
ColorScheme campbellScheme{ L"Campbell",
40
- RGB(242, 242, 242),
+ RGB(204, 204, 204),
41
RGB(12, 12, 12) };
42
auto& campbellTable = campbellScheme.GetTable();
43
auto campbellSpan = gsl::span<COLORREF>(&campbellTable[0], gsl::narrow<ptrdiff_t>(COLOR_TABLE_SIZE));
0 commit comments