diff --git a/theme/Arduino-Themes-master.zip b/theme/Arduino-Themes-master.zip
new file mode 100644
index 0000000..d596c27
Binary files /dev/null and b/theme/Arduino-Themes-master.zip differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/buttons.gif b/theme/Arduino-Themes-master/Jerware-theme/buttons.gif
new file mode 100755
index 0000000..b4afe15
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/resize.gif b/theme/Arduino-Themes-master/Jerware-theme/resize.gif
new file mode 100755
index 0000000..fc77703
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-sel-left.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-left.gif
new file mode 100755
index 0000000..e4f670d
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-menu.gif
new file mode 100755
index 0000000..7916e90
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-mid.gif
new file mode 100755
index 0000000..2125f77
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-sel-right.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-right.gif
new file mode 100755
index 0000000..4a867ff
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-left.gif
new file mode 100755
index 0000000..7a266a0
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..ed3a7a9
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..ec9fa07
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-right.gif
new file mode 100755
index 0000000..dc5a1f2
Binary files /dev/null and b/theme/Arduino-Themes-master/Jerware-theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/Jerware-theme/theme.txt b/theme/Arduino-Themes-master/Jerware-theme/theme.txt
new file mode 100755
index 0000000..76c77fc
--- /dev/null
+++ b/theme/Arduino-Themes-master/Jerware-theme/theme.txt
@@ -0,0 +1,103 @@
+# GUI - STATUS
+status.notice.fgcolor = #AAAAAA
+status.notice.bgcolor = #363636
+status.error.fgcolor = #ffffff
+status.error.bgcolor = #805a51
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #cc9900
+status.font = SansSerif,plain,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #a2a2a2
+header.text.selected.color = #ffffff
+header.text.unselected.color = #ffffff
+header.text.font = SansSerif,plain,12
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #ffffff
+console.error.color = #805a51
+
+# GUI - BUTTONS
+buttons.bgcolor = #6f6f6f
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #ffffff
+linestatus.bgcolor = #424242
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #ededed
+editor.bgcolor = #363636
+
+# highlight for the current line
+editor.linehighlight=true
+editor.linehighlight.color=#e2e2e2
+
+# caret blinking and caret color
+editor.caret.color = #ffffff
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #111111
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #ffffff
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private
+editor.keyword1.style = #bf6171,plain
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #759f5b,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #a99045,bold
+
+
+# TEXT - LITERALS
+
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #759f5b,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #759f5b,plain
+
+# http://arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/README.md b/theme/Arduino-Themes-master/README.md
new file mode 100644
index 0000000..1310ff8
--- /dev/null
+++ b/theme/Arduino-Themes-master/README.md
@@ -0,0 +1,48 @@
+# Arduino Themes
+A collection of themes for the Arduino IDE. Installation is full manual. Read this https://thecustomizewindows.com/2017/10/change-theme-font-syntax-highlighting-arduino-ide/
+
+Monkai :
+
+
+
+DarkIce :
+
+
+
+DarkArduino :
+
+
+
+Update :
+
+Also look at :
+
+1. Dracula : https://draculatheme.com/arduino-ide and https://github.com/dracula/arduino-ide
+2. Dark theme : https://github.com/taunoe/arduino-dark-theme
+
+
+#### Installation
+- Back up your current theme by rename the folder **{Arduino IDE
+installation folder}/lib/theme** to **theme.original** or any other
+convenient name.Mac users should look in
+`~/Applications/Arduino.app/Contents/Java/lib` and Windows users should
+look in `C:\Program Files (x86)\Arduino\lib`.
+- PREFERENCES.TXT : On Windows, located here:
+`%AppData%\Roaming\Arduino`, on Mac located here:
+`~/Applications/Arduino.app/Contents/Java/lib`
+- Download the desired theme from the download link on the list above.
+- Copy the theme folder from the downloaded file to **{Arduino IDE
+installation folder}/lib**.
+- Restart the Arduino IDE if it's running.
+
+
+#### Acknowledgments
+I have not created the themes. I only collected them for personal usage.
+Most are from Arduino Forum, few are from Github. The theme directories
+are named with AuthorName--ThemeName convention.
+
+- [Jeff Thompson](https://github.com/jeffThompson/DarkArduinoTheme),
+also see [DarkProcessing
+v3.0](https://github.com/jeffThompson/DarkProcessingTheme_3.0)
+- [technobly](https://github.com/technobly/MonokaiArduinoTheme)
+
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/Read Me.txt b/theme/Arduino-Themes-master/Venom791-DarkIce/Read Me.txt
new file mode 100755
index 0000000..c0f86db
--- /dev/null
+++ b/theme/Arduino-Themes-master/Venom791-DarkIce/Read Me.txt
@@ -0,0 +1,18 @@
+DarkIce Theme by Venom791
+Supports Arduino 1.6.5 r5
+================================================================================================
+
+Installation:
+
+This theme is for windows users. Im sure MAC users will be able to figure out
+where to put the files, unfortunatly i am not a mac user.
+
+1. Backup your existing preferences + theme files/folders.
+2. Copy the perferences file in "DarkIce-Theme\appdata\arduino15\" into: "%appdata%\arduino15\"
+ OVERWRITE EVERYTHING.
+3. Copy the entire "theme" folder into "arduino-1.6.5-r5\lib\"
+ OVERWRITE EVERYTHING.
+
+Enjoy & Happy Coding.
+
+\m/ d-.-b \m/
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/appdata/arduino15/preferences.txt b/theme/Arduino-Themes-master/Venom791-DarkIce/appdata/arduino15/preferences.txt
new file mode 100755
index 0000000..fe0de7a
--- /dev/null
+++ b/theme/Arduino-Themes-master/Venom791-DarkIce/appdata/arduino15/preferences.txt
@@ -0,0 +1,77 @@
+board=uno
+build.warn_data_percentage=75
+console=true
+console.auto_clear=true
+console.error.file=stderr.txt
+console.length=500
+console.lines=4
+console.output.file=stdout.txt
+editor.antialias=true
+editor.caret.blink=true
+editor.code_folding=false
+editor.divider.size=0
+editor.external=false
+editor.font=Segoe UI,plain,14
+editor.indent=true
+editor.invalid=false
+editor.keys.alternative_cut_copy_paste=true
+editor.keys.home_and_end_travel_far=false
+editor.keys.shift_backspace_is_delete=true
+editor.languages.current=
+editor.linenumbers=false
+editor.punctuation.style=#ffffff
+editor.save_on_verify=true
+editor.tabs.expand=true
+editor.tabs.size=2
+editor.window.height.default=700
+editor.window.height.min=350
+editor.window.width.default=1000
+editor.window.width.min=700
+export.applet.separate_jar_files=false
+export.application.fullscreen=false
+export.application.platform=true
+export.application.stop=true
+export.delete_target_folder=true
+last.ide.1.6.4.daterun=1442555778
+last.ide.1.6.4.hardwarepath=D:\nico\Nico Laptop\arduino-1.6.4\hardware
+last.ide.1.6.5.daterun=1442565571
+last.ide.1.6.5.hardwarepath=C:\Users\Nico\Desktop\arduino-1.6.5-r5\hardware
+last.screen.height=1080
+last.screen.width=1920
+last.sketch.count=0
+last.sketch0.location=844,108,714,837,653
+last.sketch0.path=C:\Users\Nico\AppData\Local\Temp\untitled820067435393334772.tmp\sketch_sep18a\sketch_sep18a.ino
+last.sketch1.location=844,108,714,837,653
+last.sketch1.path=C:\Users\Nico\AppData\Local\Temp\untitled820067435393334772.tmp\sketch_sep18a\sketch_sep18a.ino
+platform.auto_file_type_associations=false
+preproc.color_datatype=true
+preproc.enhanced_casting=true
+preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
+preproc.output_parse_tree=false
+preproc.save_build_files=false
+preproc.substitute_floats=true
+preproc.substitute_unicode=true
+preproc.web_colors=true
+programmer=arduino:avrispmkii
+recent.sketches=C:\Users\Nico\Documents\Arduino\Curtain_Opener\Curtain_Opener.ino,C:\Users\Nico\Desktop\arduino-1.6.5-r5\examples\02.Digital\DigitalInputPullup\DigitalInputPullup.ino,C:\Users\Nico\Desktop\arduino-1.6.5-r5\examples\01.Basics\Fade\Fade.ino
+run.display=1
+run.options=
+run.options.memory=false
+run.options.memory.initial=64
+run.options.memory.maximum=256
+run.present.bgcolor=#666666
+run.present.exclusive=false
+run.present.stop.color=#cccccc
+serial.databits=8
+serial.debug_rate=9600
+serial.parity=N
+serial.port=COM1
+serial.stopbits=1
+sketchbook.path=C:\Users\Nico\Documents\Arduino
+software=ARDUINO
+target_package=arduino
+target_platform=avr
+update.check=true
+update.id=-8042204657117896632
+upload.using=bootloader
+upload.verify=true
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/screenshot.PNG b/theme/Arduino-Themes-master/Venom791-DarkIce/screenshot.PNG
new file mode 100755
index 0000000..9db5ef7
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/screenshot.PNG differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/buttons.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/buttons.gif
new file mode 100755
index 0000000..fcaaa02
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/lock.png b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/lock.png
new file mode 100755
index 0000000..8ba74eb
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/lock.png differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/newwindow.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/newwindow.gif
new file mode 100755
index 0000000..1cf77a6
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/newwindow.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/resize.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/resize.gif
new file mode 100755
index 0000000..4088717
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/dark.xml b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/dark.xml
new file mode 100755
index 0000000..854ef90
--- /dev/null
+++ b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/dark.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/default.xml b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/default.xml
new file mode 100755
index 0000000..7df51f7
--- /dev/null
+++ b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/syntax/default.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-left.gif
new file mode 100755
index 0000000..c427154
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-menu.gif
new file mode 100755
index 0000000..c34b0f5
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-mid.gif
new file mode 100755
index 0000000..cfb193d
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-right.gif
new file mode 100755
index 0000000..1ca6684
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-left.gif
new file mode 100755
index 0000000..c427154
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..1a2902d
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..cfb193d
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-right.gif
new file mode 100755
index 0000000..1ca6684
Binary files /dev/null and b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/Venom791-DarkIce/theme/theme.txt b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/theme.txt
new file mode 100755
index 0000000..4adb8e6
--- /dev/null
+++ b/theme/Arduino-Themes-master/Venom791-DarkIce/theme/theme.txt
@@ -0,0 +1,122 @@
+#FUNCTIONS COLOR #CCFF33 - ORANGE KEYWORD1
+#FUNCTIONS COLOR #CCFF33 - ORANGE KEYWORD2
+#STRUCTURE COLORS #FF0066 - GREEN KEYWORD3
+#VARIABLES COLOR #00979C - BLUE LITERAL1
+
+#ERROR COLOR #A61717 - RED
+#COMMENTS // COLOR #95A5A6 - LIGHT GREY
+#COMMENTS /**/ COLOR #434F54 - DARK GREY
+
+
+# GUI - STATUS
+status.notice.fgcolor = #00cfff
+status.notice.bgcolor = #222E3B
+status.error.fgcolor = #FFFFFF
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #00122F
+status.font = Arial,bold,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #222E3B
+header.text.selected.color = #00cfff
+header.text.unselected.color = #007e82
+header.text.font = Arial,bold,12
+
+# GUI - CONSOLE
+console.font = Arial,plain,12
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #182029
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #ffffff
+linestatus.bgcolor = #222E3B
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #ffffff
+editor.bgcolor = #182029
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #FFFFFF
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #000000
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# FUNCTIONS
+editor.keyword1.style = #CCFF33,bold
+editor.data_type.style = #CCFF33,bold
+
+# METHODS
+editor.keyword2.style = #CCFF33,bold
+editor.function.style = #CCFF33,bold
+
+# STRUCTURES
+editor.keyword3.style = #FF0066,bold
+editor.reserved_word.style = #FF0066,bold
+
+
+# TEXT - LITERALS
+
+# constants & datatypes
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #00cfff,plain
+editor.variable.style = #00cfff,plain
+editor.reserved_word_2.style = #00cfff,plain
+editor.literal_char.style = #00cfff,plain
+editor.literal_string_double_quote.style = #00cfff,plain
+
+# http://www.arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #FFFFFF,plain
+
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #FFFFFF,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #434F54,plain
+editor.comment2.style = #95a5a6,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceCodePro-Regular.otf b/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceCodePro-Regular.otf
new file mode 100644
index 0000000..f88f9c6
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceCodePro-Regular.otf differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceSansPro-Regular.ttf b/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceSansPro-Regular.ttf
new file mode 100755
index 0000000..ffe2786
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/fonts/SourceSansPro-Regular.ttf differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/source/Arduino-Buttons.psd b/theme/Arduino-Themes-master/arduino-theme-solarized/source/Arduino-Buttons.psd
new file mode 100644
index 0000000..0699ebf
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/source/Arduino-Buttons.psd differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/buttons.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/buttons.gif
new file mode 100644
index 0000000..9e77bcd
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/resize.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/resize.gif
new file mode 100644
index 0000000..8076b4c
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-left.gif
new file mode 100644
index 0000000..14cb2db
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-menu.gif
new file mode 100644
index 0000000..a0c86be
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-mid.gif
new file mode 100644
index 0000000..5d722db
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-right.gif
new file mode 100644
index 0000000..0ed61b5
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-left.gif
new file mode 100644
index 0000000..c96212d
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-menu.gif
new file mode 100644
index 0000000..8a6f61e
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-mid.gif
new file mode 100644
index 0000000..803dfcc
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-right.gif
new file mode 100644
index 0000000..0ebcf6b
Binary files /dev/null and b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/arduino-theme-solarized/theme/theme.txt b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/theme.txt
new file mode 100644
index 0000000..b4048b2
--- /dev/null
+++ b/theme/Arduino-Themes-master/arduino-theme-solarized/theme/theme.txt
@@ -0,0 +1,65 @@
+# base03: #002b36
+# base02: #073642
+# base01: #586e75
+# base00: #657b83
+# base0: #839496
+# base1: #93a1a1
+# base2: #eee8d5
+# base3: #fdf6e3
+# yellow: #b58900
+# orange: #cb4b16
+# red: #dc322f
+# magenta: #d33682
+# violet: #6c71c4
+# blue: #268bd2
+# cyan: #2aa198
+# green: #859900
+
+status.notice.fgcolor = #93a1a1
+status.notice.bgcolor = #073642
+status.error.fgcolor = #eee8d5
+status.error.bgcolor = #cb4b16
+status.edit.fgcolor = #eee8d5
+status.edit.bgcolor = #b58900
+status.font = SourceSansPro-Regular,plain,14
+
+header.bgcolor = #586e75
+header.text.selected.color = #cb4b16
+header.text.unselected.color = #839496
+header.text.font = SourceSansPro-Regular,plain,14
+
+console.color = #00161b
+console.output.color = #073642
+console.error.color = #cb4b16
+console.font = SourceCodePro-Regular,plain,14
+
+buttons.bgcolor = #586e75
+buttons.status.color = #eee8d5
+buttons.status.font = SourceSansPro-Regular,plain,14
+
+linestatus.color = #657b83
+linestatus.bgcolor = #073642
+linestatus.font = SourceSansPro-Regular,plain,14
+linestatus.height = 20
+
+editor.fgcolor = #93a1a1
+editor.bgcolor = #002b36
+editor.caret.color = #fdf6e3
+editor.external.bgcolor = #222222
+editor.selection.color = #fdf6e3
+editor.invalid.style = #dc322f,plain
+editor.eolmarkers = false
+editor.eolmarkers.color = #073642
+editor.brackethighlight = true
+editor.brackethighlight.color = #b58900
+
+editor.keyword1.style = #cb4b16,plain
+editor.keyword2.style = #b58900,plain
+editor.keyword3.style = #859900,plain
+editor.literal1.style = #268bd2,plain
+editor.literal2.style = #2aa198,plain
+editor.comment1.style = #586e75,plain
+editor.comment2.style = #586e75,plain
+editor.operator.style = #93a1a1,plain
+editor.label.style = #93a1a1,plain
+editor.url.style = #6c71c4,plain
diff --git a/theme/Arduino-Themes-master/docs/index.rst b/theme/Arduino-Themes-master/docs/index.rst
new file mode 100644
index 0000000..d007082
--- /dev/null
+++ b/theme/Arduino-Themes-master/docs/index.rst
@@ -0,0 +1,25 @@
+# Arduino Themes
+A collection of themes for the Arduino IDE. Installation is full manual.
+Read this [Arduino Font Installation](https://thecustomizewindows.com/2017/10/change-theme-font-syntax-highlighting-arduino-ide/)
+
+#### Installation
+- Back up your current theme by rename the folder **{Arduino IDE
+installation folder}/lib/theme** to **theme.original** or any other
+convenient name.Mac users should look in
+`~/Applications/Arduino.app/Contents/Java/lib` and Windows users should
+look in `C:\Program Files (x86)\Arduino\lib`.
+- PREFERENCES.TXT : On Windows, located here:
+`%AppData%\Roaming\Arduino`, on Mac located here:
+`~/Applications/Arduino.app/Contents/Java/lib`
+- Download the desired theme from the download link on the list above.
+- Copy the theme folder from the downloaded file to **{Arduino IDE
+installation folder}/lib**.
+- Restart the Arduino IDE if it's running.
+
+
+#### Acknowledgments
+I have not created the themes. I only collected them for personal usage.
+Most are from Arduino Forum, few are from Github. The theme directories
+are named with AuthorName--ThemeName convention.
+
+
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Arduino_Theme_Editor.png b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Arduino_Theme_Editor.png
new file mode 100755
index 0000000..9054344
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Arduino_Theme_Editor.png differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/buttons.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/buttons.gif
new file mode 100755
index 0000000..f429f5f
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/lock.png b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/lock.png
new file mode 100755
index 0000000..f8c0f69
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/lock.png differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/resize.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/resize.gif
new file mode 100755
index 0000000..de6362c
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/resize.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-left.gif
new file mode 100755
index 0000000..e30c2e5
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-menu.gif
new file mode 100755
index 0000000..9a7a27b
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-mid.gif
new file mode 100755
index 0000000..578b73e
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-right.gif
new file mode 100755
index 0000000..33a7cd9
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-left.gif
new file mode 100755
index 0000000..5b6ff9c
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-menu.gif
new file mode 100755
index 0000000..09de207
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-mid.gif
new file mode 100755
index 0000000..dcbf4da
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-right.gif
new file mode 100755
index 0000000..6050bea
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/theme.txt b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/theme.txt
new file mode 100755
index 0000000..eee77e0
--- /dev/null
+++ b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & Red/theme.txt
@@ -0,0 +1,104 @@
+# GUI - STATUS
+status.notice.fgcolor = #FF0000
+status.notice.bgcolor = #161616
+status.error.fgcolor = #C0C0C0
+status.error.bgcolor = #D20005
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = Kristen ITC,plain,14
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #000000
+header.text.selected.color = #FF0000
+header.text.unselected.color = #800000
+header.text.font = Berlin Sans FB,plain,14
+
+# GUI - CONSOLE
+console.font = Kristen ITC,plain,12
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #FF0000
+console.error.color = #FFFF00
+
+# GUI - BUTTONS
+buttons.bgcolor = #1F1F1F
+buttons.status.font = Kristen ITC,plain,14
+buttons.status.color = #FF0000
+
+# GUI - LINESTATUS
+linestatus.color = #000000
+linestatus.bgcolor = #F90006
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #D4D4D4
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private
+editor.keyword1.style = #cc6600,plain
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #cc6600,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #cc6600,bold
+
+
+# TEXT - LITERALS
+
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #006699,plain
+
+# http://arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = Verdana,plain,12
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/buttons.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/buttons.gif
new file mode 100755
index 0000000..7db93c6
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/lock.png b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/lock.png
new file mode 100755
index 0000000..e229846
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/lock.png differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/resize.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/resize.gif
new file mode 100755
index 0000000..ac34c7c
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/resize.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-left.gif
new file mode 100755
index 0000000..1ee2a51
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-menu.gif
new file mode 100755
index 0000000..75c67ba
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-mid.gif
new file mode 100755
index 0000000..d13c9a4
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-right.gif
new file mode 100755
index 0000000..5ec6699
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-left.gif
new file mode 100755
index 0000000..f037e02
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-menu.gif
new file mode 100755
index 0000000..83ec429
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-mid.gif
new file mode 100755
index 0000000..662504a
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-right.gif
new file mode 100755
index 0000000..38c074f
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/theme.txt b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/theme.txt
new file mode 100755
index 0000000..2e862a5
--- /dev/null
+++ b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Black & White/theme.txt
@@ -0,0 +1,104 @@
+# GUI - STATUS
+status.notice.fgcolor = #FFFFFF
+status.notice.bgcolor = #161616
+status.error.fgcolor = #FF0000
+status.error.bgcolor = #FFFFFF
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = Kristen ITC,plain,14
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #000000
+header.text.selected.color = #FFFFFF
+header.text.unselected.color = #000000
+header.text.font = Berlin Sans FB,plain,14
+
+# GUI - CONSOLE
+console.font = Kristen ITC,plain,12
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #FFFFFF
+console.error.color = #808080
+
+# GUI - BUTTONS
+buttons.bgcolor = #1F1F1F
+buttons.status.font = Kristen ITC,plain,14
+buttons.status.color = #FFFFFF
+
+# GUI - LINESTATUS
+linestatus.color = #000000
+linestatus.bgcolor = #FFFFFF
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #D4D4D4
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private
+editor.keyword1.style = #cc6600,plain
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #cc6600,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #cc6600,bold
+
+
+# TEXT - LITERALS
+
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #006699,plain
+
+# http://arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = Verdana,plain,12
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico0.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico0.bmp
new file mode 100755
index 0000000..619b8b7
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico0.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico1.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico1.bmp
new file mode 100755
index 0000000..2cecd64
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico1.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico2.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico2.bmp
new file mode 100755
index 0000000..711da38
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico2.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico3.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico3.bmp
new file mode 100755
index 0000000..a80e214
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico3.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico4.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico4.bmp
new file mode 100755
index 0000000..2da97e5
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico4.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico5.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico5.bmp
new file mode 100755
index 0000000..964af8f
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico5.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico6.bmp b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico6.bmp
new file mode 100755
index 0000000..6873dde
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Ico6.bmp differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/buttons.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/buttons.gif
new file mode 100755
index 0000000..4de0905
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/lock.png b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/lock.png
new file mode 100755
index 0000000..015b614
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/lock.png differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/resize.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/resize.gif
new file mode 100755
index 0000000..ed31c0a
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/resize.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-left.gif
new file mode 100755
index 0000000..252ebcc
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-menu.gif
new file mode 100755
index 0000000..3b213f4
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-mid.gif
new file mode 100755
index 0000000..4bd19a0
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-right.gif
new file mode 100755
index 0000000..4ceb3ed
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-left.gif
new file mode 100755
index 0000000..cdc9886
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-menu.gif
new file mode 100755
index 0000000..3c91771
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-mid.gif
new file mode 100755
index 0000000..c538ad2
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-right.gif
new file mode 100755
index 0000000..3150eb5
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/theme.txt b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/theme.txt
new file mode 100755
index 0000000..81e37d0
--- /dev/null
+++ b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Original/theme.txt
@@ -0,0 +1,104 @@
+# GUI - STATUS
+status.notice.fgcolor = #002325
+status.notice.bgcolor = #17A1A5
+status.error.fgcolor = #000000
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = SansSerif,plain,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #17A1A5
+header.text.selected.color = #005B5B
+header.text.unselected.color = #007e82
+header.text.font = SansSerif,plain,12
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #006468
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #ffffff
+linestatus.bgcolor = #006468
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #ffffff
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private
+editor.keyword1.style = #cc6600,plain
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #cc6600,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #cc6600,bold
+
+
+# TEXT - LITERALS
+
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #006699,plain
+
+# http://arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/Font/SourceCodePro-Regular.otf b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/Font/SourceCodePro-Regular.otf
new file mode 100755
index 0000000..a4b5006
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/Font/SourceCodePro-Regular.otf differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/buttons.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/buttons.gif
new file mode 100755
index 0000000..9e77bcd
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/lock.png b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/lock.png
new file mode 100755
index 0000000..f666bcf
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/lock.png differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/preferences.txt b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/preferences.txt
new file mode 100755
index 0000000..d1742bc
--- /dev/null
+++ b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/preferences.txt
@@ -0,0 +1,77 @@
+board=uno
+browser.linux=mozilla
+build.warn_data_percentage=75
+console=true
+console.auto_clear=true
+console.error.file=stderr.txt
+console.length=500
+console.lines=4
+console.output.file=stdout.txt
+editor.antialias=true
+editor.caret.blink=true
+editor.divider.size=2
+editor.divider.size.windows=2
+editor.external=false
+editor.font=Source Code Pro,bold,14
+editor.font.macosx=Monaco,plain,10
+editor.indent=true
+editor.invalid=false
+editor.keys.alternative_cut_copy_paste=true
+editor.keys.alternative_cut_copy_paste.macosx=false
+editor.keys.home_and_end_travel_far=false
+editor.keys.home_and_end_travel_far.macosx=true
+editor.keys.shift_backspace_is_delete=true
+editor.languages.current=
+editor.tabs.expand=true
+editor.tabs.size=2
+editor.window.height.default=600
+editor.window.height.min=290
+editor.window.width.default=500
+editor.window.width.min=400
+export.applet.separate_jar_files=false
+export.application.fullscreen=false
+export.application.platform=true
+export.application.platform.linux=true
+export.application.platform.macosx=true
+export.application.platform.windows=true
+export.application.stop=true
+export.delete_target_folder=true
+last.ide.1.5.4.daterun=1381178027
+last.ide.1.5.4.hardwarepath=C:\ARDUINO\arduino-1.5.4-r2-windows\arduino-1.5.4\hardware
+last.screen.height=768
+last.screen.width=1280
+last.sketch.count=0
+platform.auto_file_type_associations=true
+preproc.color_datatype=true
+preproc.enhanced_casting=true
+preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
+preproc.output_parse_tree=false
+preproc.save_build_files=false
+preproc.substitute_floats=true
+preproc.substitute_unicode=true
+preproc.web_colors=true
+programmer=arduino:avrispmkii
+run.display=1
+run.options=
+run.options.memory=false
+run.options.memory.initial=64
+run.options.memory.maximum=256
+run.present.bgcolor=#FF0000
+run.present.exclusive=false
+run.present.exclusive.macosx=true
+run.present.stop.color=#00FF00
+run.window.bgcolor=#E2E2E2
+serial.databits=8
+serial.debug_rate=9600
+serial.parity=N
+serial.port=COM1
+serial.stopbits=1
+sketchbook.path=C:\Documents and Settings\Administrador\Mis documentos\Arduino
+software=ARDUINO
+target_package=arduino
+target_platform=avr
+update.check=true
+update.id=-6161602137147060911
+update.last=1381168504796
+upload.using=bootloader
+upload.verify=true
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/resize.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/resize.gif
new file mode 100755
index 0000000..290db12
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/resize.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-left.gif
new file mode 100755
index 0000000..c9a0960
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-menu.gif
new file mode 100755
index 0000000..84e7560
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-mid.gif
new file mode 100755
index 0000000..14a3562
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-right.gif
new file mode 100755
index 0000000..3bb25ba
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-left.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-left.gif
new file mode 100755
index 0000000..b0dc1e8
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-menu.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-menu.gif
new file mode 100755
index 0000000..20b82b5
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-mid.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-mid.gif
new file mode 100755
index 0000000..8d49c0f
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-right.gif b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-right.gif
new file mode 100755
index 0000000..a96e42d
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/theme.txt b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/theme.txt
new file mode 100755
index 0000000..2ff38e3
--- /dev/null
+++ b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/THEME_RES/Solarized/theme.txt
@@ -0,0 +1,104 @@
+# GUI - STATUS
+status.notice.fgcolor = #B3BCC3
+status.notice.bgcolor = #1C4654
+status.error.fgcolor = #000000
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = Source Code Pro,bold,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #586E75
+header.text.selected.color = #D75E38
+header.text.unselected.color = #98AAA9
+header.text.font = Source Code Pro,bold,14
+
+# GUI - CONSOLE
+console.font = Source Code Pro,plain,12
+console.font.macosx = Monaco,plain,10
+console.color = #061D23
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #586E75
+buttons.status.font = Source Code Pro,bold,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #6A8B8F
+linestatus.bgcolor = #1C4654
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #9FB5A8
+editor.bgcolor = #153947
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #FFFF00
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private
+editor.keyword1.style = #D45F39,bold
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #6B9400,bold
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #BF9D36,bold
+
+
+# TEXT - LITERALS
+
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #439EDB,bold
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #439EDB,bold
+
+# http://arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #6B7F83,bold
+editor.comment2.style = #7e7e7e,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = Source Code Pro,plain,10
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor32.exe b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor32.exe
new file mode 100755
index 0000000..7d2aaa6
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor32.exe differ
diff --git a/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor64.exe b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor64.exe
new file mode 100755
index 0000000..55830a2
Binary files /dev/null and b/theme/Arduino-Themes-master/hilukasz-Arduino_Theme/Theme_Editor64.exe differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/README.md b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/README.md
new file mode 100755
index 0000000..c6e9ff7
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/README.md
@@ -0,0 +1,18 @@
+
+
+Dark Arduino Theme
+================
+
+Revised for Arduino version 1.6.6+, 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). Windows is located in `C:\Program Files (x86)\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).
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/screenshot.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/screenshot.png
new file mode 100755
index 0000000..459186c
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/screenshot.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/buttons.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/buttons.gif
new file mode 100755
index 0000000..e2d21ea
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/newwindow.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/newwindow.gif
new file mode 100755
index 0000000..ce0f418
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/newwindow.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/resize.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/resize.gif
new file mode 100755
index 0000000..79fcf68
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/resize.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-left.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-left.gif
new file mode 100755
index 0000000..c7ab328
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-menu.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-menu.gif
new file mode 100755
index 0000000..3ac8ef1
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-mid.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-mid.gif
new file mode 100755
index 0000000..8eae940
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-right.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-right.gif
new file mode 100755
index 0000000..e22b0ca
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-left.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-left.gif
new file mode 100755
index 0000000..3e4a8be
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-menu.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-menu.gif
new file mode 100755
index 0000000..a799d4a
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-mid.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-mid.gif
new file mode 100755
index 0000000..778e1c6
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-right.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-right.gif
new file mode 100755
index 0000000..ac84e10
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/GifButtons/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/buttons.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/buttons.gif
new file mode 100755
index 0000000..4de0905
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/close.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/close.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/close.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/lock.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/lock.png
new file mode 100755
index 0000000..015b614
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/lock.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/newwindow.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/newwindow.gif
new file mode 100755
index 0000000..1cf77a6
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/newwindow.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/resize.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/resize.gif
new file mode 100755
index 0000000..ed31c0a
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/resize.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-left.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-left.gif
new file mode 100755
index 0000000..252ebcc
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-menu.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-menu.gif
new file mode 100755
index 0000000..3b213f4
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-mid.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-mid.gif
new file mode 100755
index 0000000..4bd19a0
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-right.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-right.gif
new file mode 100755
index 0000000..4ceb3ed
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-left.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-left.gif
new file mode 100755
index 0000000..cdc9886
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-menu.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-menu.gif
new file mode 100755
index 0000000..3c91771
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-mid.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-mid.gif
new file mode 100755
index 0000000..c538ad2
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-right.gif b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-right.gif
new file mode 100755
index 0000000..3150eb5
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/OriginalButtons/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.png
new file mode 100755
index 0000000..fe63ed7
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.psd b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.psd
new file mode 100755
index 0000000..2eaf484
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.psd differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.png
new file mode 100755
index 0000000..4c63c72
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.psd b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.psd
new file mode 100755
index 0000000..5db7ec9
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.psd differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/newwindow.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/newwindow.png
new file mode 100755
index 0000000..886d82e
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/newwindow.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/resize.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/resize.png
new file mode 100755
index 0000000..0ff5703
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/resize.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/dark.xml b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/dark.xml
new file mode 100755
index 0000000..f04d68e
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/dark.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default.xml b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default.xml
new file mode 100755
index 0000000..4713a7c
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default_ORIG.xml b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default_ORIG.xml
new file mode 100755
index 0000000..650a8ac
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/syntax/default_ORIG.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-left.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-left.png
new file mode 100755
index 0000000..0d6335a
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-left.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-menu.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-menu.png
new file mode 100755
index 0000000..1891785
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-menu.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-mid.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-mid.png
new file mode 100755
index 0000000..a7343b5
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-mid.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-right.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-right.png
new file mode 100755
index 0000000..70a8aef
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-right.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-left.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-left.png
new file mode 100755
index 0000000..8e4bc9c
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-left.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-menu.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-menu.png
new file mode 100755
index 0000000..5a7824a
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-menu.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-mid.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-mid.png
new file mode 100755
index 0000000..6315998
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-mid.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-right.png b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-right.png
new file mode 100755
index 0000000..5f58e48
Binary files /dev/null and b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-unsel-right.png differ
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme.txt b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme.txt
new file mode 100755
index 0000000..edb891b
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme.txt
@@ -0,0 +1,134 @@
+#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
+#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
+#STRUCTURE COLORS #5E6D03 - GREEN KEYWORD3
+#VARIABLES COLOR #00979C - BLUE LITERAL1
+
+#ERROR COLOR #A61717 - RED
+#COMMENTS // COLOR #95A5A6 - LIGHT GREY
+#COMMENTS /**/ COLOR #434F54 - DARK GREY
+
+
+# GUI - STATUS
+status.notice.fgcolor = #002325
+status.notice.bgcolor = #404040
+status.error.fgcolor = #FFFFFF
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = SansSerif,plain,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #404040
+header.text.selected.color = #323232
+header.text.unselected.color = #3C3C3C
+header.text.font = SansSerif,plain,12
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #505050
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #ffffff
+linestatus.bgcolor = #404040
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #ffffff
+editor.bgcolor = #202020
+
+# highlight for the current line
+editor.linehighlight.color=#333333
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #a0a0a0
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #dd8800
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# FUNCTIONS
+editor.keyword1.style = #d35400,bold
+editor.data_type.style = #d35400,bold
+
+# METHODS
+editor.keyword2.style = #D35400,plain
+editor.function.style = #d35400,plain
+
+# STRUCTURES
+editor.keyword3.style = #5E6D03,plain
+editor.reserved_word.style = #5E6D03,plain
+
+
+# TEXT - LITERALS
+
+# constants & datatypes
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #00979C,plain
+editor.variable.style = #00979C,plain
+editor.reserved_word_2.style = #00979C,plain
+editor.literal_boolean.style = #00979C,plain
+editor.literal_char.style = #00979C,plain
+editor.literal_string_double_quote.style = #00979C,plain
+editor.preprocessor.style = #5E6D03,plain
+
+# http://www.arduino.cc/ - GET RID OF UNDERLINE!
+editor.url.style = #81A421,plain
+
+# e.g. + - = /
+editor.operator.style = #aaaaaa,plain
+
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #aaaaaa,plain
+editor.comment2.style = #aaaaaa,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
+
+# GUI - PLOTTING
+# color cycle created via colorbrewer2.org
+plotting.bgcolor = #ffffff
+plotting.color = #ffffff
+plotting.graphcolor.size = 4
+plotting.graphcolor.00 = #2c7bb6
+plotting.graphcolor.01 = #fdae61
+plotting.graphcolor.02 = #d7191c
+plotting.graphcolor.03 = #abd9e9
diff --git a/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme_ORIG.txt b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme_ORIG.txt
new file mode 100755
index 0000000..e583d6f
--- /dev/null
+++ b/theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme_ORIG.txt
@@ -0,0 +1,124 @@
+#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
+#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
+#STRUCTURE COLORS #5E6D03 - GREEN KEYWORD3
+#VARIABLES COLOR #00979C - BLUE LITERAL1
+
+#ERROR COLOR #A61717 - RED
+#COMMENTS // COLOR #95A5A6 - LIGHT GREY
+#COMMENTS /**/ COLOR #434F54 - DARK GREY
+
+
+# GUI - STATUS
+status.notice.fgcolor = #002325
+status.notice.bgcolor = #17A1A5
+status.error.fgcolor = #FFFFFF
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = SansSerif,plain,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #17A1A5
+header.text.selected.color = #005B5B
+header.text.unselected.color = #007e82
+header.text.font = SansSerif,plain,12
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #006468
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS
+linestatus.color = #ffffff
+linestatus.bgcolor = #006468
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #ffffff
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=false
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+
+# TEXT - KEYWORDS
+
+# FUNCTIONS
+editor.keyword1.style = #d35400,bold
+editor.data_type.style = #d35400,bold
+
+# METHODS
+editor.keyword2.style = #D35400,plain
+editor.function.style = #d35400,plain
+
+# STRUCTURES
+editor.keyword3.style = #5E6D03,plain
+editor.reserved_word.style = #5E6D03,plain
+
+
+# TEXT - LITERALS
+
+# constants & datatypes
+editor.literal1.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #00979C,plain
+editor.variable.style = #00979C,plain
+editor.reserved_word_2.style = #00979C,plain
+editor.literal_boolean.style = #00979C,plain
+editor.literal_char.style = #00979C,plain
+editor.literal_string_double_quote.style = #00979C,plain
+editor.preprocessor.style = #5E6D03,plain
+
+# http://www.arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #434f54,plain
+
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #434F54,plain
+editor.comment2.style = #95a5a6,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/README.md b/theme/Arduino-Themes-master/per1234-Arduino-retro/README.md
new file mode 100755
index 0000000..0825ad6
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/README.md
@@ -0,0 +1,8 @@
+Arduino-retro
+==========
+
+The theme of the original Arduino IDE 003 updated for compatibility with modern versions.
+
+Installation instructions at https://github.com/per1234/ino-themes.
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/screenshot.jpg b/theme/Arduino-Themes-master/per1234-Arduino-retro/screenshot.jpg
new file mode 100755
index 0000000..619cc67
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/screenshot.jpg differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.gif
new file mode 100755
index 0000000..421ccc2
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.png
new file mode 100755
index 0000000..6f4a1e3
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/buttons.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.svg b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.svg
new file mode 100755
index 0000000..2d01d66
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close@2x.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close@2x.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/close@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/license.txt b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/license.txt
new file mode 100755
index 0000000..fe2dac0
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/license.txt
@@ -0,0 +1,753 @@
+this file includes licensing information for parts of arduino.
+
+first, the gnu general public license, which covers the main body
+of the processing/arduino code (in general, all the stuff inside the 'app'
+and 'core' subfolders).
+
+next, the gnu lesser general public license that covers the arduino core
+and libraries.
+
+
+.....................................................................
+
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+
+
+.....................................................................
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.png
new file mode 100755
index 0000000..015b614
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.svg b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.svg
new file mode 100755
index 0000000..cfc7516
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock.svg
@@ -0,0 +1,13 @@
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock@2x.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock@2x.png
new file mode 100755
index 0000000..76f3f7f
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/lock@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.png
new file mode 100755
index 0000000..d6e8f85
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.svg b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.svg
new file mode 100755
index 0000000..fa25c7b
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow.svg
@@ -0,0 +1,16 @@
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow@2x.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow@2x.png
new file mode 100755
index 0000000..0e08b4c
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/newwindow@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.gif
new file mode 100755
index 0000000..59d21d9
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.png
new file mode 100755
index 0000000..7343591
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/resize.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/syntax/default.xml b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/syntax/default.xml
new file mode 100755
index 0000000..650a8ac
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/syntax/default.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.gif
new file mode 100755
index 0000000..1fbefec
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.png
new file mode 100755
index 0000000..13b789e
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.gif
new file mode 100755
index 0000000..eabde56
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.png
new file mode 100755
index 0000000..6ace550
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.gif
new file mode 100755
index 0000000..e6df088
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.png
new file mode 100755
index 0000000..47eec19
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.gif
new file mode 100755
index 0000000..be24960
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.png
new file mode 100755
index 0000000..9c6cde1
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-sel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.gif
new file mode 100755
index 0000000..6ed8391
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.png
new file mode 100755
index 0000000..b13d990
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..1587067
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.png
new file mode 100755
index 0000000..20b6e76
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..f1adaa6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.png
new file mode 100755
index 0000000..d72cca2
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.gif
new file mode 100755
index 0000000..1086fb3
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.png b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.png
new file mode 100755
index 0000000..de7b6c8
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/tab-unsel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/theme.txt b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/theme.txt
new file mode 100755
index 0000000..91bbaa4
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Arduino-retro/theme/theme.txt
@@ -0,0 +1,120 @@
+# GUI - BUTTONS
+buttons.bgcolor = #044f6f
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #216886
+header.text.selected.color = #1a1a00
+header.text.unselected.color = #ffffff
+header.text.font = SansSerif,plain,12
+
+
+# EDITOR - DETAILS
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #ffffff
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+# TEXT - KEYWORDS
+# e.g abstract, final, private
+editor.keyword1.style = #cc6600,plain
+editor.data_type.style = #cc6600,bold
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #cc6600,plain
+editor.function.style = #cc6600,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #cc6600,bold
+editor.reserved_word.style = #cc6600,plain
+
+# TEXT - LITERALS
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #006699,plain
+editor.reserved_word_2.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #006699,plain
+editor.variable.style = #006699,plain
+editor.literal_boolean.style = #006699,plain
+editor.literal_char.style = #006699,plain
+editor.literal_string_double_quote.style = #005c5f,plain
+editor.preprocessor.style = #5e6d03,plain
+
+# http://www.arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# GUI - STATUS
+status.notice.fgcolor = #000000
+status.notice.bgcolor = #54919e
+status.error.fgcolor = #ffffff
+status.error.bgcolor = #662000
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #cc9900
+status.font = SansSerif,plain,12
+
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #cccccc
+console.error.color = #ff3000
+
+
+# GUI - LINESTATUS - editor line number status bar at the bottom of the screen
+linestatus.color = #ffffff
+linestatus.bgcolor = #044f6f
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
+
+
+# GUI - PLOTTING
+# color cycle created via colorbrewer2.org
+plotting.bgcolor = #ffffff
+plotting.color = #ffffff
+plotting.graphcolor.size = 4
+plotting.graphcolor.00 = #2c7bb6
+plotting.graphcolor.01 = #fdae61
+plotting.graphcolor.02 = #d7191c
+plotting.graphcolor.03 = #abd9e9
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/README.md b/theme/Arduino-Themes-master/per1234-Wiring-theme/README.md
new file mode 100755
index 0000000..a938334
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Wiring-theme/README.md
@@ -0,0 +1,8 @@
+Wiring-theme
+==========
+
+[Wiring](http://wiring.org.co) IDE theme for the Arduino IDE.
+
+Installation instructions at https://github.com/per1234/ino-themes.
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/screenshot.jpg b/theme/Arduino-Themes-master/per1234-Wiring-theme/screenshot.jpg
new file mode 100755
index 0000000..37a00f6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/screenshot.jpg differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.gif
new file mode 100755
index 0000000..46af8ee
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.png
new file mode 100755
index 0000000..1de11c7
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/buttons.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close@2x.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close@2x.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/close@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/license.txt b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/license.txt
new file mode 100755
index 0000000..71b6d76
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/license.txt
@@ -0,0 +1,504 @@
+this file includes licensing information for parts of processing and wiring.
+
+The GNU general public license covers the main body of the Processing
+and Wiring code (most of the stuff inside the 'IDE' subfolder).
+
+
+.....................................................................
+
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+
+.....................................................................
+
+
+the original document can be found at:
+http://oss.software.ibm.com/developerworks/opensource/license10.html
+
+
+IBM Public License Version 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
+THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of International Business Machines Corporation ("IBM"),
+the Original Program, and
+
+b) in the case of each Contributor,
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+where such changes and/or additions to the Program originate from and
+are distributed by that particular Contributor. A Contribution
+'originates' from a Contributor if it was added to the Program by such
+Contributor itself or anyone acting on such Contributor's
+behalf. Contributions do not include additions to the Program which:
+(i) are separate modules of software distributed in conjunction with
+the Program under their own license agreement, and (ii) are not
+derivative works of the Program.
+
+"Contributor" means IBM and any other entity that distributes the
+Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor
+which are necessarily infringed by the use or sale of its Contribution
+alone or when combined with the Program.
+
+
+"Original Program" means the original version of the software
+accompanying this Agreement as released by IBM, including source code,
+object code and documentation, if any.
+
+"Program" means the Original Program and Contributions.
+
+"Recipient" means anyone who receives the Program under this
+Agreement, including all Contributors.
+
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby
+grants Recipient a non-exclusive, worldwide, royalty-free copyright
+license to reproduce, prepare derivative works of, publicly display,
+publicly perform, distribute and sublicense the Contribution of such
+Contributor, if any, and such derivative works, in source code and
+object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby
+grants Recipient a non-exclusive, worldwide, royalty-free patent
+license under Licensed Patents to make, use, sell, offer to sell,
+import and otherwise transfer the Contribution of such Contributor, if
+any, in source code and object code form. This patent license shall
+apply to the combination of the Contribution and the Program if, at
+the time the Contribution is added by the Contributor, such addition
+of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the
+licenses to its Contributions set forth herein, no assurances are
+provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility
+to secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow
+Recipient to distribute the Program, it is Recipient's responsibility
+to acquire that license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright
+license set forth in this Agreement.
+
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form
+under its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties
+and conditions, express and implied, including warranties or
+conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability
+for damages, including direct, indirect, special, incidental and
+consequential damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are
+offered by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable
+manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+a) it must be made available under this Agreement; and
+b) a copy of this Agreement must be included with each copy of the
+Program.
+
+Each Contributor must include the following in a conspicuous location
+in the Program:
+
+Copyright 2003, International Business Machines Corporation and
+others. All Rights Reserved.
+
+In addition, each Contributor must identify itself as the originator
+of its Contribution, if any, in a manner that reasonably allows
+subsequent Recipients to identify the originator of the Contribution.
+
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use
+of the Program, the Contributor who includes the Program in a
+commercial product offering should do so in a manner which does not
+create potential liability for other Contributors. Therefore, if a
+Contributor includes the Program in a commercial product offering,
+such Contributor ("Commercial Contributor") hereby agrees to defend
+and indemnify every other Contributor ("Indemnified Contributor")
+against any losses, damages and costs (collectively "Losses") arising
+from claims, lawsuits and other legal actions brought by a third party
+against the Indemnified Contributor to the extent caused by the acts
+or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property
+infringement. In order to qualify, an Indemnified Contributor must: a)
+promptly notify the Commercial Contributor in writing of such claim,
+and b) allow the Commercial Contributor to control, and cooperate with
+the Commercial Contributor in, the defense and any related settlement
+negotiations. The Indemnified Contributor may participate in any such
+claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.
+
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
+WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement, including but not limited to
+the risks and costs of program errors, compliance with applicable
+laws, damage to or loss of data, programs or equipment, and
+unavailability or interruption of operations.
+
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
+ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further
+action by the parties hereto, such provision shall be reformed to the
+minimum extent necessary to make such provision valid and
+enforceable.
+
+If Recipient institutes patent litigation against a Contributor with
+respect to a patent applicable to software (including a cross-claim or
+counterclaim in a lawsuit), then any patent licenses granted by that
+Contributor to such Recipient under this Agreement shall terminate as
+of the date such litigation is filed. In addition, If Recipient
+institutes patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Program
+itself (excluding combinations of the Program with other software or
+hardware
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock.png
new file mode 100755
index 0000000..015b614
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock@2x.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock@2x.png
new file mode 100755
index 0000000..76f3f7f
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/lock@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow.png
new file mode 100755
index 0000000..d6e8f85
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow@2x.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow@2x.png
new file mode 100755
index 0000000..0e08b4c
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/newwindow@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.gif
new file mode 100755
index 0000000..8dbd7eb
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.png
new file mode 100755
index 0000000..18100d2
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/resize.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/syntax/default.xml b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/syntax/default.xml
new file mode 100755
index 0000000..650a8ac
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/syntax/default.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.gif
new file mode 100755
index 0000000..f07dc87
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.png
new file mode 100755
index 0000000..c85ffa1
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.gif
new file mode 100755
index 0000000..657aae4
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.png
new file mode 100755
index 0000000..825b89e
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.gif
new file mode 100755
index 0000000..e01b3cc
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.png
new file mode 100755
index 0000000..3d4c9f6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.gif
new file mode 100755
index 0000000..3128d1f
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.png
new file mode 100755
index 0000000..31f2687
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-sel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.gif
new file mode 100755
index 0000000..1334560
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.png
new file mode 100755
index 0000000..16fd77b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..f8bc4fc
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.png
new file mode 100755
index 0000000..d91bcb0
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..418ebe8
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.png
new file mode 100755
index 0000000..d9cd012
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.gif
new file mode 100755
index 0000000..e0ffcfb
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.png b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.png
new file mode 100755
index 0000000..843b649
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/tab-unsel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/theme.txt b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/theme.txt
new file mode 100755
index 0000000..facd8b8
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-Wiring-theme/theme/theme.txt
@@ -0,0 +1,120 @@
+# GUI - BUTTONS
+buttons.bgcolor = #f8f8f7
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #666666
+
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #333332
+header.text.selected.color = #ffffff
+header.text.unselected.color = #999998
+header.text.font = SansSerif,plain,12
+
+
+# EDITOR - DETAILS
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #ffffff
+
+# highlight for the current line
+editor.linehighlight.color=#e2e2e2
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #55e8e8
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+# TEXT - KEYWORDS
+# e.g abstract, final, private
+editor.keyword1.style = #cc6600,plain
+editor.data_type.style = #cc6600,bold
+
+# e.g. beginShape, point, line
+editor.keyword2.style = #cc6600,bold
+editor.function.style = #cc6600,plain
+
+# e.g. byte, char, short, color
+editor.keyword3.style = #cc6600,bold
+editor.reserved_word.style = #cc6600,plain
+
+# TEXT - LITERALS
+# constants: e.g. null, true, this, RGB, TWO_PI
+editor.literal1.style = #006699,plain
+editor.reserved_word_2.style = #006699,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #006699,plain
+
+editor.variable.style = #006699,plain
+editor.literal_boolean.style = #006699,plain
+editor.literal_char.style = #006699,plain
+editor.literal_string_double_quote.style = #005c5f,plain
+editor.preprocessor.style = #5e6d03,plain
+
+editor.url.style = #ff5500,underlined
+
+# e.g. + - = /
+editor.operator.style = #000000,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+# TEXT - COMMENTS
+editor.comment1.style = #7e7e7e,plain
+editor.comment2.style = #7e7e7e,plain
+
+
+# GUI - STATUS
+status.notice.fgcolor = #ffffff
+status.notice.bgcolor = #333332
+status.error.fgcolor = #ffffff
+status.error.bgcolor = #bd0d00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #00a1e4
+status.font = SansSerif,plain,12
+
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #cccccb
+console.error.color = #ff3000
+
+
+# GUI - LINESTATUS - editor line number status bar at the bottom of the screen
+linestatus.color = #ffffff
+linestatus.bgcolor = #666665
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
+
+
+# GUI - PLOTTING
+# color cycle created via colorbrewer2.org
+plotting.bgcolor = #ffffff
+plotting.color = #ffffff
+plotting.graphcolor.size = 4
+plotting.graphcolor.00 = #2c7bb6
+plotting.graphcolor.01 = #fdae61
+plotting.graphcolor.02 = #d7191c
+plotting.graphcolor.03 = #abd9e9
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/README.md b/theme/Arduino-Themes-master/per1234-processing-theme/README.md
new file mode 100755
index 0000000..2765e4a
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/README.md
@@ -0,0 +1,8 @@
+processing-theme
+==========
+
+[Processing](http://processing.org/) 3 theme for the Arduino IDE.
+
+Installation instructions at https://github.com/per1234/ino-themes.
+
+
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/screenshot.jpg b/theme/Arduino-Themes-master/per1234-processing-theme/screenshot.jpg
new file mode 100755
index 0000000..4e65178
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/screenshot.jpg differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.gif
new file mode 100755
index 0000000..a4f3c64
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.png
new file mode 100755
index 0000000..87263d2
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.svg
new file mode 100755
index 0000000..4cf7a55
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons.svg
@@ -0,0 +1,997 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons@2x.png
new file mode 100755
index 0000000..9ab93ae
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/buttons@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.gif
new file mode 100755
index 0000000..8c3bb3b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.svg
new file mode 100755
index 0000000..2d01d66
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/close@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close@2x.png
new file mode 100755
index 0000000..8041c8b
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/close@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/license.txt b/theme/Arduino-Themes-master/per1234-processing-theme/theme/license.txt
new file mode 100755
index 0000000..8cc6be2
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/license.txt
@@ -0,0 +1,508 @@
+We use GPL v2 for the parts of the project that we've developed ourselves.
+For the 'core' library, it's LGPL, for everything else, it's GPL.
+
+Over the course of many years of development, files being moved around,
+and other code being added and removed, the license information has become
+quite a mess. Please help us clean this up so that others are properly
+credited and licenses are consistently/correctly noted:
+https://github.com/processing/processing/issues/224
+
+
+.....................................................................
+
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+
+.....................................................................
+
+
+the original document can be found at:
+http://oss.software.ibm.com/developerworks/opensource/license10.html
+
+
+IBM Public License Version 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
+THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of International Business Machines Corporation ("IBM"),
+the Original Program, and
+
+b) in the case of each Contributor,
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+where such changes and/or additions to the Program originate from and
+are distributed by that particular Contributor. A Contribution
+'originates' from a Contributor if it was added to the Program by such
+Contributor itself or anyone acting on such Contributor's
+behalf. Contributions do not include additions to the Program which:
+(i) are separate modules of software distributed in conjunction with
+the Program under their own license agreement, and (ii) are not
+derivative works of the Program.
+
+"Contributor" means IBM and any other entity that distributes the
+Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor
+which are necessarily infringed by the use or sale of its Contribution
+alone or when combined with the Program.
+
+
+"Original Program" means the original version of the software
+accompanying this Agreement as released by IBM, including source code,
+object code and documentation, if any.
+
+"Program" means the Original Program and Contributions.
+
+"Recipient" means anyone who receives the Program under this
+Agreement, including all Contributors.
+
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby
+grants Recipient a non-exclusive, worldwide, royalty-free copyright
+license to reproduce, prepare derivative works of, publicly display,
+publicly perform, distribute and sublicense the Contribution of such
+Contributor, if any, and such derivative works, in source code and
+object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby
+grants Recipient a non-exclusive, worldwide, royalty-free patent
+license under Licensed Patents to make, use, sell, offer to sell,
+import and otherwise transfer the Contribution of such Contributor, if
+any, in source code and object code form. This patent license shall
+apply to the combination of the Contribution and the Program if, at
+the time the Contribution is added by the Contributor, such addition
+of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the
+licenses to its Contributions set forth herein, no assurances are
+provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility
+to secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow
+Recipient to distribute the Program, it is Recipient's responsibility
+to acquire that license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright
+license set forth in this Agreement.
+
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form
+under its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties
+and conditions, express and implied, including warranties or
+conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability
+for damages, including direct, indirect, special, incidental and
+consequential damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are
+offered by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable
+manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+a) it must be made available under this Agreement; and
+b) a copy of this Agreement must be included with each copy of the
+Program.
+
+Each Contributor must include the following in a conspicuous location
+in the Program:
+
+Copyright 2003, International Business Machines Corporation and
+others. All Rights Reserved.
+
+In addition, each Contributor must identify itself as the originator
+of its Contribution, if any, in a manner that reasonably allows
+subsequent Recipients to identify the originator of the Contribution.
+
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use
+of the Program, the Contributor who includes the Program in a
+commercial product offering should do so in a manner which does not
+create potential liability for other Contributors. Therefore, if a
+Contributor includes the Program in a commercial product offering,
+such Contributor ("Commercial Contributor") hereby agrees to defend
+and indemnify every other Contributor ("Indemnified Contributor")
+against any losses, damages and costs (collectively "Losses") arising
+from claims, lawsuits and other legal actions brought by a third party
+against the Indemnified Contributor to the extent caused by the acts
+or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property
+infringement. In order to qualify, an Indemnified Contributor must: a)
+promptly notify the Commercial Contributor in writing of such claim,
+and b) allow the Commercial Contributor to control, and cooperate with
+the Commercial Contributor in, the defense and any related settlement
+negotiations. The Indemnified Contributor may participate in any such
+claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.
+
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
+WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement, including but not limited to
+the risks and costs of program errors, compliance with applicable
+laws, damage to or loss of data, programs or equipment, and
+unavailability or interruption of operations.
+
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
+ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further
+action by the parties hereto, such provision shall be reformed to the
+minimum extent necessary to make such provision valid and
+enforceable.
+
+If Recipient institutes patent litigation against a Contributor with
+respect to a patent applicable to software (including a cross-claim or
+counterclaim in a lawsuit), then any patent licenses granted by that
+Contributor to such Recipient under this Agreement shall terminate as
+of the date such litigation is filed. In addition, If Recipient
+institutes patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Program
+itself (excluding combinations of the Program with other software or
+hardware
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.gif
new file mode 100755
index 0000000..bec2cd6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.png
new file mode 100755
index 0000000..015b614
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.svg
new file mode 100755
index 0000000..cfc7516
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock.svg
@@ -0,0 +1,13 @@
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock@2x.png
new file mode 100755
index 0000000..76f3f7f
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/lock@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.gif
new file mode 100755
index 0000000..f177257
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.png
new file mode 100755
index 0000000..d6e8f85
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.svg
new file mode 100755
index 0000000..fa25c7b
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow.svg
@@ -0,0 +1,16 @@
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow@2x.png
new file mode 100755
index 0000000..0e08b4c
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/newwindow@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.gif
new file mode 100755
index 0000000..a4df4f1
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.png
new file mode 100755
index 0000000..6634df0
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.svg
new file mode 100755
index 0000000..2eaed2a
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize.svg
@@ -0,0 +1,347 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize@2x.png
new file mode 100755
index 0000000..3b35bed
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/resize@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/syntax/default.xml b/theme/Arduino-Themes-master/per1234-processing-theme/theme/syntax/default.xml
new file mode 100755
index 0000000..650a8ac
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/syntax/default.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.gif
new file mode 100755
index 0000000..3d7eb77
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.png
new file mode 100755
index 0000000..542eac6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.svg
new file mode 100755
index 0000000..12aed20
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left.svg
@@ -0,0 +1,57 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left@2x.png
new file mode 100755
index 0000000..1e0c3b6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-left@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.gif
new file mode 100755
index 0000000..e64cfa6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.png
new file mode 100755
index 0000000..ca3548e
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.svg
new file mode 100755
index 0000000..a3d5dd5
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu.svg
@@ -0,0 +1,54 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu@2x.png
new file mode 100755
index 0000000..dc19ce6
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-menu@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.gif
new file mode 100755
index 0000000..ca0ebd5
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.png
new file mode 100755
index 0000000..1a4bdc4
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.svg
new file mode 100755
index 0000000..f8f32ad
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid.svg
@@ -0,0 +1,53 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid@2x.png
new file mode 100755
index 0000000..77fe7cb
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-mid@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.gif
new file mode 100755
index 0000000..8b3affc
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.png
new file mode 100755
index 0000000..6a0b81e
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.svg
new file mode 100755
index 0000000..229326f
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right.svg
@@ -0,0 +1,59 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right@2x.png
new file mode 100755
index 0000000..6e43191
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-sel-right@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.gif
new file mode 100755
index 0000000..68b7195
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.png
new file mode 100755
index 0000000..f266f42
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.svg
new file mode 100755
index 0000000..fdbf5d0
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left.svg
@@ -0,0 +1,58 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left@2x.png
new file mode 100755
index 0000000..bc56bef
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-left@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..8809e94
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.png
new file mode 100755
index 0000000..7373493
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.svg
new file mode 100755
index 0000000..7bc91a4
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu.svg
@@ -0,0 +1,61 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu@2x.png
new file mode 100755
index 0000000..ffe2d99
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-menu@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..9f77cfc
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.png
new file mode 100755
index 0000000..0aa737c
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.svg
new file mode 100755
index 0000000..ee6aa4d
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid.svg
@@ -0,0 +1,58 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid@2x.png
new file mode 100755
index 0000000..ebae535
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-mid@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.gif
new file mode 100755
index 0000000..f31c619
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.png
new file mode 100755
index 0000000..dc1dd48
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.svg b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.svg
new file mode 100755
index 0000000..d1f44f2
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right.svg
@@ -0,0 +1,66 @@
+
+
+
+
\ No newline at end of file
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right@2x.png b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right@2x.png
new file mode 100755
index 0000000..8c489ba
Binary files /dev/null and b/theme/Arduino-Themes-master/per1234-processing-theme/theme/tab-unsel-right@2x.png differ
diff --git a/theme/Arduino-Themes-master/per1234-processing-theme/theme/theme.txt b/theme/Arduino-Themes-master/per1234-processing-theme/theme/theme.txt
new file mode 100755
index 0000000..bede7d3
--- /dev/null
+++ b/theme/Arduino-Themes-master/per1234-processing-theme/theme/theme.txt
@@ -0,0 +1,116 @@
+# GUI - BUTTONS
+buttons.bgcolor = #132638
+buttons.status.font = processing.sans,plain,12
+buttons.status.color = #ffffff
+
+
+# GUI - TABS
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #132638
+header.text.selected.color = #000000
+header.text.unselected.color = #ffffff
+header.text.font = processing.sans,bold,14
+
+
+# EDITOR - DETAILS
+# foreground and background colors
+editor.fgcolor = #000000
+editor.bgcolor = #ffffff
+
+# highlight for the current line
+editor.linehighlight.color=#ebfffd
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #333300
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #ffcc00
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #006699
+
+# TEXT - KEYWORDS
+# FUNCTIONS
+editor.keyword1.style = #d35400,bold
+editor.data_type.style = #d35400,bold
+
+# METHODS
+editor.keyword2.style = #d35400,plain
+editor.function.style = #d35400,plain
+
+# STRUCTURES
+editor.keyword3.style = #5e6d03,plain
+editor.reserved_word.style = #5e6d03,plain
+
+# TEXT - LITERALS
+editor.literal1.style = #00979c,plain
+editor.reserved_word_2.style = #00979c,plain
+
+editor.literal2.style = #00979c,plain
+editor.variable.style = #00979c,plain
+editor.literal_boolean.style = #00979c,plain
+editor.literal_char.style = #00979c,plain
+editor.literal_string_double_quote.style = #005c5f,plain
+editor.preprocessor.style = #5e6d03,plain
+
+# http://www.arduino.cc/
+editor.url.style = #0000ff,underlined
+
+# e.g. + - = /
+editor.operator.style = #434f54,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #7e7e7e,bold
+
+# TEXT - COMMENTS
+editor.comment1.style = #434f54,plain
+editor.comment2.style = #95a5a6,plain
+
+
+# GUI - STATUS
+status.notice.fgcolor = #000000
+status.notice.bgcolor = #818b95
+status.error.fgcolor = #ffffff
+status.error.bgcolor = #9e0a0a
+status.font = processing.sans,plain,13
+
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #cccccc
+# text color for warnings/errors printed in the console
+console.error.color = #d9211e
+
+
+# GUI - LINESTATUS - editor line number status bar at the bottom of the screen
+linestatus.color = #e0fffd
+linestatus.bgcolor = #132638
+linestatus.font = processing.sans,bold,12
+linestatus.height = 20
+
+
+# GUI - PLOTTING
+# color cycle created via colorbrewer2.org
+plotting.bgcolor = #ffffff
+plotting.color = #ffffff
+plotting.graphcolor.size = 4
+plotting.graphcolor.00 = #2c7bb6
+plotting.graphcolor.01 = #fdae61
+plotting.graphcolor.02 = #d7191c
+plotting.graphcolor.03 = #abd9e9
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/README.md b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/README.md
new file mode 100755
index 0000000..a95f9d4
--- /dev/null
+++ b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/README.md
@@ -0,0 +1,27 @@
+
+
+Monokai Arduino Theme
+================
+
+If you love Sublime Text 2 and the Monokai Color Style, here's a similar theme/skin for the Arduino IDE.
+There are not enough system variables to make it exact, but it's much better than the default.
+
+\- \- \-
+
+####INSTALLATION
+1. **PREFERENCES.TXT**
+On Windows, located here: `%AppData%\Roaming\Arduino` replace your `preferences.txt` with mine.
+2. **THEME FOLDER**
+On Windows, located here: `..\arduino-1.0.5\lib\` replace the `theme` folder inside (making a copy of the original in case you hate my changes!)
+This folder contains a 'themes.txt' file with the bulk of the changes (mostly colors). Buttons and tabs are stored as image files, which have been modified to fit the color scheme
+
+####PSD 'BUTTONS' FILE
+The `theme` folder also includes a Photoshop (.psd) file for the buttons which includes a saved selection for easier changing of the background. This can be accessed through the 'Channels' panel.
+
+\- \- \-
+
+\[ all code available under [Creative Commons BY-NC-SA license](http://creativecommons.org/licenses/by-nc-sa/3.0/) - feel free to use but please include credit to all authors \]
+
+####CREDITS
+1. Images - Jeff Thompson [https://github.com/jeffThompson/DarkArduinoTheme](https://github.com/jeffThompson/DarkArduinoTheme)
+2. Monokai Styling (Theme.txt, Preferences.txt) - Technobly [https://github.com/technobly/MonokaiArduinoTheme](https://github.com/technobly/MonokaiArduinoTheme)
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/preferences.txt b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/preferences.txt
new file mode 100755
index 0000000..d3e90d2
--- /dev/null
+++ b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/preferences.txt
@@ -0,0 +1,76 @@
+board=atmega328
+browser.linux=mozilla
+build.verbose=false
+console=true
+console.auto_clear=true
+console.error.file=stderr.txt
+console.length=500
+console.lines=4
+console.output.file=stdout.txt
+editor.antialias=false
+editor.caret.blink=true
+editor.divider.size=0
+editor.divider.size.windows=2
+editor.external=false
+editor.font=Monospaced,bold,16
+editor.font.macosx=Monospaced,bold,16
+editor.indent=true
+editor.invalid=false
+editor.keys.alternative_cut_copy_paste=false
+editor.keys.alternative_cut_copy_paste.macosx=false
+editor.keys.home_and_end_travel_far=false
+editor.keys.home_and_end_travel_far.macosx=false
+editor.keys.shift_backspace_is_delete=false
+editor.languages.current=
+editor.tabs.expand=true
+editor.tabs.size=2
+editor.update_extension=true
+editor.window.height.default=600
+editor.window.height.min=290
+editor.window.width.default=800
+editor.window.width.min=400
+export.applet.separate_jar_files=false
+export.application.fullscreen=false
+export.application.platform=true
+export.application.platform.linux=true
+export.application.platform.macosx=true
+export.application.platform.windows=true
+export.application.stop=true
+export.delete_target_folder=true
+last.screen.height=1200
+last.screen.width=1920
+last.serial.location=102,73,1698,1068
+last.sketch.count=0
+platform.auto_file_type_associations=false
+preproc.color_datatype=true
+preproc.enhanced_casting=true
+preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
+preproc.output_parse_tree=false
+preproc.save_build_files=false
+preproc.substitute_floats=true
+preproc.substitute_unicode=true
+preproc.web_colors=true
+programmer=arduino:arduinoisp
+run.display=1
+run.options=
+run.options.memory=false
+run.options.memory.initial=64
+run.options.memory.maximum=256
+run.present.bgcolor=#666666
+run.present.exclusive=true
+run.present.exclusive.macosx=true
+run.present.stop.color=#cccccc
+run.window.bgcolor=#F0F0F0
+serial.databits=8
+serial.debug_rate=9600
+serial.parity=N
+serial.port=
+serial.stopbits=1
+sketchbook.path=
+target=arduino
+update.check=true
+update.id=
+update.last=
+upload.using=bootloader
+upload.verbose=false
+upload.verify=true
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/screenshot.png b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/screenshot.png
new file mode 100755
index 0000000..afbf254
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/screenshot.png differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.gif
new file mode 100755
index 0000000..e2d21ea
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.psd b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.psd
new file mode 100755
index 0000000..2eaf484
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/buttons.psd differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/resize.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/resize.gif
new file mode 100755
index 0000000..79fcf68
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/resize.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-left.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-left.gif
new file mode 100755
index 0000000..c7ab328
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-left.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-menu.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-menu.gif
new file mode 100755
index 0000000..3ac8ef1
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-mid.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-mid.gif
new file mode 100755
index 0000000..8eae940
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-right.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-right.gif
new file mode 100755
index 0000000..e22b0ca
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-sel-right.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-left.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-left.gif
new file mode 100755
index 0000000..3e4a8be
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-left.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-menu.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-menu.gif
new file mode 100755
index 0000000..a799d4a
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-menu.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-mid.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-mid.gif
new file mode 100755
index 0000000..778e1c6
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-mid.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-right.gif b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-right.gif
new file mode 100755
index 0000000..ac84e10
Binary files /dev/null and b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/tab-unsel-right.gif differ
diff --git a/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/theme.txt b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/theme.txt
new file mode 100755
index 0000000..248a54e
--- /dev/null
+++ b/theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/theme/theme.txt
@@ -0,0 +1,108 @@
+# GUI - STATUS
+status.notice.fgcolor = #F8F8F2
+status.notice.bgcolor = #404040
+status.error.fgcolor = #FFFFFF
+status.error.bgcolor = #E34C00
+status.edit.fgcolor = #000000
+status.edit.bgcolor = #F1B500
+status.font = SansSerif,plain,12
+
+# GUI - TABS
+# settings for the tabs at the top
+# (tab images are stored in the lib/theme folder)
+header.bgcolor = #404040
+header.text.selected.color = #323232
+header.text.unselected.color = #3C3C3C
+header.text.font = SansSerif,plain,12
+
+# GUI - CONSOLE
+console.font = Monospaced,plain,11
+console.font.macosx = Monaco,plain,10
+console.color = #000000
+console.output.color = #eeeeee
+console.error.color = #E34C00
+
+# GUI - BUTTONS
+buttons.bgcolor = #505050
+buttons.status.font = SansSerif,plain,12
+buttons.status.color = #ffffff
+
+# GUI - LINESTATUS - editor line number status bar at the bottom of the screen
+linestatus.color = #ffffff
+linestatus.bgcolor = #404040
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
+
+# EDITOR - DETAILS
+
+# foreground and background colors
+editor.fgcolor = #F8F8F2
+editor.bgcolor = #272822
+
+# highlight for the current line
+editor.linehighlight.color=#3E3D32
+# highlight for the current line
+editor.linehighlight=true
+
+# caret blinking and caret color
+editor.caret.color = #F8F8F0
+
+# color to be used for background when 'external editor' enabled
+editor.external.bgcolor = #c8d2dc
+
+# selection color
+editor.selection.color = #49483E
+
+# area that's not in use by the text (replaced with tildes)
+editor.invalid.style = #7e7e7e,bold
+
+# little pooties at the end of lines that show where they finish
+editor.eolmarkers = false
+editor.eolmarkers.color = #999999
+
+# bracket/brace highlighting
+editor.brackethighlight = true
+editor.brackethighlight.color = #F8F8F2
+
+
+# TEXT - KEYWORDS
+
+# e.g abstract, final, private, if, for
+editor.keyword1.style = #F92672,plain
+
+# e.g. byte, char, short, color, null, true, this, built in functions
+# #A6E22E green
+# #AE81FF purple
+# #66d9ef blue
+editor.keyword2.style = #66d9ef,plain
+
+# e.g. setup, loop
+editor.keyword3.style = #F92672,bold
+
+# TEXT - LITERALS
+
+# constants: e.g. "strings",'stings'
+editor.literal1.style = #E6DB74,plain
+
+# p5 built in variables: e.g. mouseX, width, pixels
+editor.literal2.style = #AE81FF,plain
+
+# http://arduino.cc/
+editor.url.style = #E6DB74,underlined
+
+# e.g. + - = /
+editor.operator.style = #F92672,plain
+
+# ?? maybe this is for words followed by a colon
+# like in case statements or goto
+editor.label.style = #AE81FF,bold
+
+
+# TEXT - COMMENTS
+editor.comment1.style = #75715E,plain
+editor.comment2.style = #75715E,plain
+
+
+# LINE STATUS - editor line number status bar at the bottom of the screen
+linestatus.font = SansSerif,plain,10
+linestatus.height = 20
diff --git a/theme/Black.zip b/theme/Black.zip
new file mode 100644
index 0000000..f306206
Binary files /dev/null and b/theme/Black.zip differ
diff --git a/theme/Caffeine.zip b/theme/Caffeine.zip
new file mode 100644
index 0000000..06ef323
Binary files /dev/null and b/theme/Caffeine.zip differ
diff --git a/theme/Dark.zip b/theme/Dark.zip
new file mode 100644
index 0000000..788957f
Binary files /dev/null and b/theme/Dark.zip differ
diff --git a/theme/DarkIce.zip b/theme/DarkIce.zip
new file mode 100644
index 0000000..446d8a4
Binary files /dev/null and b/theme/DarkIce.zip differ
diff --git a/theme/Ipower.zip b/theme/Ipower.zip
new file mode 100644
index 0000000..8180c15
Binary files /dev/null and b/theme/Ipower.zip differ
diff --git a/theme/Jerware.zip b/theme/Jerware.zip
new file mode 100644
index 0000000..30b2855
Binary files /dev/null and b/theme/Jerware.zip differ
diff --git a/theme/Monokay.zip b/theme/Monokay.zip
new file mode 100644
index 0000000..dfc597c
Binary files /dev/null and b/theme/Monokay.zip differ
diff --git a/theme/Negative.zip b/theme/Negative.zip
new file mode 100644
index 0000000..ac603e5
Binary files /dev/null and b/theme/Negative.zip differ
diff --git a/theme/Ocean.zip b/theme/Ocean.zip
new file mode 100644
index 0000000..36da4e8
Binary files /dev/null and b/theme/Ocean.zip differ
diff --git a/theme/OneDark.zip b/theme/OneDark.zip
new file mode 100644
index 0000000..08364ce
Binary files /dev/null and b/theme/OneDark.zip differ
diff --git a/theme/Processing.zip b/theme/Processing.zip
new file mode 100644
index 0000000..4500d80
Binary files /dev/null and b/theme/Processing.zip differ
diff --git a/theme/Retro.zip b/theme/Retro.zip
new file mode 100644
index 0000000..1100a2b
Binary files /dev/null and b/theme/Retro.zip differ
diff --git a/theme/Smilem.zip b/theme/Smilem.zip
new file mode 100644
index 0000000..f35b2a6
Binary files /dev/null and b/theme/Smilem.zip differ
diff --git a/theme/VeryDark.zip b/theme/VeryDark.zip
new file mode 100644
index 0000000..bb8f99b
Binary files /dev/null and b/theme/VeryDark.zip differ
diff --git a/theme/VisualStudio.zip b/theme/VisualStudio.zip
new file mode 100644
index 0000000..60a6c7f
Binary files /dev/null and b/theme/VisualStudio.zip differ
diff --git a/theme/Wiring.zip b/theme/Wiring.zip
new file mode 100644
index 0000000..0be2961
Binary files /dev/null and b/theme/Wiring.zip differ