diff --git a/README.md b/README.md index 20331c9..d215ce9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/about.png b/about.png new file mode 100644 index 0000000..68ef8fc Binary files /dev/null and b/about.png differ diff --git a/splash.bmp b/splash.bmp new file mode 100644 index 0000000..d441657 Binary files /dev/null and b/splash.bmp differ diff --git a/splash.png b/splash.png new file mode 100644 index 0000000..b92054a Binary files /dev/null and b/splash.png differ