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 : + +![ArduinoThemes1](https://raw.github.com/technobly/MonokaiArduinoTheme/master/screenshot.png) + +DarkIce : + +![ArduinoThemes2](https://raw.githubusercontent.com/AbhishekGhosh/Arduino-Themes/master/Venom791-DarkIce/screenshot.PNG) + +DarkArduino : + +![screenshot](https://raw.githubusercontent.com/jeffThompson/DarkArduinoTheme/master/screenshot.png) + +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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +