Skip to content

Commit

Permalink
Change Campbell's default foreground color (#1629)
Browse files Browse the repository at this point in the history
Changed the foreground color from #F2F2F2 to #CCCCCC so that ESC[1m _actually_ brightens it.

(cherry picked from commit f63cada)
  • Loading branch information
RyanBee-MSFT authored and DHowett committed Jul 2, 2019
1 parent 8e05772 commit 443e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/CascadiaSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CascadiaSettings::~CascadiaSettings()
ColorScheme _CreateCampbellScheme()
{
ColorScheme campbellScheme{ L"Campbell",
RGB(242, 242, 242),
RGB(204, 204, 204),
RGB(12, 12, 12) };
auto& campbellTable = campbellScheme.GetTable();
auto campbellSpan = gsl::span<COLORREF>(&campbellTable[0], gsl::narrow<ptrdiff_t>(COLOR_TABLE_SIZE));
Expand Down

0 comments on commit 443e06d

Please sign in to comment.