@@ -96,7 +96,11 @@ The color used by the fifth channel of the plotter
96
96
The color used by the sixth channel of the plotter
97
97
</description >
98
98
</colorDefinition >
99
- <fontDefinition categoryId =" io.sloeber.serialMonitor.themeCategory" id =" io.sloeber.serial.fontDefinition" label =" Font" value =" Liberation Sans-Regular-10" >
99
+ <fontDefinition
100
+ categoryId =" io.sloeber.serialMonitor.themeCategory"
101
+ defaultsTo =" org.eclipse.jface.textfont"
102
+ id =" io.sloeber.serial.fontDefinition"
103
+ label =" Font" >
100
104
<description >
101
105
The font used in the serial monitor
102
106
</description >
@@ -142,25 +146,25 @@ The color used by the fourth serial connection of the serial monitor
142
146
</colorDefinition >
143
147
<themeElementCategory
144
148
id =" io.sloeber.ui.uploadConsole.themeCategory"
145
- label =" upload Console"
149
+ label =" Upload Console"
146
150
parentId =" io.sloeber.themeCategory" >
147
151
<description >
148
152
Font and colors usedi in the upload console
149
153
</description >
150
154
</themeElementCategory >
151
155
<fontDefinition
152
156
categoryId =" io.sloeber.ui.uploadConsole.themeCategory"
157
+ defaultsTo =" org.eclipse.jface.textfont"
153
158
id =" io.sloeber.ui.uploadConsole.fontDefinition"
154
- label =" Font"
155
- value =" Liberation Sans-Regular-10" >
159
+ label =" Font" >
156
160
<description >
157
161
The font used in the upload console
158
162
</description >
159
163
</fontDefinition >
160
164
<colorDefinition
161
165
categoryId =" io.sloeber.ui.uploadConsole.themeCategory"
162
166
id =" io.sloeber.ui.uploadConsole.colorDefinition.stderr"
163
- label =" error out"
167
+ label =" Error out"
164
168
value =" COLOR_RED" >
165
169
<description >
166
170
Color used for error out when running system commands
@@ -169,7 +173,7 @@ The color used by the fourth serial connection of the serial monitor
169
173
<colorDefinition
170
174
categoryId =" io.sloeber.ui.uploadConsole.themeCategory"
171
175
id =" io.sloeber.ui.uploadConsole.colorDefinition.stdout"
172
- label =" standard out"
176
+ label =" Standard out"
173
177
value =" COLOR_DARK_GREEN" >
174
178
<description >
175
179
Color used for standard out when running system commands
@@ -178,7 +182,7 @@ The color used by the fourth serial connection of the serial monitor
178
182
<colorDefinition
179
183
categoryId =" io.sloeber.ui.uploadConsole.themeCategory"
180
184
id =" io.sloeber.ui.uploadConsole.colorDefinition.high"
181
- label =" high level out"
185
+ label =" High level out"
182
186
value =" COLOR_BLACK" >
183
187
<description >
184
188
Color used for explaining the steps taken
0 commit comments