themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green.

This commit is contained in:
John Rigg 2021-01-20 18:28:03 -08:00 committed by Jonathan Moore Liles
parent 851dee6ab3
commit 2b8d732643
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void fl_register_themes ( void )
{
Fl_Color_Scheme *o = new Fl_Color_Scheme( "Black",
fl_rgb_color( 0, 0, 0 ),
fl_rgb_color( 4, 4, 4 ),
fl_rgb_color( 20, 20, 20 ),
fl_rgb_color( 240, 240, 240 ),
FL_YELLOW );