Skip to content

Commit 9cbcb91

Browse files
committed
change: background color of nodes to SignalK colors
1 parent 734f667 commit 9cbcb91

10 files changed

+10
-10
lines changed

signalk-filter-delta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-filter-delta',{
33
category: 'function',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
context: { value: "vessels.self"},

signalk-flatten-delta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-flatten-delta',{
33
category: 'function',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""}
77
},

signalk-notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-notification',{
33
category: 'input',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
notification: {value: "any"},

signalk-on-delta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-on-delta',{
33
category: 'input',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""}
77
},

signalk-send-delta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-delta',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
},

signalk-send-nmea0183.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-nmea0183',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
nmea0183Event: {value: "nmea0183out"}

signalk-send-nmea2000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-nmea2000',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
nmea2000Event: {value: "nmea2000out"},

signalk-send-notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-notification',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
path: {value: ""},

signalk-send-pathvalue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-pathvalue',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
},

signalk-send-put.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('signalk-send-put',{
33
category: 'output',
4-
color: '#a6bbcf',
4+
color: '#ffcc01',
55
defaults: {
66
name: {value:""},
77
path: {value:""}

0 commit comments

Comments
 (0)