1
1
# STATUS
2
2
# Status messages (1 file added to sketch, errors, etc)
3
3
status.notice.fgcolor = #161e3f
4
- status.notice.bgcolor = #7987a0
4
+ status.notice.bgcolor = #8497b8
5
5
status.error.fgcolor = #ffffff
6
6
status.error.bgcolor = #e10c2f
7
7
status.warning.bgcolor = #fed456
@@ -18,28 +18,28 @@ header.text.font = processing.sans,bold,14
18
18
header.text.selected.color = #161e3f
19
19
header.text.unselected.color = #adbcd6
20
20
header.tab.arrow.color = #adbcd6
21
- header.gradient.top = #105ef7
21
+ header.gradient.top = #1f62d3
22
22
header.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
25
25
header.tab.modified.color = #fff87a
26
26
27
27
# FOOTER TABS
28
28
footer.text.font = processing.sans,bold,12
29
- footer.text.selected.color = #e6edfe
29
+ footer.text.selected.color = #dae8ff
30
30
footer.text.unselected.color = #4679ff
31
31
footer.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
35
35
footer.tab.unselected.color = #161e3f
36
36
# updates orange #eb7f15
37
37
footer.updates.color = #fed456
38
38
39
39
# CONSOLE
40
40
# The font is handled by preferences, so its size/etc are modifiable.
41
41
console.color = #000000
42
- console.output.color = #a6b0cd
42
+ console.output.color = #a3b1cb
43
43
# text color for errors printed in the console
44
44
console.error.color = #f73641
45
45
@@ -58,15 +58,15 @@ buttons.bgcolor = #000000
58
58
#divider.size.windows = 2
59
59
60
60
divider.height = 9
61
- divider.color = #a6b0cd
61
+ divider.color = #a3b1cb
62
62
divider.dot.diameter = 3
63
63
divider.dot.color = #505050
64
64
65
65
# TOOLBAR BUTTON TEXT
66
66
toolbar.rollover.font = processing.sans,plain,12
67
67
toolbar.rollover.color = #ffffff
68
- toolbar.gradient.top = #2b67f6
69
- toolbar.gradient.bottom = #105ef7
68
+ toolbar.gradient.top = #3369db
69
+ toolbar.gradient.bottom = #1f62d3
70
70
71
71
# MODE SELECTOR
72
72
#mode.title.font = processing.sans,bold,15
@@ -78,8 +78,8 @@ mode.title.color = #ffffff
78
78
#mode.arrow.width
79
79
#mode.background.color = #3D5362
80
80
# stolen from gradient bottom
81
- mode.background.color = #105ef7
82
- mode.outline.color = #9aa6c0
81
+ mode.background.color = #1f62d3
82
+ mode.outline.color = #8497b8
83
83
84
84
85
85
# EDITOR - DETAILS
@@ -89,16 +89,16 @@ editor.fgcolor = #000000
89
89
editor.bgcolor = #ffffff
90
90
91
91
editor.gradient.top = #2b52f6
92
- editor.gradient.bottom = #29357c
92
+ editor.gradient.bottom = #1e4492
93
93
94
94
# highlight for the current line
95
95
#editor.linehighlight.color=#e2e2e2
96
- editor.linehighlight.color=#e6edfe
96
+ editor.linehighlight.color=#dae8ff
97
97
# highlight for the current line
98
98
editor.linehighlight=true
99
99
100
100
editor.caret.color = #333300
101
- editor.selection.color = #3cd0ff
101
+ editor.selection.color = #5cd8ff
102
102
103
103
# area that's not in use by the text (replaced with tildes)
104
104
editor.invalid.style = #7e7e7e,bold
@@ -125,7 +125,7 @@ editor.gutter.text.color = #ffffff
125
125
#editor.gutter.currentline.marker.color = #e27500
126
126
127
127
# bgcolor for the current (highlighted) line
128
- editor.gutter.linehighlight.color=#9aa6c0
128
+ editor.gutter.linehighlight.color=#8497b8
129
129
130
130
# left- and right-hand gutter color
131
131
editor.gutter.bgcolor = #2b52f6
@@ -136,7 +136,7 @@ editor.gutter.bgcolor = #2b52f6
136
136
editor.gutter.padding = 3
137
137
138
138
# squiggly line underneath errors in the editor
139
- editor.error.underline.color = #f63943
139
+ editor.error.underline.color = #ff6261
140
140
# squiggly line underneath warnings
141
141
editor.warning.underline.color = #fed456
142
142
# lines next to the scrollbar showing where errors are located
@@ -161,7 +161,7 @@ errors.selection.warning.bgcolor = #FDF2E7
161
161
errors.indicator.error.color = #9E0A0A
162
162
errors.indicator.warning.color = #EF8115
163
163
164
- manager.tab.selected.color = #e6edfe
164
+ manager.tab.selected.color = #dae8ff
165
165
manager.tab.unselected.color = #2d4251
166
166
manager.tab.text.font = processing.sans,bold,14
167
167
manager.tab.text.selected.color = #000000
0 commit comments