Dark Mode for Arduino IDE
Night Programming | Quick Tutorial
Nov 12, 2020
This article is for you if you are a night owl programmer like myself. The Arduino IED theme is set up with one default theme. So let's change it to dark mode.
- First, we want to download the theme at https://github.com/taunoe/arduino-dark-theme/raw/master/tauno-dark-theme.zip
- Now find your sketchbook location by going to Arduino IDE -> File -> Preferences.
- Now we need to make a new folder called βthemesβ within that location we just looked up in step 2.
- Take the tauno-dark-theme.zip folder and place it into this new theme folder.
- Go back to File -> Preferences and change to the tauno-dark-theme by selecting it in the theme dropdown. Click ok when done.
Note: The theme does not change automatically and requires a restart before the theme is applied.
Great! Happy programming in Dark Mode!