codebrainz commented on this pull request.
> switch (msg_color)
{
case COLOR_RED: return &color_error;
- case COLOR_DARK_RED: return &dark_red;
- case COLOR_BLUE: return &blue;
+ case COLOR_DARK_RED: return &color_context;
+ case COLOR_BLUE: return &color_message;
+1
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1382
