Added some themes.
18
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/README.md
Executable file
|
|
@ -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).
|
||||
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/screenshot.png
Executable file
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 877 B |
|
After Width: | Height: | Size: 856 B |
|
After Width: | Height: | Size: 842 B |
|
After Width: | Height: | Size: 885 B |
|
After Width: | Height: | Size: 822 B |
|
After Width: | Height: | Size: 843 B |
|
After Width: | Height: | Size: 861 B |
|
After Width: | Height: | Size: 932 B |
|
After Width: | Height: | Size: 822 B |
|
After Width: | Height: | Size: 861 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 375 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 91 B |
|
After Width: | Height: | Size: 73 B |
|
After Width: | Height: | Size: 73 B |
|
After Width: | Height: | Size: 114 B |
|
After Width: | Height: | Size: 54 B |
|
After Width: | Height: | Size: 87 B |
|
After Width: | Height: | Size: 73 B |
|
After Width: | Height: | Size: 114 B |
|
After Width: | Height: | Size: 54 B |
|
After Width: | Height: | Size: 73 B |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.png
Executable file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/buttons.psd
Executable file
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/lock.psd
Executable file
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/newwindow.png
Executable file
|
After Width: | Height: | Size: 1,010 B |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/resize.png
Executable file
|
After Width: | Height: | Size: 1,018 B |
|
|
@ -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="false"/>
|
||||
<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="E0E2E4"/>
|
||||
|
||||
<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>
|
||||
|
|
@ -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="ffffff" bg="aaaaaa" highlightBoth="true" 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="cccccc"/>
|
||||
<foldIndicator fg="cccccc" iconBg="aaaaaa"/>
|
||||
<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="aaaaaa"/>
|
||||
<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="aaaaaa"/>
|
||||
<style token="PREPROCESSOR" fg="A082BD"/>
|
||||
<style token="REGEX" fg="d39745"/>
|
||||
<style token="SEPARATOR" fg="aaaaaa"/>
|
||||
<style token="VARIABLE" fg="ae9fbf" bold="true"/>
|
||||
<style token="WHITESPACE" fg="E0E2E4"/>
|
||||
|
||||
<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>
|
||||
|
|
@ -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="ffffff"/>
|
||||
<caret color="424242"/>
|
||||
<selection fg="ffffff" bg="4a90d9" />
|
||||
<currentLineHighlight color="ffffaa" fade="false"/>
|
||||
<marginLine fg="b0b4b9"/>
|
||||
<markAllHighlight color="ffc800"/>
|
||||
<markOccurrencesHighlight color="d4d4d4" border="false"/>
|
||||
<matchedBracket fg="000080" bg="ffffff" highlightBoth="false" animate="false"/>
|
||||
<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="ffffff"/>
|
||||
<iconRowHeader activeLineRange="3399ff"/>
|
||||
|
||||
<!-- Syntax tokens. -->
|
||||
<tokenStyles>
|
||||
<style token="IDENTIFIER" fg="000000"/>
|
||||
<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="000000" 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="000000" bold="false"/>
|
||||
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="000000"/>
|
||||
<style token="LITERAL_NUMBER_FLOAT" fg="000000"/>
|
||||
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="000000"/>
|
||||
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="006699"/>
|
||||
<style token="LITERAL_CHAR" fg="006699"/>
|
||||
<style token="LITERAL_BACKQUOTE" fg="000000"/>
|
||||
|
||||
<style token="OPERATOR" fg="804040"/>
|
||||
<style token="REGEX" fg="008040"/>
|
||||
<style token="SEPARATOR" fg="000000" />
|
||||
<style token="WHITESPACE" fg="000000"/>
|
||||
<style token="ERROR_IDENTIFIER" fg="000000" />
|
||||
<style token="ERROR_NUMBER_FORMAT" fg="000000" />
|
||||
<style token="ERROR_STRING_DOUBLE" fg="000000" />
|
||||
<style token="ERROR_CHAR" fg="000000" />
|
||||
</tokenStyles>
|
||||
|
||||
</RSyntaxTheme>
|
||||
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-left.png
Executable file
|
After Width: | Height: | Size: 965 B |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-menu.png
Executable file
|
After Width: | Height: | Size: 1 KiB |
BIN
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/tab-sel-mid.png
Executable file
|
After Width: | Height: | Size: 947 B |
|
After Width: | Height: | Size: 965 B |
|
After Width: | Height: | Size: 1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 947 B |
|
After Width: | Height: | Size: 1 KiB |
134
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme.txt
Executable file
|
|
@ -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
|
||||
124
theme/Arduino-Themes-master/jeffThompson-DarkArduinoTheme/theme/theme_ORIG.txt
Executable file
|
|
@ -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
|
||||