Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksafranski/nodedit-plugin-colorutil

Color utility for the Nodedit IDE
https://github.com/ksafranski/nodedit-plugin-colorutil

Last synced: about 23 hours ago
JSON representation

Color utility for the Nodedit IDE

Awesome Lists containing this project

README

        

# Nodedit ColorUtil Plugin

This plugin provides a color pallette for selection and conversion with HEX and GRB formatted color codes.

## Installation

Copy contents of folder into Nodedit's `/plugins` folder and ensure the folder is named **colorutil**. Then open the `/plugins/plugins.json`
file and add the Key-Value pair like the following:

```
{
...
"ColorUtil": "colorutil"
...
}
```

*Note: ensure the value `colorutil` is lowercase*