An open API service indexing awesome lists of open source software.

https://github.com/per1234/ino-themes

Arduino IDE themes
https://github.com/per1234/ino-themes

arduino arduino-ide

Last synced: 9 months ago
JSON representation

Arduino IDE themes

Awesome Lists containing this project

README

          

# ino-themes
A collection of themes for the [Arduino](http://arduino.cc) IDE. They are compatible with Arduino IDE 1.8.9 and all previous versions.

#### Themes
- [Arduino-retro](https://github.com/per1234/ino-themes/tree/Arduino-retro) - https://github.com/per1234/ino-themes/archive/Arduino-retro.zip
- [processing-theme](https://github.com/per1234/ino-themes/tree/processing-theme) - https://github.com/per1234/ino-themes/archive/processing-theme.zip
- [Wiring-theme](https://github.com/per1234/ino-themes/tree/Wiring-theme) - https://github.com/per1234/ino-themes/archive/Wiring-theme.zip
- [themeDark-smilem](https://github.com/per1234/ino-themes/tree/themeDark-smilem) - https://github.com/per1234/ino-themes/archive/themeDark-smilem.zip
- [themeDark-Jerware](https://github.com/per1234/ino-themes/tree/themeDark-Jerware) - https://github.com/per1234/ino-themes/archive/themeDark-Jerware.zip

#### Installation
- Back up your current theme by rename the folder **{Arduino IDE installation folder}/lib/theme** to **theme.original** or any other convenient name.
- Download the desired theme from the download link on the list above.
- Unzip the downloaded file.
- Copy the **theme** folder from the unzipped folder to **{Arduino IDE installation folder}/lib**.
- Restart the Arduino IDE if it's running.

#### Acknowledgments
- [Processing](http://processing.org) - The basis for the Wiring IDE and processing-theme.
- [Wiring](http://wiring.org.co) - The basis for the Arduino IDE and Wiring-theme.
- [Arduino](http://arduino.cc) - Source of syntax file and various button graphics.
- [gioblu](https://github.com/gioblu) - Author of the ArduOpen theme, which was the basis for the themeDark-Jerware theme.
- [Jerware](http://forum.arduino.cc/index.php?action=profile;u=119105) - Author of the themeDark-Jerware theme, which was the basis for the themeDark-smilem theme.
- [smilem](http://forum.arduino.cc/index.php?action=profile;u=224574) - Author of the themeDark-smilem theme.

#### Contributing
Pull requests or issue reports(including requests to contribute additional themes) are welcome! Please see the [contribution rules](https://github.com/per1234/ino-themes/blob/master/.github/CONTRIBUTING.md) for instructions.