<?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>DEV Community: Eli Sklar</title>
    <description>The latest articles on DEV Community by Eli Sklar (@elis).</description>
    <link>https://dev.to/elis</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%2Fuser%2Fprofile_image%2F260483%2F64d6c825-9927-41b7-aa6c-a89b97d75413.jpeg</url>
      <title>DEV Community: Eli Sklar</title>
      <link>https://dev.to/elis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elis"/>
    <language>en</language>
    <item>
      <title>Resources for Effective Dark-Mode on OSX</title>
      <dc:creator>Eli Sklar</dc:creator>
      <pubDate>Fri, 29 Jan 2021 14:18:22 +0000</pubDate>
      <link>https://dev.to/elis/resources-for-effective-dark-mode-on-osx-2kj3</link>
      <guid>https://dev.to/elis/resources-for-effective-dark-mode-on-osx-2kj3</guid>
      <description>&lt;p&gt;A quick roundup of a few resources I found useful while setting up an automated dark/light-mode workflow for my terminal app (iTerm2) and code editor (VSCode).&lt;/p&gt;

&lt;p&gt;No tutorialized content, just a bunch of links, so lets get started.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://gist.github.com/elis/672c56a2559a6b24cf56145f67962de0"&gt;iTerm2 Auto Switch Theme Script&lt;/a&gt; - Automatically switch themes when OSX changes from/to dark-mode - a few &lt;a href="https://gist.github.com/jamesmacfie/2061023e5365e8b6bfbbc20792ac90f8"&gt;more details (and the original script) in the comments here&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gist.github.com/elis/672c56a2559a6b24cf56145f67962de0"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v6HCaiz1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/npldg6wdmh2qpeozmonf.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/mbadolato/iTerm2-Color-Schemes"&gt;iTerm2 Color Themes&lt;/a&gt; - A large collection of iTerm2 color themes to pick from&lt;br&gt;
&lt;a href="https://github.com/mbadolato/iTerm2-Color-Schemes"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cwDx_qcF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/i25q67vm51i65w2et7ux.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=LinusU.auto-dark-mode"&gt;VSCode Auto-Dark-Mode Extension&lt;/a&gt; - Sync VSCode to automatically switch color themes when OS changes dark mode&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=LinusU.auto-dark-mode"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KA_CwZLb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/aijekgslhpyj1bsqqgho.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://vscodethemes.com/"&gt;VSCode Auto Switch Themes Extension&lt;/a&gt; - An immense collection of VSCode themes arranged in a convenient way&lt;br&gt;
&lt;a href="https://vscodethemes.com/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GkfbFkpV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gq15ymwib0h9erevr2cy.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=JanBn.vscode-theme-switcher"&gt;VSCode Themes Switch Extension&lt;/a&gt; - I've been using this (and other similar) extension to manually switch between themes in VSCode - bound to &lt;code&gt;Option + T&lt;/code&gt; two switch between my dark/light modes, very useful and convenient&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=JanBn.vscode-theme-switcher"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UdnncfLQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/26hfugr4cg0fkai8jyqf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://nightowl.kramser.xyz/"&gt;OSX NightOwl&lt;/a&gt; - I'm using NightOwn to manually switch OSX dark/light mode - it's convenient as it allows to middle-click on the taskbar icon to change the modes, and in combination with the above scripts and extensions the dark/light mode transition is quick and convenient&lt;br&gt;
&lt;a href="(https://nightowl.kramser.xyz/)"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--a0-jFCuS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8doue77nqmv80pxcygq5.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
