<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Code highlighting colors in Forum in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649271#M4306</link>
    <description>&lt;P&gt;Thank you Sir&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;. Yes indeed. In my humble opinion, it's not satisfactory to have&lt;FONT color="#FF0000"&gt; red&lt;/FONT&gt; fonts and if we possible can we please replicate just the same font as it exists in SAS EG code editor environment or at least something like NOTEPAD++ (Sql font) which is closer and cleaner. Thank you for your attention.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2020 15:59:17 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2020-05-20T15:59:17Z</dc:date>
    <item>
      <title>Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/648678#M4301</link>
      <description>&lt;P&gt;The color currently being used for functions in the code box makes them look like errors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of this dark red (&lt;A href="https://www.colorbook.io/hexcolors/view/dd4a68" target="_blank"&gt;https://www.colorbook.io/hexcolors/view/dd4a68&lt;/A&gt;) can we update the CSS file &lt;A href="https://communities.sas.com/html/assets/prism.css" target="_blank"&gt;https://communities.sas.com/html/assets/prism.css&lt;/A&gt;&amp;nbsp;to use a different color?&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;.token.function,
.token.class-name {
	color: #DD4A68;
}&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 May 2020 19:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/648678#M4301</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-18T19:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649268#M4305</link>
      <description>&lt;P&gt;Better now&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(And&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138205"&gt;@novinosrin&lt;/a&gt;&amp;nbsp;? -- you had a similar comment recently.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Establish date ranges to query - month ranges */
data ranges(keep=start_date end_date);
 start_date = '01jun2019'd;
 end_date = intnx('month',start_date,0,'E');
 format start_date YYMMDD10. end_date YYMMDD10.;
 do until (intnx('month',start_date,0,'B') &amp;gt; today());
  output;
  start_date = intnx('month',start_date,1,'B');
  end_date = intnx('month',start_date,0,'E');
 end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 May 2020 15:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649268#M4305</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-05-20T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649271#M4306</link>
      <description>&lt;P&gt;Thank you Sir&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;. Yes indeed. In my humble opinion, it's not satisfactory to have&lt;FONT color="#FF0000"&gt; red&lt;/FONT&gt; fonts and if we possible can we please replicate just the same font as it exists in SAS EG code editor environment or at least something like NOTEPAD++ (Sql font) which is closer and cleaner. Thank you for your attention.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 15:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649271#M4306</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2020-05-20T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649275#M4307</link>
      <description>&lt;P&gt;Still looks RED to me. (2020-05-20 12:09)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39669i91A6288123B674E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 16:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649275#M4307</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-20T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649285#M4308</link>
      <description>&lt;P&gt;In IE 11 the color is different.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ie.jpg" style="width: 536px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39671iD191D7806D0CDC88/image-size/large?v=v2&amp;amp;px=999" role="button" title="ie.jpg" alt="ie.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 16:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649285#M4308</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-20T16:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Code highlighting colors in Forum</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649288#M4309</link>
      <description>&lt;P&gt;Probably a cache delay.&amp;nbsp; Our community site assets are served via a CDN for faster delivery, and sometimes these nodes take a bit of time to invalidate/fetch new content.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 16:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Code-highlighting-colors-in-Forum/m-p/649288#M4309</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-05-20T16:34:42Z</dc:date>
    </item>
  </channel>
</rss>

