Added some themes.

This commit is contained in:
Johannes Findeisen 2022-12-19 08:50:04 +01:00
commit ced2b6befd
304 changed files with 6182 additions and 0 deletions

View file

@ -0,0 +1,27 @@
![screenshot](https://raw.github.com/technobly/MonokaiArduinoTheme/master/screenshot.png)
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)

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

View file

@ -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