https://github.com/konrad91/OneDarkArduino
Dark theme for the Arduino IDE, inspired by One Dark Pro for VSCode by binaryify
https://github.com/konrad91/OneDarkArduino
Last synced: about 15 hours ago
JSON representation
Dark theme for the Arduino IDE, inspired by One Dark Pro for VSCode by binaryify
- Host: GitHub
- URL: https://github.com/konrad91/OneDarkArduino
- Owner: konrad91
- License: gpl-3.0
- Created: 2018-09-13T08:31:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T21:52:55.000Z (over 3 years ago)
- Last Synced: 2024-11-08T01:37:49.488Z (5 months ago)
- Size: 118 KB
- Stars: 167
- Watchers: 6
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - konrad91/OneDarkArduino - Dark theme for the Arduino IDE, inspired by One Dark Pro for VSCode by binaryify (Others)
README
# One Dark Arduino
Modern dark theme for the Arduino IDE, inspired by One Dark Pro for VSCode by binaryify: https://binaryify.github.io/OneDark-Pro/#/. Based on work done by Jeff Thompson: https://create.arduino.cc/projecthub/rahulkhanna/dark-theme-for-arduino-ide-17c001?ref=search&ref_id=theme&offset=0
The following is credited to https://github.com/jeffThompson/DarkArduinoTheme
### 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/`### 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).