changed xilica nodes colors to light grey

This commit is contained in:
Niko Vujić
2025-12-31 10:01:37 +01:00
parent f250e969a8
commit 51f7be32b8
5 changed files with 5 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
<script type="text/javascript">
RED.nodes.registerType('xilica-interval', {
category: 'Xilica',
color: '#000000',
color: '#dddddd',
defaults: {
name: { value: "" },
interval: { value: 100 }