All Projects → node-red-contrib-themes → midnight-red

node-red-contrib-themes / midnight-red

Licence: MIT license
A gorgeous dark theme for Node-RED

Programming Languages

SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to midnight-red

theme-collection
A collection of themes for Node-RED
Stars: ✭ 43 (-60.91%)
Mutual labels:  dark-theme, node-red, node-red-contrib
node-red-contrib-mssql-plus
A Node-RED node to read and write to Microsoft MS SQL Databases
Stars: ✭ 22 (-80%)
Mutual labels:  node-red, node-red-contrib
node-red-contrib-ewelink
NodeRED nodes for eWeLink smart devices
Stars: ✭ 40 (-63.64%)
Mutual labels:  node-red, node-red-contrib
node-red-contrib-fritzapi
Home automation node for Fritz!Box, Fritz!DECT and FRITZ!Powerline devices.
Stars: ✭ 15 (-86.36%)
Mutual labels:  node-red, node-red-contrib
node-red-contrib-mindconnect
Node-RED Agent for the MindConnect API (community driven project)
Stars: ✭ 43 (-60.91%)
Mutual labels:  node-red, node-red-contrib
awesome-nodered
A collection of interesting nodes and resources for Node-RED
Stars: ✭ 316 (+187.27%)
Mutual labels:  node-red, node-red-contrib
Node-Linky
A simple node to connect to Enedis Linky smart-meter to fetch your datas
Stars: ✭ 29 (-73.64%)
Mutual labels:  node-red
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (-40.91%)
Mutual labels:  dark-theme
Node-RED-Tello-Control
Node-RED flows to control the Ryze Tello Drone
Stars: ✭ 121 (+10%)
Mutual labels:  node-red
node-red-contrib-moment
Node-Red Node that produces formatted Date/Time output using the Moment.JS library. Timezone, dst and locale aware.
Stars: ✭ 31 (-71.82%)
Mutual labels:  node-red
node-red-contrib-harmony
Node-RED integration for Harmony hub
Stars: ✭ 16 (-85.45%)
Mutual labels:  node-red
smarthomefans-nodes
node-red
Stars: ✭ 28 (-74.55%)
Mutual labels:  node-red-contrib
Instagram
Instagram Project is a mini version of real Instagram app for Android 📱 built with latest Android Development Tools. Kotlin, MVVM, LiveData, GSON, Retrofit, Dagger2
Stars: ✭ 20 (-81.82%)
Mutual labels:  dark-theme
emfy
A dark and sleek Emacs setup for general purpose editing and programming
Stars: ✭ 843 (+666.36%)
Mutual labels:  dark-theme
draculatheme.com
🧛🏻‍♂️ Dark website for a dark theme
Stars: ✭ 158 (+43.64%)
Mutual labels:  dark-theme
Prometeo-Pyrrha
Former repository for Prometeo, winner of the Call for Code 2019 Global Challenge, open sourced as Pyrrha (see links within this repo). It measures toxin exposure in real time and analyzes trends over time.
Stars: ✭ 27 (-75.45%)
Mutual labels:  node-red
AndroidMultiTheme
一个对安卓应用支持多种主题的库,并可以不用重新创建Activity来动态切换主题。Android library support multi theme for app, and change theme dynamically without recreation of Activity.
Stars: ✭ 24 (-78.18%)
Mutual labels:  dark-theme
aylin-vscode-theme
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Stars: ✭ 17 (-84.55%)
Mutual labels:  dark-theme
gatsby-london-after-midnight
A free, open source, image-concentric starter for GatsbyJS
Stars: ✭ 37 (-66.36%)
Mutual labels:  dark-theme
SuggestBoxLib
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
Stars: ✭ 36 (-67.27%)
Mutual labels:  dark-theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].