Skip to content

Commit aaedd96

Browse files
pat-rogersjklmnn
authored andcommitted
The color named Chart_Reuse -> Chartreuse :-)
1 parent cc205b1 commit aaedd96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hal/src/hal-bitmap.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ package HAL.Bitmap is
310310
Dark_Olive_Green : constant Bitmap_Color := (255, 085, 107, 047);
311311
Olive_Drab : constant Bitmap_Color := (255, 107, 142, 035);
312312
Lawn_Green : constant Bitmap_Color := (255, 124, 252, 000);
313-
Chart_Reuse : constant Bitmap_Color := (255, 127, 255, 000);
313+
Chartreuse : constant Bitmap_Color := (255, 127, 255, 000);
314314
Green_Yellow : constant Bitmap_Color := (255, 173, 255, 047);
315315
Dark_Green : constant Bitmap_Color := (255, 000, 100, 000);
316316
Green : constant Bitmap_Color := (255, 000, 255, 000);

0 commit comments

Comments
 (0)