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
- Host: GitHub
- URL: https://github.com/per1234/ino-themes
- Owner: per1234
- Created: 2016-09-13T12:48:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T22:46:06.000Z (over 6 years ago)
- Last Synced: 2025-04-19T21:13:23.388Z (9 months ago)
- Topics: arduino, arduino-ide
- Size: 625 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
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.