GithubHelp home page GithubHelp logo

node-red-contrib-themes / midnight-red Goto Github PK

View Code? Open in Web Editor NEW
111.0 7.0 20.0 2.55 MB

DEPRECATED REPOSITORY

Home Page: https://github.com/node-red-contrib-themes/theme-collection

License: MIT License

CSS 42.64% JavaScript 2.78% SCSS 54.58%
node-red node-red-contrib theme dark-theme midnight-theme

midnight-red's Introduction

DEPRECATED REPOSITORY

As of Node-RED 3.0, this theme is maintained in the Node-RED Contrib Theme Collection repository.

DEVELOPERS: If your project uses this theme as a dependency, please update your project as this repository will no longer be maintained.

Node-RED Contrib Theme: Midnight-RED

A dark theme for Node-RED based on the midnight theme for Home Assistant.

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/midnight-red

Usage

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

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

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

Themed Scrollbars (EXPERIMENTAL)

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: "midnight-red-scroll" to the editorTheme object in your settings.js and then restart Node-RED.

editorTheme: {
    theme: "midnight-red-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: midnight-red,
    codeEditor: {
        lib: "monaco",
        options: {
            // theme: "",
        },
    },
},

Acknowledgments

  • Sebastian Raff - for the inspiration and help in creating the NPM package for this theme.
  • Ristomatti Airo - for his amazing theme on which major readability improvements were based.

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

Buy Me A Coffee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.