11# STATUS
22# Status messages (1 file added to sketch, errors, etc)
33status.notice.fgcolor = #161e3f
4- status.notice.bgcolor = #7987a0
4+ status.notice.bgcolor = #8497b8
55status.error.fgcolor = #ffffff
66status.error.bgcolor = #e10c2f
77status.warning.bgcolor = #fed456
@@ -18,28 +18,28 @@ header.text.font = processing.sans,bold,14
1818header.text.selected.color = #161e3f
1919header.text.unselected.color = #adbcd6
2020header.tab.arrow.color = #adbcd6
21- header.gradient.top = #105ef7
21+ header.gradient.top = #1f62d3
2222header.gradient.bottom = #2b52f6
23- header.tab.selected.color = #e6edfe
24- header.tab.unselected.color = #00249f
23+ header.tab.selected.color = #dae8ff
24+ header.tab.unselected.color = #0e3266
2525header.tab.modified.color = #fff87a
2626
2727# FOOTER TABS
2828footer.text.font = processing.sans,bold,12
29- footer.text.selected.color = #e6edfe
29+ footer.text.selected.color = #dae8ff
3030footer.text.unselected.color = #4679ff
3131footer.tab.arrow.color = #ffffff
32- footer.gradient.top = #29357c
33- footer.gradient.bottom = #203076
34- footer.tab.selected.color = #2b67f6
32+ footer.gradient.top = #1e4492
33+ footer.gradient.bottom = #0f408d
34+ footer.tab.selected.color = #3369db
3535footer.tab.unselected.color = #161e3f
3636# updates orange #eb7f15
3737footer.updates.color = #fed456
3838
3939# CONSOLE
4040# The font is handled by preferences, so its size/etc are modifiable.
4141console.color = #000000
42- console.output.color = #a6b0cd
42+ console.output.color = #a3b1cb
4343# text color for errors printed in the console
4444console.error.color = #f73641
4545
@@ -58,15 +58,15 @@ buttons.bgcolor = #000000
5858#divider.size.windows = 2
5959
6060divider.height = 9
61- divider.color = #a6b0cd
61+ divider.color = #a3b1cb
6262divider.dot.diameter = 3
6363divider.dot.color = #505050
6464
6565# TOOLBAR BUTTON TEXT
6666toolbar.rollover.font = processing.sans,plain,12
6767toolbar.rollover.color = #ffffff
68- toolbar.gradient.top = #2b67f6
69- toolbar.gradient.bottom = #105ef7
68+ toolbar.gradient.top = #3369db
69+ toolbar.gradient.bottom = #1f62d3
7070
7171# MODE SELECTOR
7272#mode.title.font = processing.sans,bold,15
@@ -78,8 +78,8 @@ mode.title.color = #ffffff
7878#mode.arrow.width
7979#mode.background.color = #3D5362
8080# stolen from gradient bottom
81- mode.background.color = #105ef7
82- mode.outline.color = #9aa6c0
81+ mode.background.color = #1f62d3
82+ mode.outline.color = #8497b8
8383
8484
8585# EDITOR - DETAILS
@@ -89,16 +89,16 @@ editor.fgcolor = #000000
8989editor.bgcolor = #ffffff
9090
9191editor.gradient.top = #2b52f6
92- editor.gradient.bottom = #29357c
92+ editor.gradient.bottom = #1e4492
9393
9494# highlight for the current line
9595#editor.linehighlight.color=#e2e2e2
96- editor.linehighlight.color=#e6edfe
96+ editor.linehighlight.color=#dae8ff
9797# highlight for the current line
9898editor.linehighlight=true
9999
100100editor.caret.color = #333300
101- editor.selection.color = #3cd0ff
101+ editor.selection.color = #5cd8ff
102102
103103# area that's not in use by the text (replaced with tildes)
104104editor.invalid.style = #7e7e7e,bold
@@ -125,7 +125,7 @@ editor.gutter.text.color = #ffffff
125125#editor.gutter.currentline.marker.color = #e27500
126126
127127# bgcolor for the current (highlighted) line
128- editor.gutter.linehighlight.color=#9aa6c0
128+ editor.gutter.linehighlight.color=#8497b8
129129
130130# left- and right-hand gutter color
131131editor.gutter.bgcolor = #2b52f6
@@ -136,7 +136,7 @@ editor.gutter.bgcolor = #2b52f6
136136editor.gutter.padding = 3
137137
138138# squiggly line underneath errors in the editor
139- editor.error.underline.color = #f63943
139+ editor.error.underline.color = #ff6261
140140# squiggly line underneath warnings
141141editor.warning.underline.color = #fed456
142142# lines next to the scrollbar showing where errors are located
@@ -161,7 +161,7 @@ errors.selection.warning.bgcolor = #FDF2E7
161161errors.indicator.error.color = #9E0A0A
162162errors.indicator.warning.color = #EF8115
163163
164- manager.tab.selected.color = #e6edfe
164+ manager.tab.selected.color = #dae8ff
165165manager.tab.unselected.color = #2d4251
166166manager.tab.text.font = processing.sans,bold,14
167167manager.tab.text.selected.color = #000000
0 commit comments