<?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: Change &amp;quot;Unread email&amp;quot; color...again! in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/change-quot-unread-email-quot-color-again/m-p/48168#M17204</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Color of folders with unread messages ?&lt;BR /&gt;&lt;A href="https://forums.mozillazine.org/viewtopic.php?p=14959758#p14959758" target="_blank" rel="noopener"&gt;https://forums.mozillazine.org/viewtopic.php?p=14959758#p14959758&lt;/A&gt;&lt;BR /&gt;I've tested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.unread &amp;gt; .container &amp;gt; .name,
.new-messages &amp;gt; .container &amp;gt; .name {
  color: red !important;
  font-weight: bold !important;
}
#folderTree:focus-within li.selected.unread &amp;gt; .container &amp;gt; .name,
#folderTree:focus-within li.selected.new-messages &amp;gt; .container &amp;gt; .name {
  color: lime !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5270iDAB949FFFB89AAB9/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Other colors, with the help of&lt;BR /&gt;&lt;A href="https://www.w3schools.com/colors/colors_hex.asp" target="_blank" rel="noopener"&gt;https://www.w3schools.com/colors/colors_hex.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other illustration&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.new-messages &amp;gt; .container &amp;gt; .name {
  color: red !important;
  font-weight: bold !important;
}
#folderTree:focus-within li.selected.unread &amp;gt; .container &amp;gt; .name,
#folderTree:focus-within li.selected.new-messages &amp;gt; .container &amp;gt; .name {
  color: lime !important;
}

/* Change the color of the "bubbles" (Unread) in the folder panel */
:root {
 --folderpane-unread-count-background: orchid !important;
 --folderpane-unread-new-count-background: limegreen !important;
}&lt;/LI-CODE&gt;&lt;P&gt;With the help of &lt;A href="http://j2m.06.free.fr/faq_tb_userchrome.html" target="_blank"&gt;http://j2m.06.free.fr/faq_tb_userchrome.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://j2m.06.free.fr/faq_tb_userchrome2.html#chan_coul_bulles" target="_blank"&gt;http://j2m.06.free.fr/faq_tb_userchrome2.html#chan_coul_bulles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5271i2B815204B5DEF71F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2023 19:29:43 GMT</pubDate>
    <dc:creator>Agentvirtuel</dc:creator>
    <dc:date>2023-12-29T19:29:43Z</dc:date>
    <item>
      <title>Change "Unread email" color...again!</title>
      <link>https://connect.mozilla.org/t5/discussions/change-quot-unread-email-quot-color-again/m-p/48163#M17201</link>
      <description>&lt;P&gt;I had finally found how to change to color of unread emails from blue to a color (called tomato) that was easily detected when I scan my email folders.&lt;/P&gt;&lt;P&gt;I finally found how to edit the "chrome" file and the updates generally left this adjustment alone.&lt;/P&gt;&lt;P&gt;With the newest ( for me) version 115.6.0 I'm back to the annoying Thunderbird Blue color. Due to the massive changes in the UI I don't know if I have the expertise to regain that red color.&lt;/P&gt;&lt;P&gt;Can someone who understands the current Thunderbird 115.6.0 provide me with instructions for this change?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 18:43:19 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/change-quot-unread-email-quot-color-again/m-p/48163#M17201</guid>
      <dc:creator>Helium2</dc:creator>
      <dc:date>2023-12-29T18:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change "Unread email" color...again!</title>
      <link>https://connect.mozilla.org/t5/discussions/change-quot-unread-email-quot-color-again/m-p/48168#M17204</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Color of folders with unread messages ?&lt;BR /&gt;&lt;A href="https://forums.mozillazine.org/viewtopic.php?p=14959758#p14959758" target="_blank" rel="noopener"&gt;https://forums.mozillazine.org/viewtopic.php?p=14959758#p14959758&lt;/A&gt;&lt;BR /&gt;I've tested&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.unread &amp;gt; .container &amp;gt; .name,
.new-messages &amp;gt; .container &amp;gt; .name {
  color: red !important;
  font-weight: bold !important;
}
#folderTree:focus-within li.selected.unread &amp;gt; .container &amp;gt; .name,
#folderTree:focus-within li.selected.new-messages &amp;gt; .container &amp;gt; .name {
  color: lime !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5270iDAB949FFFB89AAB9/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Other colors, with the help of&lt;BR /&gt;&lt;A href="https://www.w3schools.com/colors/colors_hex.asp" target="_blank" rel="noopener"&gt;https://www.w3schools.com/colors/colors_hex.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other illustration&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.new-messages &amp;gt; .container &amp;gt; .name {
  color: red !important;
  font-weight: bold !important;
}
#folderTree:focus-within li.selected.unread &amp;gt; .container &amp;gt; .name,
#folderTree:focus-within li.selected.new-messages &amp;gt; .container &amp;gt; .name {
  color: lime !important;
}

/* Change the color of the "bubbles" (Unread) in the folder panel */
:root {
 --folderpane-unread-count-background: orchid !important;
 --folderpane-unread-new-count-background: limegreen !important;
}&lt;/LI-CODE&gt;&lt;P&gt;With the help of &lt;A href="http://j2m.06.free.fr/faq_tb_userchrome.html" target="_blank"&gt;http://j2m.06.free.fr/faq_tb_userchrome.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://j2m.06.free.fr/faq_tb_userchrome2.html#chan_coul_bulles" target="_blank"&gt;http://j2m.06.free.fr/faq_tb_userchrome2.html#chan_coul_bulles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5271i2B815204B5DEF71F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 19:29:43 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/change-quot-unread-email-quot-color-again/m-p/48168#M17204</guid>
      <dc:creator>Agentvirtuel</dc:creator>
      <dc:date>2023-12-29T19:29:43Z</dc:date>
    </item>
  </channel>
</rss>

