Skip to content

Commit 1d6323b

Browse files
author
jantje
committed
Sloeber#717 Names now with capital and font derived from standard text
1 parent 229984d commit 1d6323b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

io.sloeber.ui/plugin.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ The color used by the fifth channel of the plotter
9696
The color used by the sixth channel of the plotter
9797
</description>
9898
</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">
100104
<description>
101105
The font used in the serial monitor
102106
</description>
@@ -142,25 +146,25 @@ The color used by the fourth serial connection of the serial monitor
142146
</colorDefinition>
143147
<themeElementCategory
144148
id="io.sloeber.ui.uploadConsole.themeCategory"
145-
label="upload Console"
149+
label="Upload Console"
146150
parentId="io.sloeber.themeCategory">
147151
<description>
148152
Font and colors usedi in the upload console
149153
</description>
150154
</themeElementCategory>
151155
<fontDefinition
152156
categoryId="io.sloeber.ui.uploadConsole.themeCategory"
157+
defaultsTo="org.eclipse.jface.textfont"
153158
id="io.sloeber.ui.uploadConsole.fontDefinition"
154-
label="Font"
155-
value="Liberation Sans-Regular-10">
159+
label="Font">
156160
<description>
157161
The font used in the upload console
158162
</description>
159163
</fontDefinition>
160164
<colorDefinition
161165
categoryId="io.sloeber.ui.uploadConsole.themeCategory"
162166
id="io.sloeber.ui.uploadConsole.colorDefinition.stderr"
163-
label="error out"
167+
label="Error out"
164168
value="COLOR_RED">
165169
<description>
166170
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
169173
<colorDefinition
170174
categoryId="io.sloeber.ui.uploadConsole.themeCategory"
171175
id="io.sloeber.ui.uploadConsole.colorDefinition.stdout"
172-
label="standard out"
176+
label="Standard out"
173177
value="COLOR_DARK_GREEN">
174178
<description>
175179
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
178182
<colorDefinition
179183
categoryId="io.sloeber.ui.uploadConsole.themeCategory"
180184
id="io.sloeber.ui.uploadConsole.colorDefinition.high"
181-
label="high level out"
185+
label="High level out"
182186
value="COLOR_BLACK">
183187
<description>
184188
Color used for explaining the steps taken

0 commit comments

Comments
 (0)