Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.

Added dark mode splash screen #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Revised for Arduino version 1.8.5+, not tested with earlier 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).
* Mac users should look in `/Applications/Arduino.app/Contents/Java/lib` and replace the `theme` folder inside, the `splash.png`,`splash.bmp`, `about.png` with the ones from the DarkArduinoTheme folder (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

#### Replace the `theme` folder and the `splash` and `about` images

### 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.

Expand Down
Binary file added about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added splash.bmp
Binary file not shown.
Binary file added splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.