Use color for icons in node creator and update colors

This commit is contained in:
Jan Oberhauser
2019-07-26 11:41:08 +02:00
parent 84154843c2
commit e3fafc85e6
9 changed files with 15 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ export class ReadBinaryFile implements INodeType {
description: 'Reads a binary file from disk',
defaults: {
name: 'Read Binary File',
color: '#22CC33',
color: '#449922',
},
inputs: ['main'],
outputs: ['main'],