<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Color blind</title>
        <description> Project-GC often receives feedback from color blind persons. Parts of Project-GC has been adapted and there is a user setting to enable Color Blind Mode.

I have now added that flag to the LUA engine as well, it&amp;#039;s available in args[1].environmentSettings.colorBlind

I just updated one of my scripts to look like this:

        if args[1].environmentSettings.colorBlind then
          table.insert(hline,&amp;quot;&amp;lt;td&amp;gt;&amp;lt;a style=&amp;#039;color:black&amp;#039; href=&amp;#039;https://coord.info/&amp;quot;..gccode..&amp;quot;&amp;#039;&amp;gt;&amp;quot;..d..&amp;quot;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;quot;)
        else
          table.insert(hline,&amp;quot;&amp;lt;td&amp;gt;&amp;lt;a style=&amp;#039;color:green&amp;#039; href=&amp;#039;https://coord.info/&amp;quot;..gccode..&amp;quot;&amp;#039;&amp;gt;&amp;quot;..d..&amp;quot;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;quot;)
        end

(the flag is only available in DEV environment this far, planning a release before the weekend)</description>
        <link>/forum/read.php?6,43687,43687#msg-43687</link>
        <lastBuildDate>Fri, 13 Mar 2026 23:20:00 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>/forum/read.php?6,43687,43687#msg-43687</guid>
            <title>Color blind</title>
            <link>/forum/read.php?6,43687,43687#msg-43687</link>
            <description><![CDATA[ Project-GC often receives feedback from color blind persons. Parts of Project-GC has been adapted and there is a user setting to enable Color Blind Mode.<br />
<br />
I have now added that flag to the LUA engine as well, it&#039;s available in args[1].environmentSettings.colorBlind<br />
<br />
I just updated one of my scripts to look like this:<br />
<pre class="bbcode">
        if args[1].environmentSettings.colorBlind then
          table.insert(hline,&quot;&lt;td&gt;&lt;a style=&#039;color:black&#039; href=&#039;<a href="https://coord.info/&quot;..gccode..&quot;&#039;&gt;&quot;..d..&quot;&lt;/a&gt;&lt;/td&gt;&quot"  rel="nofollow">https://coord.info/&quot;..gccode..&quot;&#039;&gt;&quot;..d..&quot;&lt;/a&gt;&lt;/td&gt;&quot</a>;)
        else
          table.insert(hline,&quot;&lt;td&gt;&lt;a style=&#039;color:green&#039; href=&#039;<a href="https://coord.info/&quot;..gccode..&quot;&#039;&gt;&quot;..d..&quot;&lt;/a&gt;&lt;/td&gt;&quot"  rel="nofollow">https://coord.info/&quot;..gccode..&quot;&#039;&gt;&quot;..d..&quot;&lt;/a&gt;&lt;/td&gt;&quot</a>;)
        end</pre>
<br />
(the flag is only available in DEV environment this far, planning a release before the weekend)]]></description>
            <dc:creator>magma1447</dc:creator>
            <category>Checker news</category>
            <pubDate>Thu, 10 Sep 2020 08:16:04 +0000</pubDate>
        </item>
    </channel>
</rss>
