All Projects → node-red-contrib-themes → theme-collection

node-red-contrib-themes / theme-collection

Licence: MIT license
A collection of themes for Node-RED

Programming Languages

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

Projects that are alternatives of or similar to theme-collection

node-red-contrib-mssql-plus
A Node-RED node to read and write to Microsoft MS SQL Databases
Stars: ✭ 22 (-48.84%)
Mutual labels:  node-red, nodered, node-red-contrib
midnight-red
A gorgeous dark theme for Node-RED
Stars: ✭ 110 (+155.81%)
Mutual labels:  dark-theme, node-red, node-red-contrib
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (+58.14%)
Mutual labels:  light-theme, dark-theme, themes
repo-card
😎 showcase repositories on your website 🤘!
Stars: ✭ 141 (+227.91%)
Mutual labels:  light-theme, dark-theme, themes
awesome-nodered
A collection of interesting nodes and resources for Node-RED
Stars: ✭ 316 (+634.88%)
Mutual labels:  node-red, nodered, node-red-contrib
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (+530.23%)
Mutual labels:  light-theme, dark-theme, themes
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+879.07%)
Mutual labels:  light-theme, dark-theme
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+1023.26%)
Mutual labels:  light-theme, dark-theme
Avalondock
Our own development branch of the well known WPF document docking library
Stars: ✭ 518 (+1104.65%)
Mutual labels:  light-theme, dark-theme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-25.58%)
Mutual labels:  light-theme, dark-theme
Elementaryos Firefox Theme
This theme for Firefox supports all the window buttons layouts from Tweaks and it blends into the elementary OS user interface.
Stars: ✭ 291 (+576.74%)
Mutual labels:  light-theme, dark-theme
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (+1534.88%)
Mutual labels:  light-theme, dark-theme
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+411.63%)
Mutual labels:  light-theme, dark-theme
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+9046.51%)
Mutual labels:  light-theme, dark-theme
St Theme Freesia
Freesia theme for Sublime Text 3. (Unmaintained.)
Stars: ✭ 108 (+151.16%)
Mutual labels:  light-theme, dark-theme
Rsthemes
🔮 Full RStudio IDE and Syntax Themes
Stars: ✭ 307 (+613.95%)
Mutual labels:  light-theme, dark-theme
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (+344.19%)
Mutual labels:  light-theme, dark-theme
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+1941.86%)
Mutual labels:  light-theme, dark-theme
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (+316.28%)
Mutual labels:  light-theme, dark-theme
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+7748.84%)
Mutual labels:  light-theme, dark-theme

Node-RED Contrib Theme Collection

npm (scoped) NPM Publish Maintenance Project license

A collection of themes for Node-RED.

Report a Bug · Request a Theme · Ask a Question

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. For Node-RED version 2.2.X, run npm install @node-red-contrib-themes/[email protected].

Theme list

Name Description
aurora Inspired by the Aurora Theme for Sublime Text by Palmer Oliveira
cobalt2 Based on the Cobalt2 Theme for VS Code by Wes Bos
dark A dark theme for Node-RED
dracula Based on the Dracula theme by Zeno Rocha
espresso-libre Inspired by the Espresso Libre theme for Monaco Editor
midnight-red Based on the Midnight theme for Home Assistant
monoindustrial Based on the monoindustrial theme for Monaco Editor
monokai Based on the Monokai theme for Monaco Editor
oceanic-next Based on the Oceanic Next Color Scheme by Dmitri Voronianski
oled A Node-RED dark theme for OLED displays
solarized-dark Based on the Solarized color palette by Ethan Schoonover
solarized-light Based on the Solarized color palette by Ethan Schoonover
tokyo-night Based on the Tokyo Night theme for VS Code by enkia
zenburn Inspired 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

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: "",
        },
    },
},

Contributing

First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!

License

This project is licensed under the MIT license.

Show your support

Please ⭐️ this repository if this project helped you!

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