<p></p>
<p dir="auto">After <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1059193965" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/3013" data-hovercard-type="pull_request" data-hovercard-url="/geany/geany/pull/3013/hovercard" href="https://github.com/geany/geany/pull/3013">#3013</a>, the default color of <code>COLOR_DARK_RED</code> may no longer be "red".  Would there be any objection to changing the enum in <a href="https://github.com/geany/geany/blob/6856edd6511e8aa9a225098ac2aab9171b10167f/src/msgwindow.h#L34-L40">msgwindow.h</a>?</p>
<ul dir="auto">
<li><code>COLOR_RED</code> → <code>COLOR_ERROR</code></li>
<li><code>COLOR_DARK_RED</code> → <code>COLOR_ORANGE</code> → <code>COLOR_CONTEXT</code></li>
<li><code>COLOR_BLUE</code> → <code>COLOR_MESSAGE</code></li>
</ul>
<p dir="auto">The change would mostly be find/replace.  Since these values are exported, the old ones would need to be retained and marked as deprecated.  Plugins that would need to be updated: spellcheck, geniuspaste, project organizer, geanyctags, ¿geanypy?</p>
<p dir="auto">From <a href="https://github.com/geany/geany/blob/6856edd6511e8aa9a225098ac2aab9171b10167f/src/msgwindow.c#L296-L305"><code>msgwindow.c</code></a>:</p>
<div class="highlight highlight-source-c"><pre><span class="pl-k">case</span> COLOR_RED: <span class="pl-k">return</span> &color_error;
<span class="pl-k">case</span> COLOR_DARK_RED: <span class="pl-k">return</span> &color_context;
<span class="pl-k">case</span> COLOR_BLUE: <span class="pl-k">return</span> &color_message;</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/3016">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6R7LCFCZLMITA25T3UNPTERANCNFSM5IUJMDCA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJ6M6P5X35WMS6WMOT3UNPTERA5CNFSM5IUJMDCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4P2HIKCQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/3016",
"url": "https://github.com/geany/geany/issues/3016",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>