33
33
<extension point =" org.eclipse.ui.themes" >
34
34
<themeElementCategory
35
35
id =" it.baeyens.arduino.themeCategory"
36
- label =" arduino " >
36
+ label =" Arduino " >
37
37
</themeElementCategory >
38
38
<themeElementCategory
39
39
id =" it.baeyens.arduino.scope.themeCategory"
40
- label =" Arduino scope "
40
+ label =" Scope "
41
41
parentId =" it.baeyens.arduino.themeCategory" >
42
42
<description >
43
43
Fonts and colors used by the arduino eclipse plugin scope view
44
44
</description >
45
45
</themeElementCategory >
46
46
<themeElementCategory
47
47
id =" it.baeyens.arduino.serialMonitor.themeCategory"
48
- label =" Arduino serial monitor"
48
+ label =" Serial monitor"
49
49
parentId =" it.baeyens.arduino.themeCategory" >
50
50
<description >
51
51
Fonts and colors used by the arduino eclipse plugin serial monitor view
52
52
</description >
53
53
</themeElementCategory >
54
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.background" label =" background Color " value =" COLOR_BLACK" >
54
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.background" label =" Background color " value =" COLOR_BLACK" >
55
55
<description >
56
56
The background color of the Arduino scope
57
57
</description >
58
58
</colorDefinition >
59
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.foreground" label =" foreground Color " value =" COLOR_WHITE" >
59
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.foreground" label =" Foreground color " value =" COLOR_WHITE" >
60
60
<description >
61
61
The foreground color of the Arduino scope
62
62
</description >
63
63
</colorDefinition >
64
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.grid" label =" grid Color " value =" COLOR_DARK_CYAN" >
64
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.grid" label =" Grid color " value =" COLOR_DARK_CYAN" >
65
65
<description >
66
66
The grid color of the Arduino scope
67
67
</description >
68
68
</colorDefinition >
69
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.1" label =" Channel 1 Color " value =" COLOR_BLUE" >
69
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.1" label =" Channel 1 color " value =" COLOR_BLUE" >
70
70
<description >
71
71
The color used by the first channel of the Arduino scope
72
72
</description >
73
73
</colorDefinition >
74
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.2" label =" Channel 2 Color " value =" COLOR_CYAN" >
74
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.2" label =" Channel 2 color " value =" COLOR_CYAN" >
75
75
<description >
76
76
The color used by the second channel of the Arduino scope
77
77
</description >
78
78
</colorDefinition >
79
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.3" label =" Channel 3 Color " value =" COLOR_DARK_GRAY" >
79
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.3" label =" Channel 3 color " value =" COLOR_DARK_GRAY" >
80
80
<description >
81
81
The color used by the third channel of the Arduino scope
82
82
</description >
83
83
</colorDefinition >
84
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.4" label =" Channel 4 Color " value =" COLOR_DARK_GREEN" >
84
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.4" label =" Channel 4 color " value =" COLOR_DARK_GREEN" >
85
85
<description >
86
- The color used by the forth channel of the Arduino scope
86
+ The color used by the fourth channel of the Arduino scope
87
87
</description >
88
88
</colorDefinition >
89
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.5" label =" Channel 5 Color " value =" COLOR_DARK_RED" >
89
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.5" label =" Channel 5 color " value =" COLOR_DARK_RED" >
90
90
<description >
91
91
The color used by the fifth channel of the Arduino scope
92
92
</description >
93
93
</colorDefinition >
94
- <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.6" label =" Channel 6 Color " value =" COLOR_DARK_YELLOW" >
94
+ <colorDefinition categoryId =" it.baeyens.arduino.scope.themeCategory" id =" it.baeyens.scope.color.6" label =" Channel 6 color " value =" COLOR_DARK_YELLOW" >
95
95
<description >
96
96
The color used by the sixth channel of the Arduino scope
97
97
</description >
@@ -102,42 +102,42 @@ The font for in the serial monitor
102
102
</description >
103
103
</fontDefinition >
104
104
105
- <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.1" label =" serial Channel 1 Color " value =" COLOR_BLACK" >
105
+ <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.1" label =" Channel 1 color " value =" COLOR_BLACK" >
106
106
<description >
107
107
The color used by the first serial connection of the serial monitor
108
108
</description >
109
109
</colorDefinition >
110
- <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.2" label =" serial Channel 2 Color " value =" COLOR_RED" >
110
+ <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.2" label =" Channel 2 color " value =" COLOR_RED" >
111
111
<description >
112
112
The color used by the second serial connection of the serial monitor
113
113
</description >
114
114
</colorDefinition >
115
- <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.3" label =" serial Channel 3 Color " value =" COLOR_GREEN" >
115
+ <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.3" label =" Channel 3 color " value =" COLOR_GREEN" >
116
116
<description >
117
117
The color used by the third serial connection of the serial monitor
118
118
</description >
119
119
</colorDefinition >
120
- <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.4" label =" serial Channel 4 Color " value =" COLOR_BLUE" >
120
+ <colorDefinition categoryId =" it.baeyens.arduino.serialMonitor.themeCategory" id =" it.baeyens.serial.color.4" label =" Channel 4 color " value =" COLOR_BLUE" >
121
121
<description >
122
- The color used by the forth serial connection of the serial monitor
122
+ The color used by the fourth serial connection of the serial monitor
123
123
</description >
124
124
</colorDefinition >
125
125
<colorDefinition
126
126
categoryId =" it.baeyens.arduino.serialMonitor.themeCategory"
127
- id =" it.baeyens.serial.color.6 "
128
- label =" serial Channel 6 Color "
129
- value =" COLOR_DARK_YELLOW " >
127
+ id =" it.baeyens.serial.color.5 "
128
+ label =" Channel 5 color "
129
+ value =" COLOR_DARK_RED " >
130
130
<description >
131
- The color used by the sixth serial connection of the serial monitor
131
+ The color used by the fifth serial connection of the serial monitor
132
132
</description >
133
133
</colorDefinition >
134
134
<colorDefinition
135
135
categoryId =" it.baeyens.arduino.serialMonitor.themeCategory"
136
- id =" it.baeyens.serial.color.5 "
137
- label =" serial Channel 5 Color "
138
- value =" COLOR_DARK_RED " >
136
+ id =" it.baeyens.serial.color.6 "
137
+ label =" Channel 6 color "
138
+ value =" COLOR_DARK_YELLOW " >
139
139
<description >
140
- The color used by the fifth serial connection of the serial monitor
140
+ The color used by the sixth serial connection of the serial monitor
141
141
</description >
142
142
</colorDefinition >
143
143
</extension >
0 commit comments