#FUNCTIONS COLOR 			#D35400 - ORANGE			KEYWORD1
#FUNCTIONS COLOR			#D35400 - ORANGE			KEYWORD2
#STRUCTURE COLORS 			#5E6D03 - GREEN				KEYWORD3
#VARIABLES COLOR 			#00979C - BLUE				LITERAL1

#ERROR COLOR				#ff0000 - RED
#COMMENTS // COLOR			#a0a0a0 - LIGHT GREY
#COMMENTS /**/ COLOR		        #a0a0a0	- DARK GREY


# GUI - STATUS
status.notice.fgcolor = #ffffff
status.notice.bgcolor = #505050
status.error.fgcolor = #ffffff
status.error.bgcolor = #E34C00
status.edit.fgcolor = #E34C00
status.edit.bgcolor = #F1B500
status.font = Hack,bold,14

# GUI - TABS
# settings for the tabs at the top
# (tab images are stored in the lib/theme folder)  b8b8b8
header.bgcolor = #505050
header.text.selected.color = #31cc98 
header.text.unselected.color = #404040
header.text.font = Hack,bold,14

# GUI - CONSOLE
console.font = Monospaced,plain,13
console.font.macosx = Monaco,plain,15
console.color = #000000
console.output.color = #ffffff
console.error.color = #ff0000

# GUI - BUTTONS
buttons.bgcolor = #006633 
buttons.status.font = Arial black,plain,14
buttons.status.color = #ffff33

# GUI - LINESTATUS
linestatus.color = #202020
linestatus.bgcolor = #abb1ba
linestatus.font	   = Hack,plain,12
linestatus.height  = 20

# EDITOR - DETAILS

# foreground and background colors
editor.fgcolor = #ffffff
editor.bgcolor = #202020

# highlight for the current line 3E3D32
editor.linehighlight.color=#455f4f
# 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 dd8800
editor.selection.color = #004200

# 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 = #ff0000,bold
editor.data_type.style = #ff0000,bold

# METHODS
editor.keyword2.style = #ff0000,bold
editor.function.style = #ff0000,bold

# STRUCTURES
editor.keyword3.style = #76ff03,bold
editor.reserved_word.style = #76ff03,bold


# TEXT - LITERALS

# constants & datatypes
editor.literal1.style = #006699,plain

# p5 built in variables: e.g. mouseX, width, pixels
editor.literal2.style = #00bcd4,plain
editor.variable.style = #00bcd4,plain
editor.reserved_word_2.style = #00bcd4,bold
editor.literal_boolean.style = #00bcd4,plain
editor.literal_char.style = #00bcd4,plain
editor.literal_string_double_quote.style = #ffffff,bold
editor.preprocessor.style = #9ecc14,bold

# 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 = #a0a0a0,plain
editor.comment2.style = #a0a0a0,plain


# LINE STATUS - editor line number status bar at the bottom of the screen
linestatus.font	   = Hack,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
