Skip to content

Commit

Permalink
Eyeball a better shade of blue
Browse files Browse the repository at this point in the history
  • Loading branch information
drjaska committed Nov 11, 2024
1 parent 465d292 commit a48ccf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gl_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,8 @@ const vec4_t string_colors[] =
{1.0, 0.0, 0.0, 1.0}, // red
{0.0, 1.0, 0.0, 1.0}, // green
{1.0, 1.0, 0.0, 1.0}, // yellow
{0.0, 0.0, 1.0, 1.0}, // blue
//{0.0, 0.0, 1.0, 1.0}, // blue
{0.05, 0.15, 1.0, 1.0}, // lighter blue, readable unlike the above
{0.0, 1.0, 1.0, 1.0}, // cyan
{1.0, 0.0, 1.0, 1.0}, // magenta
{1.0, 1.0, 1.0, 1.0}, // white
Expand Down

0 comments on commit a48ccf0

Please sign in to comment.