<?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/">
  <channel>
    <title>Forem: JSFiddle</title>
    <description>The latest articles on Forem by JSFiddle (@jsfiddle).</description>
    <link>https://forem.com/jsfiddle</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F318%2F357c8652-a652-414c-bc4a-fd6cc273db5f.png</url>
      <title>Forem: JSFiddle</title>
      <link>https://forem.com/jsfiddle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jsfiddle"/>
    <language>en</language>
    <item>
      <title>Dark mode in JSFiddle</title>
      <dc:creator>Oskar Krawczyk 🌲</dc:creator>
      <pubDate>Tue, 02 Jan 2018 19:12:41 +0000</pubDate>
      <link>https://forem.com/jsfiddle/dark-mode-in-jsfiddle-52o3</link>
      <guid>https://forem.com/jsfiddle/dark-mode-in-jsfiddle-52o3</guid>
      <description>&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-946872516399779843-210" src="https://platform.twitter.com/embed/Tweet.html?id=946872516399779843"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-946872516399779843-210');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=946872516399779843&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;If anything was a clear take from &lt;a href="https://trello.com/b/LakLkQBW/jsfiddle-roadmap" rel="noopener noreferrer"&gt;our roadmap&lt;/a&gt; (and that tweet ^) is that people really want a dark mode in JSFiddle – that feature request got a &lt;strong&gt;whooping 484 votes&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Took a while finally managed to get it done, and it turned &lt;strong&gt;&lt;a href="https://jsfiddle.net" rel="noopener noreferrer"&gt;out really, really nice&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jsfiddle.net" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbn37dfij35ihdglcis08.png" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A few months back I've done a poll, where most JSFiddle users said they actually prefer a dark theme, which is why that one is now the default.&lt;/p&gt;

&lt;p&gt;The update brought some other improvements, like &lt;strong&gt;completely removed all web/icon-fonts&lt;/strong&gt;, which we're always a burden to maintain and had a lot of negative impact on loading times. Now all icons and SVG – actually there's not a single image on the site, all is code. &lt;/p&gt;

&lt;p&gt;Who doesn't love better loading times! 🚀&lt;/p&gt;

&lt;p&gt;There are a few more updates dropping soon, one of which is another big one – switching between different editor grids!&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-947462762464268288-998" src="https://platform.twitter.com/embed/Tweet.html?id=947462762464268288"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-947462762464268288-998');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=947462762464268288&amp;amp;theme=dark"
  }



&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
