2.2.3 • Published 2 years ago

@node-red-contrib-themes/dracula v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Node-RED Contrib Theme: Dracula

A dark theme for Node-RED based on the Dracula theme by Zeno Rocha.

screenshot

This theme is part of the Node-RED Contrib Theme Collection.

Install

Install with npm

Run the following command from within the Node-RED user data directory (by default, $HOME/.node-red).

npm install @node-red-contrib-themes/dracula

Usage

Add theme: "dracula" to the editorTheme object in your settings.js and then restart Node-RED.

editorTheme: {
    theme: "dracula"
},

For details on the Node-RED's configuration file and its structure, please refer to the Node-RED official documentation.

Includes the theme and changes the scrollbars to make them better fit the theme.

NOTE: This is EXPERIMENTAL and may not work on all browsers.

Add theme: "dracula-scroll" to the editorTheme object in your settings.js and then restart Node-RED.

editorTheme: {
    theme: "dracula-scroll",
},

Monaco Editor Theme

This package comes with a pre-configured theme for the Monaco editor.

Just leave theme under codeEditor commented out in your settings.js and then restart Node-RED.

editorTheme: {
    theme: dracula,
    codeEditor: {
        lib: "monaco",
        options: {
            // theme: "",
        },
    },
},

License

This project is licensed under the MIT license.

Like my work?

If you like my work please give it a GitHub ⭐️.

Also, consider supporting me with a coffee ☕.

2.2.1

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.0

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

0.0.1

3 years ago