项目作者: node-red-contrib-themes

项目描述 :
A dark theme for Node-RED inspired by the Solarized color palette
高级语言: CSS
项目地址: git://github.com/node-red-contrib-themes/solarized-dark-grey.git
创建时间: 2020-04-15T11:52:36Z
项目社区:https://github.com/node-red-contrib-themes/solarized-dark-grey

开源协议:MIT License

下载


DEPRECATED REPOSITORY

This theme is now maintained at https://github.com/ristomatti/node-red-contrib-theme-solarized-dark-grey

Solarized Dark Grey Node-RED theme

Project Maintenance
License
GitHub Activity
GitHub Last Commit

NPM Shield

About

A dark theme for Node-RED inspired by Solarized color palette by Ethan Schoonover.

screenshot

Install

Change to the Node-RED userDir directory, usually ~/.node-red.

  1. cd ~/.node-red

Install this package.

  1. npm install @node-red-contrib-themes/solarized-dark-grey

Add the following to the editorTheme section of your settings.js.

  1. editorTheme: {
  2. page: {
  3. css: [
  4. "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.css",
  5. "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey-nodes.css"
  6. ],
  7. scripts: [
  8. "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/theme-tomorrow.js",
  9. "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.js"
  10. ]
  11. }
  12. }

Replace <HOME> with the home directory of the user running Node-RED. For
example, /home/username.

For more details on the configuration please refer to the
Node-RED official documentation.

Restart Node-RED.

Enjoy!

Update

Change to the Node-RED userDir directory, usually ~/.node-red.

  1. cd ~/.node-red

Update this package.

  1. npm update @node-red-contrib-themes/solarized-dark-grey

Reload the Node-RED page on the web browser.

Acknowledgments

License

MIT