@node-red-contrib-themes/solarized-dark
Advanced tools
Comparing version 1.1.0-beta.2 to 1.1.0-beta.3
{ | ||
"name": "@node-red-contrib-themes/solarized-dark", | ||
"version": "1.1.0-beta.2", | ||
"version": "1.1.0-beta.3", | ||
"description": "A solarized dark theme for Node-RED", | ||
@@ -12,2 +12,3 @@ "repository": { | ||
"nodered", | ||
"plugin", | ||
"solarized", | ||
@@ -14,0 +15,0 @@ "dark", |
@@ -12,3 +12,3 @@ # Solarized Dark Node-RED theme | ||
A [solarized][solarized] dark theme for [Node-RED][node-red]. | ||
A dark theme for [Node-RED][node-red] based on the [Solarized color palette][solarized] by [Ethan Schoonover][schoonover]. | ||
@@ -19,9 +19,12 @@ ![screenshot](https://raw.githubusercontent.com/node-red-contrib-themes/solarized-dark/master/images/screenshot.png) | ||
Install via npm. | ||
Install via npm | ||
```shell | ||
$ cd ~/.node-red | ||
$ npm install @node-red-contrib-themes/solarized-dark | ||
npm install @node-red-contrib-themes/solarized-dark | ||
``` | ||
## Configuration | ||
### Node-RED version 1.3.0 or later | ||
Add the following to the `editorTheme` section of your `settings.js`, and then restart Node-RED. | ||
@@ -58,6 +61,6 @@ | ||
css: [ | ||
"<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark/theme.css" | ||
"<user-dir>/node_modules/@node-red-contrib-themes/solarized-dark/theme.css" | ||
// Uncomment the next two lines if you want to use the themed scrollbars. | ||
// , | ||
// "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark/theme-scrollbars.css", | ||
// "<user-dir>/node_modules/@node-red-contrib-themes/solarized-dark/theme-scrollbars.css", | ||
] | ||
@@ -68,4 +71,3 @@ } | ||
Replace `<HOME>` with the home directory of the user running Node-RED. For | ||
example, `/home/username`. | ||
Replace `<user-dir>` with the Node-RED User directory. For example, `/home/username/.node-red`. | ||
@@ -91,2 +93,3 @@ For more details on the configuration please refer to the | ||
[npm-shield]: https://nodei.co/npm/@node-red-contrib-themes/solarized-dark.png | ||
[schoonover]: https://ethanschoonover.com | ||
[solarized]: https://ethanschoonover.com/solarized/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156560
91