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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd">
<!--
Dark theme based off of Notepad++'s Obsidian theme.
See theme.dtd and org.fife.ui.rsyntaxtextarea.Theme for more information.
-->
<RSyntaxTheme version="1.0">
<!-- Omitting baseFont will use a system-appropriate monospaced. -->
<!--<baseFont family="..." size="13"/>-->
<!-- General editor colors. -->
<background color="293134"/>
<caret color="c1cbc2"/>
<selection useFG="false" bg="404E51" roundedEdges="false"/>
<currentLineHighlight color="2F393C" fade="false"/>
<marginLine fg="394448"/>
<markAllHighlight color="6b8189"/> <!-- TODO: Fix me -->
<markOccurrencesHighlight color="5b7179" border="false"/>
<matchedBracket fg="6A8088" bg="6b8189" highlightBoth="false" animate="true"/>
<hyperlinks fg="a082bd"/>
<secondaryLanguages>
<language index="1" bg="333344"/>
<language index="2" bg="223322"/>
<language index="3" bg="332222"/>
</secondaryLanguages>
<!-- Gutter styling. -->
<gutterBorder color="81969A"/>
<lineNumbers fg="81969A"/>
<foldIndicator fg="6A8088" iconBg="2f383c"/>
<iconRowHeader activeLineRange="3399ff"/>
<!-- Syntax tokens. -->
<tokenStyles>
<style token="IDENTIFIER" fg="E0E2E4"/>
<style token="RESERVED_WORD" fg="93C763" bold="true"/>
<style token="RESERVED_WORD_2" fg="93C763" bold="true"/>
<style token="ANNOTATION" fg="E8E2B7"/>
<style token="COMMENT_DOCUMENTATION" fg="6C788C"/>
<style token="COMMENT_EOL" fg="66747B"/>
<style token="COMMENT_MULTILINE" fg="66747B"/>
<style token="COMMENT_KEYWORD" fg="ae9fbf"/>
<style token="COMMENT_MARKUP" fg="ae9fbf"/>
<style token="FUNCTION" fg="E0E2E4"/>
<style token="DATA_TYPE" fg="678CB1" bold="true"/>
<style token="LITERAL_BOOLEAN" fg="93C763" bold="true"/>
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="FFCD22"/>
<style token="LITERAL_NUMBER_FLOAT" fg="FFCD22"/>
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="FFCD22"/>
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="EC7600"/>
<style token="LITERAL_CHAR" fg="EC7600"/>
<style token="LITERAL_BACKQUOTE" fg="EC7600"/>
<style token="MARKUP_TAG_DELIMITER" fg="678CB1"/>
<style token="MARKUP_TAG_NAME" fg="ABBFD3" bold="true"/>
<style token="MARKUP_TAG_ATTRIBUTE" fg="B3B689"/>
<style token="MARKUP_TAG_ATTRIBUTE_VALUE" fg="e1e2cf"/>
<style token="MARKUP_COMMENT" fg="66747B"/>
<style token="MARKUP_DTD" fg="A082BD"/>
<style token="MARKUP_PROCESSING_INSTRUCTION" fg="A082BD"/>
<style token="MARKUP_CDATA" fg="d5e6f0"/>
<style token="MARKUP_CDATA_DELIMITER" fg="ae9fbf"/>
<style token="MARKUP_ENTITY_REFERENCE" fg="678CB1"/>
<style token="OPERATOR" fg="E8E2B7"/>
<style token="PREPROCESSOR" fg="A082BD"/>
<style token="REGEX" fg="d39745"/>
<style token="SEPARATOR" fg="E8E2B7"/>
<style token="VARIABLE" fg="ae9fbf" bold="true"/>
<style token="WHITESPACE" fg="ffffff"/>
<style token="ERROR_IDENTIFIER" fg="E0E2E4" bg="04790e"/>
<style token="ERROR_NUMBER_FORMAT" fg="E0E2E4" bg="04790e"/>
<style token="ERROR_STRING_DOUBLE" fg="E0E2E4" bg="04790e"/>
<style token="ERROR_CHAR" fg="E0E2E4" bg="04790e"/>
</tokenStyles>
</RSyntaxTheme>

View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd">
<!--
RSyntaxTextArea's default theme.
See theme.dtd and org.fife.ui.rsyntaxtextarea.Theme for more information.
-->
<RSyntaxTheme version="1.0">
<!-- Omitting baseFont will use a system-appropriate monospaced. -->
<!--<baseFont family="..." size="13"/>-->
<!-- General editor colors. -->
<background color="CCCCCC"/>
<caret color="424242"/>
<selection fg="CCCCCC" bg="4a90d9" />
<currentLineHighlight color="ffffaa" fade="false"/>
<marginLine fg="b0b4b9"/>
<markAllHighlight color="ffc800"/>
<markOccurrencesHighlight color="d4d4d4" border="false"/>
<matchedBracket fg="000080" bg="CCCCCC" highlightBoth="false" animate="true"/>
<hyperlinks fg="0000ff"/>
<secondaryLanguages>
<language index="1" bg="fff0cc"/>
<language index="2" bg="dafeda"/>
<language index="3" bg="ffe0f0"/>
</secondaryLanguages>
<!-- Gutter styling. -->
<gutterBorder color="dddddd"/>
<lineNumbers fg="787878"/>
<foldIndicator fg="808080" iconBg="CCCCCC"/>
<iconRowHeader activeLineRange="3399ff"/>
<!-- Syntax tokens. -->
<tokenStyles>
<style token="IDENTIFIER" fg="CCCCCC"/>
<style token="DATA_TYPE" fg="008080" bold="true"/>
<style token="FUNCTION" fg="cc6600"/>
<style token="VARIABLE" fg="cc6600" bold="true"/>
<style token="RESERVED_WORD" fg="024f8b" bold="true"/>
<style token="RESERVED_WORD_2" fg="008080" bold="false"/>
<style token="PREPROCESSOR" fg="CCCCCC" bold="false"/>
<style token="ANNOTATION" fg="808080"/>
<style token="COMMENT_DOCUMENTATION" fg="7e7e7e"/>
<style token="COMMENT_EOL" fg="7e7e7e"/>
<style token="COMMENT_MULTILINE" fg="7e7e7e"/>
<style token="COMMENT_KEYWORD" fg="7F9FBF" bold="true"/>
<style token="COMMENT_MARKUP" fg="7f7f9f"/>
<style token="LITERAL_BOOLEAN" fg="CCCCCC" bold="false"/>
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="CCCCCC"/>
<style token="LITERAL_NUMBER_FLOAT" fg="CCCCCC"/>
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="CCCCCC"/>
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="006699"/>
<style token="LITERAL_CHAR" fg="006699"/>
<style token="LITERAL_BACKQUOTE" fg="CCCCCC"/>
<style token="OPERATOR" fg="804040"/>
<style token="REGEX" fg="008040"/>
<style token="SEPARATOR" fg="CCCCCC" />
<style token="WHITESPACE" fg="CCCCCC"/>
<style token="ERROR_IDENTIFIER" fg="CCCCCC" />
<style token="ERROR_NUMBER_FORMAT" fg="CCCCCC" />
<style token="ERROR_STRING_DOUBLE" fg="CCCCCC" />
<style token="ERROR_CHAR" fg="CCCCCC" />
</tokenStyles>
</RSyntaxTheme>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Some files were not shown because too many files have changed in this diff Show more