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

A collection of themes for Node-RED

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

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary

Keywords

dark-theme light-theme node-red node-red-contrib nodered theme theme-collection themes
Last synced: 6 months ago · JSON representation

Repository

A collection of themes for Node-RED

Basic Info
  • Host: GitHub
  • Owner: node-red-contrib-themes
  • License: mit
  • Language: SCSS
  • Default Branch: dev
  • Homepage:
  • Size: 38.4 MB
Statistics
  • Stars: 98
  • Watchers: 2
  • Forks: 32
  • Open Issues: 1
  • Releases: 37
Topics
dark-theme light-theme node-red node-red-contrib nodered theme theme-collection themes
Created almost 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Node-RED Contrib Theme Collection

A collection of themes for Node-RED.

Installation

Install via the Palette Manager

Search for @node-red-contrib-themes/theme-collection

Install with npm

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

shell npm install @node-red-contrib-themes/theme-collection

Theme list

📸 Screenshots

| Name | Inspiration | | --------------------- | ----------------------------------------------------------------------- | | aurora | Aurora Theme for Sublime Text | | cobalt2 | Cobalt2 Theme for VS Code | | dark | Default Dark Modern VS Code theme | | dracula | Dracula theme | | espresso-libre | Espresso Libre theme for Monaco Editor | | github-dark | GitHub Dark (legacy) VS Code theme | | github-dark-default | GitHub Dark Default VS Code theme | | github-dark-dimmed | GitHub Dark Dimmed VS Code theme | | midnight-red | Midnight theme for Home Assistant | | monoindustrial | Monoindustrial theme for Monaco Editor | | monokai | Monokai theme for VS Code | | monokai-dimmed | Monokai Dimmed theme for VS Code | | night-owl | Night Owl theme for VS Code | | noctis | Noctis theme collection for VS Code | | noctis-azureus | Noctis theme collection for VS Code | | noctis-bordo | Noctis theme collection for VS Code | | noctis-minimus | Noctis theme collection for VS Code | | noctis-obscuro | Noctis theme collection for VS Code | | noctis-sereno | Noctis theme collection for VS Code | | noctis-uva | Noctis theme collection for VS Code | | noctis-viola | Noctis theme collection for VS Code | | oceanic-next | Oceanic Next Color Scheme | | oled | Tomorrow Night Bright for VS Code | | one-dark-pro | One Dark Pro theme | | one-dark-pro-darker | One Dark Pro Darker theme | | railscasts-extended | Railscasts Extended theme for Sublime Text | | selenized-dark | Selenized for VS Code | | selenized-light | Selenized for VS Code | | solarized-dark | Solarized color palette | | solarized-light | Solarized color palette | | tokyo-night | Tokyo Night theme | | tokyo-night-light | Tokyo Night Light theme | | tokyo-night-storm | Tokyo Night Storm theme | | totallyinformation | Julian Knight's (@TotallyInformation) creation | | zenburn | Zenburn color scheme for Vim | | zendesk-garden | Garden design system by Zendesk |

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 midnight-red theme.

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

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

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.

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

Mermaid Theme

Each theme in this collection comes with a pre-configured theme for the Mermaid diagramming and charting tool.

Just leave theme in the mermaid object commented out.

For example, this sets Node-RED to use the dark theme and its pre-configured theme for the Mermaid diagramming and charting tool.

js editorTheme: { theme: "dark", mermaid: { // 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.

Owner

  • Name: Node-RED Contrib Themes
  • Login: node-red-contrib-themes
  • Kind: organization

Contrib themes for Node-RED

GitHub Events

Total
  • Issues event: 2
  • Watch event: 8
  • Delete event: 95
  • Issue comment event: 7
  • Push event: 98
  • Pull request event: 185
  • Fork event: 8
  • Create event: 93
Last Year
  • Issues event: 2
  • Watch event: 8
  • Delete event: 95
  • Issue comment event: 7
  • Push event: 98
  • Pull request event: 185
  • Fork event: 8
  • Create event: 93

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 308
  • Total Committers: 2
  • Avg Commits per committer: 154.0
  • Development Distribution Score (DDS): 0.438
Past Year
  • Commits: 150
  • Committers: 2
  • Avg Commits per committer: 75.0
  • Development Distribution Score (DDS): 0.32
Top Committers
Name Email Commits
Mauricio Bonani b****h@g****m 173
dependabot[bot] 4****]@u****m 135

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 16
  • Total pull requests: 557
  • Average time to close issues: 13 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 11
  • Total pull request authors: 7
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.08
  • Merged pull requests: 483
  • Bot issues: 2
  • Bot pull requests: 251
Past Year
  • Issues: 4
  • Pull requests: 168
  • Average time to close issues: about 15 hours
  • Average time to close pull requests: about 3 hours
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.01
  • Merged pull requests: 146
  • Bot issues: 1
  • Bot pull requests: 91
Top Authors
Issue Authors
  • bonanitech (5)
  • renovate[bot] (2)
  • Just-another-pleb (1)
  • SynoUser-NL (1)
  • ronnies007 (1)
  • colinl (1)
  • zkollz (1)
  • calebchris000 (1)
  • michaelblight (1)
  • mr-manuel (1)
  • dinogregorich (1)
Pull Request Authors
  • bonanitech (300)
  • renovate[bot] (166)
  • dependabot[bot] (85)
  • SebastianWehmeyer (2)
  • thedanbob (2)
  • lgrkvst (1)
  • Noel-Duque (1)
Top Labels
Issue Labels
bug (4) theme-updates (3) upstream (2) no-stale (2) stale (1) question (1) needs-info (1) dependencies (1) javascript (1) theme-request (1)
Pull Request Labels
dependencies (251) no-stale (209) javascript (163) github_actions (88) maintenance (68) skip-changelog (65) theme-updates (36) documentation (29) enhancement (28) bugfix (28) new-theme (20) theme updates (17) new theme (10) breaking-change (3) stale (1) breaking change (1)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 7,492 last-month
  • Total docker downloads: 1,742
  • Total dependent packages: 1
  • Total dependent repositories: 8
  • Total versions: 58
  • Total maintainers: 1
npmjs.org: @node-red-contrib-themes/theme-collection

A collection of themes for Node-RED

  • Versions: 58
  • Dependent Packages: 1
  • Dependent Repositories: 8
  • Downloads: 7,492 Last month
  • Docker Downloads: 1,742
Rankings
Docker downloads count: 1.0%
Downloads: 3.2%
Dependent repos count: 4.3%
Forks count: 5.8%
Stargazers count: 6.1%
Average: 7.0%
Dependent packages count: 21.4%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/lock.yml actions
  • dessant/lock-threads v4.0.0 composite
.github/workflows/npm-publish.yml actions
  • JS-DevTools/npm-publish v1.4.3 composite
  • actions/checkout v3.3.0 composite
  • actions/setup-node v3.6.0 composite
.github/workflows/pr-labels.yml actions
  • jesusvasquez333/verify-pr-label-action v1.4.0 composite
.github/workflows/release-drafter.yml actions
  • release-drafter/release-drafter v5.22.0 composite
.github/workflows/stale.yml actions
  • actions/stale v7.0.0 composite
package.json npm
  • command-line-args 5.2.1 development
  • fs-extra 11.1.0 development
  • nodemon 2.0.20 development
  • nopt 7.0.0 development
  • ora 6.1.2 development
  • sass 1.58.1 development