<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Dark theme - Nagios Core Services Platform				            </title>
            <link>https://www.nagios.org/community/nagios-forum/dark-theme/</link>
            <description>Nagios Core Services Platform Discussion Board - Open Source Powered Monitoring</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 15 Aug 2026 03:19:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-70</link>
                        <pubDate>Fri, 27 Dec 2024 15:47:45 +0000</pubDate>
                        <description><![CDATA[@dragosneagu95 Glad to hear you&#039;ve got it worked out. Let us know if there&#039;s anything you need help with in the future.]]></description>
                        <content:encoded><![CDATA[@dragosneagu95 Glad to hear you've got it worked out. Let us know if there's anything you need help with in the future.]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>nebbahn</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-70</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-69</link>
                        <pubDate>Tue, 24 Dec 2024 13:23:13 +0000</pubDate>
                        <description><![CDATA[Everything it&#039;s fine now. It worked. Maybe I should have deleted my cookies or try another browser. The modification haven&#039;t applied instantly. But now everything it&#039;s good now. Thank you @n...]]></description>
                        <content:encoded><![CDATA[<p>Everything it's fine now. It worked. Maybe I should have deleted my cookies or try another browser. The modification haven't applied instantly. But now everything it's good now. Thank you @nagios-laura and @jmichaelson !</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>dragosneagu95</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-69</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/paged/2/#post-68</link>
                        <pubDate>Fri, 20 Dec 2024 22:05:42 +0000</pubDate>
                        <description><![CDATA[@dragosneagu95, You verified that the files you copied over the stylesheets folder into /usr/local/nagios/share? Also note that you may need to clear your browser&#039;s cache for your Nagios ser...]]></description>
                        <content:encoded><![CDATA[<p>@<a title="dragosneagu95" href="https://www.nagios.org/participant/dragosneagu95/">dragosneagu95</a>, You verified that the files you copied over the stylesheets folder into /usr/local/nagios/share? Also note that you may need to clear your browser's cache for your Nagios server for changes to reflect properly. </p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>nebbahn</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/paged/2/#post-68</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/paged/2/#post-65</link>
                        <pubDate>Thu, 19 Dec 2024 19:23:42 +0000</pubDate>
                        <description><![CDATA[@dragonsneagu95 I did the following on a 4.5.7 version of Core, to get a dark background on the Services page.
In /usr/local/nagios/share/stylesheets/common.css, I added the background-colo...]]></description>
                        <content:encoded><![CDATA[<p>@dragonsneagu95 I did the following on a 4.5.7 version of Core, to get a dark background on the Services page.</p>
<p>In /usr/local/nagios/share/stylesheets/common.css, I added the background-color line and the td.infoBox rule.</p>
<pre contenteditable="false">body {
  margin: 0.8em 0.8em 2em 0.8em;
  font-family: Geist;
  font-weight: normal;
  font-size: 10pt;
  background-color: var(--background);    /* This makes the background black */
}

/* This overrides the color of the text in the top left hand corner */
td.infoBox {
  color: var(--foreground);
}
</pre>
<p>In /usr/local/nagios/share/stylesheets/status.css, I added this rule, after the first th.status rule, in my case that was line 14.</p>
<pre contenteditable="false">th.status {
  color: var(--foreground);
}</pre>
<p>After updating, you should be able to do shift - reload with your browser to have it pull in the changes.</p>
<p>There may be other tweaks required, but hopefully this will get you started.</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>nagios-laura</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/paged/2/#post-65</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-64</link>
                        <pubDate>Thu, 19 Dec 2024 06:41:59 +0000</pubDate>
                        <description><![CDATA[@jmichaelson It would have been a good idea to save that file before upgrading to a new version. I made some changes on my current common.css but there is no difference. It&#039;s the same backgr...]]></description>
                        <content:encoded><![CDATA[@jmichaelson It would have been a good idea to save that file before upgrading to a new version. I made some changes on my current <span><strong>common.css</strong> but there is no difference. It's the same background.</span>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>dragosneagu95</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-64</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-63</link>
                        <pubDate>Thu, 19 Dec 2024 06:37:19 +0000</pubDate>
                        <description><![CDATA[@nagios-laura I have followed your two links and did the configurations but nothing have changed. I have copied the new files to my server, restarted the nagios.service, but nothing have cha...]]></description>
                        <content:encoded><![CDATA[@nagios-laura I have followed your two links and did the configurations but nothing have changed. I have copied the new files to my server, restarted the nagios.service, but nothing have changed. It's the same white background
<div id="wpfa-20003" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.nagios.org/wp-content/uploads/wpforo/default_attachments/1734590239-nagios_2.png" target="_blank" title="nagios_2.png"><i class="fas fa-paperclip"></i>&nbsp;nagios_2.png</a></div>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>dragosneagu95</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-63</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-62</link>
                        <pubDate>Tue, 17 Dec 2024 14:45:04 +0000</pubDate>
                        <description><![CDATA[Hi dragosneagu95,
There are a couple of dark themes on the Nagios Exchange.  Did your Core GUI look like either of these themes, before the upgrade?
Nagios Core Dark Theme only CSS
Nagios...]]></description>
                        <content:encoded><![CDATA[<p>Hi <a title="dragosneagu95" href="https://www.nagios.org/participant/dragosneagu95/">dragosneagu95</a>,</p>
<p>There are a couple of dark themes on the Nagios Exchange.  Did your Core GUI look like either of these themes, before the upgrade?</p>
<p><a href="https://exchange.nagios.org/directory/image/2814" target="_blank" rel="noopener">Nagios Core Dark Theme only CSS</a></p>
<p><a href="https://exchange.nagios.org/directory/image/2823" target="_blank" rel="noopener">Nagios 4 Dark Theme</a></p>
<p>If this is what you need, you can find them at <a href="https://exchange.nagios.org/index.php?option=com_mtree&amp;task=search&amp;Itemid=74&amp;searchword=core%20dark%20theme" target="_blank" rel="noopener">Exchange Search - core dark theme</a></p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>nagios-laura</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-62</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-61</link>
                        <pubDate>Mon, 16 Dec 2024 19:59:22 +0000</pubDate>
                        <description><![CDATA[Hey Dragisbeagy95,
I&#039;m having a hard time seeing a dark theme on these pages even in 4.5.7 or 4.5.8. The dark theme is applying to the menu on the left side of the page for me. Is it for yo...]]></description>
                        <content:encoded><![CDATA[<p><span>Hey Dragisbeagy95,</span></p>
<p>I'm having a hard time seeing a dark theme on these pages even in 4.5.7 or 4.5.8. The dark theme is applying to the menu on the left side of the page for me. Is it for you as well?</p>
<p>These styles are coming from /usr/local/nagios/share/stylesheets/common.css. is it possible you'd made changes to this file before you did the upgrade?</p>
<div id="wpfa-20002" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.nagios.org/wp-content/uploads/wpforo/default_attachments/1734379162-Untitled.png" target="_blank" title="Untitled.png"><i class="fas fa-paperclip"></i>&nbsp;Untitled.png</a></div>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>jmichaelson</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-61</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-60</link>
                        <pubDate>Thu, 12 Dec 2024 06:19:02 +0000</pubDate>
                        <description><![CDATA[Hi Sandor,
I&#039;ve attached the picture with light background. On the previous version it was dark. This background I want to modify.
&nbsp;nagios_1.png]]></description>
                        <content:encoded><![CDATA[<p>Hi Sandor,</p>
<p>I've attached the picture with light background. On the previous version it was dark. This background I want to modify.</p>
<div id="wpfa-19996" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.nagios.org/wp-content/uploads/wpforo/default_attachments/1733984342-nagios_1.png" target="_blank" title="nagios_1.png"><i class="fas fa-paperclip"></i>&nbsp;nagios_1.png</a></div>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>dragosneagu95</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-60</guid>
                    </item>
				                    <item>
                        <title>RE: Dark theme</title>
                        <link>https://www.nagios.org/community/nagios-forum/dark-theme/#post-59</link>
                        <pubDate>Wed, 11 Dec 2024 16:31:44 +0000</pubDate>
                        <description><![CDATA[Hey Dragisbeagy95,I&#039;m unsure of a config file for updating the styling, I would think it would require updating the css file but I can continue to look and get back to you on that. Notably c...]]></description>
                        <content:encoded><![CDATA[<p>Hey Dragisbeagy95,<br /><br />I'm unsure of a config file for updating the styling, I would think it would require updating the css file but I can continue to look and get back to you on that. Notably core 4.5.7 did have a update to the styling which includes a dark background, does the question mean you had changes prior to include a dark background prior to these changes? Or is it more that after the update you are not seeing these styling changes? Here is a github link for the merge request that includes the styling changes if it helps. https://github.com/NagiosEnterprises/nagioscore/compare/293b3299e597b282480591c282ec90e138612b37...402fbc402e8c42a376703bcfbbb50c15eb5539f3<br /><br />Thanks,<br />Sandor</p>]]></content:encoded>
						                            <category domain="https://www.nagios.org/community/nagios-forum/">Nagios Core Services Platform</category>                        <dc:creator>Sandor</dc:creator>
                        <guid isPermaLink="true">https://www.nagios.org/community/nagios-forum/dark-theme/#post-59</guid>
                    </item>
							        </channel>
        </rss>
		