Skip to content

Commit

Permalink
Correct campbell color table size.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4james committed Jun 11, 2024
1 parent 7916799 commit 518cc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/colorTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using namespace Microsoft::Console;
using namespace std::string_view_literals;

static constexpr std::array<til::color, 256> campbellColorTable{
static constexpr std::array<til::color, 16> campbellColorTable{
til::color{ 0x0C, 0x0C, 0x0C },
til::color{ 0xC5, 0x0F, 0x1F },
til::color{ 0x13, 0xA1, 0x0E },
Expand Down

0 comments on commit 518cc05

Please sign in to comment.