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