https://github.com/jeffThompson/DarkArduinoTheme
A dark theme for the Arduino IDE – no longer maintained :(
https://github.com/jeffThompson/DarkArduinoTheme
Last synced: 11 months ago
JSON representation
A dark theme for the Arduino IDE – no longer maintained :(
- Host: GitHub
- URL: https://github.com/jeffThompson/DarkArduinoTheme
- Owner: jeffThompson
- Archived: true
- Created: 2013-01-15T23:14:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T18:26:52.000Z (over 5 years ago)
- Last Synced: 2024-11-24T23:33:08.717Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 747 KB
- Stars: 829
- Watchers: 34
- Forks: 209
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Dark Arduino Theme
### NOTE
**Sadly, I'm no longer maintaining this theme. The Arduino IDE has changed a lot but I'm not doing much work with the platform and it's just too much to keep this up-to-date.** If you'd like to fork the repo and fix it, that would be great! I'll happily add a link to your version here so others can benefit.
Still works for Arduino version 1.8.5+, not tested with newer/older versions.
\- \- \-
### INSTALLATION
* Mac users should look in `/Applications/Arduino.app/Contents/Java/lib` and replace the `theme` folder inside (making a copy of the original in case want to revert back).
* Windows is located in `C:\Program Files (x86)\Arduino\lib`.
* Linux will be in `/usr/share/arduino/lib/` – note you may need to install the Arduino IDE from the Arduino site, not a place like Ubuntu Software
### CREATING YOUR OWN MODS
The newest version of the Arduino IDE makes creating custom themes trickier: you now need to edit the `theme.txt` file, an XML file inside the `syntax` folder, and the button files. Unfortunately, not all items in the `theme.txt` file actually work, so if you can't get an item to change, try another one of the files.
\- \- \-
Released under [Creative Commons BY-NC-SA license](http://creativecommons.org/licenses/by-nc-sa/3.0/) - feel free to use but [please let me know](http://www.jeffreythompson.org).