33status.notice.fgcolor = #000000
44status.notice.bgcolor = #818b95
55status.error.fgcolor = #ffffff
6- #status.error.bgcolor = #662000
7- status.error.bgcolor = #9e1916
6+ status.error.bgcolor = #9E0A0A
87status.edit.fgcolor = #000000
98status.edit.bgcolor = #cc9900
109status.font = processing.sans,plain,13
@@ -36,10 +35,7 @@ footer.tab.unselected.color = #1f3241
3635# The font is handled by preferences, so its size/etc are modifiable.
3736console.color = #000000
3837console.output.color = #cccccc
39- #console.error.color = #ff3000
40- # too dark!
41- #console.error.color = #9e1916
42- # brightened version
38+ # text color for errors printed in the console
4339console.error.color = #d9211e
4440
4541# TOOLBAR BUTTONS
@@ -62,10 +58,6 @@ divider.dot.diameter = 3
6258divider.dot.color = #505050
6359
6460# TOOLBAR BUTTON TEXT
65- #buttons.status.font = processing.sans,bold,13
66- #buttons.status.color = #ffffff
67- #toolbar.sketch.font = processing.sans,plain,24
68- #toolbar.sketch.color = #ffffff
6961toolbar.rollover.font = processing.sans,plain,12
7062toolbar.rollover.color = #ffffff
7163toolbar.gradient.top = #142a3e
@@ -84,13 +76,6 @@ mode.title.color = #ffffff
8476mode.background.color = #132638
8577mode.outline.color = #3a505e
8678
87- # LINE STATUS
88- # The editor line number status bar at the bottom of the screen
89- #linestatus.color = #ffffff
90- #linestatus.bgcolor = #29333d
91- #linestatus.font = processing.sans,plain,13
92- #linestatus.height = 20
93-
9479
9580# EDITOR - DETAILS
9681
@@ -125,4 +110,38 @@ editor.gutter.text.font = processing.mono,plain,11
125110#editor.gutter.text.color = #657d87
126111#editor.gutter.text.color = #587478
127112editor.gutter.text.color = #bbd6d5
113+
114+ # bgcolor for the current (highlighted) line
128115editor.gutter.linehighlight.color=#587478
116+
117+ # left- and right-hand gutter color
118+ editor.gutter.bgcolor = #122535
119+
120+ # squiggly line underneath errors in the editor
121+ editor.error.underline.color = #C40E0E
122+ # squiggly line underneath warnings
123+ editor.warning.underline.color = #ffc30e
124+ # lines next to the scrollbar showing where errors are located
125+ editor.column.error.color = #9F1613
126+ editor.column.warning.color = #ffc30e
127+
128+
129+ # DEBUGGER
130+
131+ # breakpointed line background color
132+ breakpoint.bgcolor = #f0f0f0
133+ # marker for breakpointed lines in left hand gutter (2 ascii characters)
134+ breakpoint.marker = <>
135+ breakpoint.marker.color = #4a545e
136+
137+ # current line background color
138+ currentline.bgcolor = #ffff96
139+ # marker for the current line in left hand gutter (2 ascii characters)
140+ currentline.marker = ->
141+ currentline.marker.color = #e27500
142+
143+ # color of vertical separation line
144+ #gutter.linecolor = #e9e9e9
145+ # space (in px) added to left and right of gutter markers
146+ gutter.padding = 3
147+
0 commit comments