3.1.11 • Published 3 months ago

@node-red-contrib-themes/theme-collection v3.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Node-RED Contrib Theme Collection

npm (scoped) NPM Publish Project license

BuyMeCoffee

A collection of themes for Node-RED.

📸 See the screenshots

Table of Contents

Installation

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/theme-collection

*NOTE: The command above installs the latest version of the theme collection, which is compatible with Node-RED 3.0 and later. For Node-RED version 2.2.X, run npm install @node-red-contrib-themes/theme-collection@v2.2.*

Theme list

📸 See the screenshots

NameDescription
auroraInspired by the Aurora Theme for Sublime Text
cobalt2Based on the Cobalt2 Theme for VS Code
darkA dark theme for Node-RED based on VS Code's Dark Modern theme
draculaBased on the Dracula theme
espresso-libreInspired by the Espresso Libre theme for Monaco Editor
github-darkBased on the GitHub Dark (legacy) theme from GitHub's VS Code themes
github-dark-defaultBased on the GitHub Dark Default theme from GitHub's VS Code themes
github-dark-dimmedBased on the GitHub Dark Dimmed theme from GitHub's VS Code themes
midnight-redBased on the Midnight theme for Home Assistant
monoindustrialBased on the monoindustrial theme for Monaco Editor
monokaiBased on the Monokai theme for VS Code
monokai-dimmedBased on the Monokai Dimmed theme for VS Code
noctisInspired by the Noctis theme for VS Code
oceanic-nextBased on the Oceanic Next Color Scheme
oledA Node-RED dark theme for OLED displays
one-dark-proBased on the Default theme from One Dark Pro
one-dark-pro-darkerBased on the Darker theme from One Dark Pro
solarized-darkBased on the Solarized color palette
solarized-lightBased on the Solarized color palette
tokyo-nightBased on the Tokyo Night theme from Tokyo Night theme
tokyo-night-lightBased on the Tokyo Night Light theme from Tokyo Night theme
tokyo-night-stormBased on the Tokyo Night Storm theme from Tokyo Night theme
totallyinformationCreated per request of Julian Knight (@TotallyInformation)
zenburnInspired by the Zenburn color scheme for Vim

If you have an idea for a new theme, you can request it here, or better yet, create one yourself.

Usage

Set theme: "<theme-name>" in the editorTheme object in your settings.js and then restart Node-RED.

For example, this sets Node-RED to use the dark theme.

editorTheme: {
    theme: "dark"
},

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

Themed Scrollbars DEPRECATED

*NOTE: This feature is now deprecated and will be removed in the next major release.*

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

Add -scroll to the name of the theme you chose.

For example, this sets Node-RED to use the midnight-red theme with themed scrollbars.

editorTheme: {
    theme: "midnight-red-scroll"
},

Monaco Editor Theme

Each theme in this collection comes with a pre-configured theme for the Monaco editor.

Just leave theme in the codeEditor object commented out.

For example, this sets Node-RED to use the dracula theme and its pre-configured theme for the Monaco editor.

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

Development

Please refer to the DEVELOPMENT.md file for details on how to set up a local development environment.

License

This project is licensed under the MIT license.

3.1.11

3 months ago

3.1.10

3 months ago

3.1.9

4 months ago

3.1.8

4 months ago

3.1.7

5 months ago

3.1.3

7 months ago

3.1.2

8 months ago

3.1.1

9 months ago

3.1.0

9 months ago

3.1.6

6 months ago

3.1.5

7 months ago

3.1.4

7 months ago

2.2.5

2 years ago

3.0.4

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0-beta.2

2 years ago

2.2.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-beta.1

2 years ago

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.5

2 years ago

2.1.4

2 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.7

3 years ago

2.1.0

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.1

3 years ago