Skip to content

Commit

Permalink
Darken white colors a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 5, 2022
1 parent 474c06e commit 25f69f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/katerm/colours.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ constexpr colour sgr_colours[16]{
{18, 99, 170}, // blue
{157, 55, 168}, // magenta
{15, 180, 188}, // cyan
{200, 200, 200}, // white
{160, 160, 160}, // white
{127, 127, 127}, // bright black
{248, 24, 24}, // bright red
{65, 205, 65}, // bright green
{233, 237, 18}, // bright yellow
{34, 123, 201}, // bright blue
{177, 77, 188}, // bright magenta
{13, 211, 221}, // bright cyan
{255, 255, 255} // bright white
{220, 220, 220} // bright white
};

constexpr colour eight_bit_lookup(int index)
Expand Down

0 comments on commit 25f69f9

Please sign in to comment.