@node-red-contrib-themes/oled
Advanced tools
Comparing version 1.2.2 to 2.0.0-beta.1
{ | ||
"name": "@node-red-contrib-themes/oled", | ||
"version": "1.2.2", | ||
"version": "2.0.0-beta.1", | ||
"description": "A Node-RED dark theme for OLED displays", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -26,4 +26,2 @@ # OLED Node-RED theme | ||
### Node-RED version 1.3.0 or later | ||
Add the following to the `editorTheme` section of your `settings.js`, and then restart Node-RED. | ||
@@ -51,21 +49,2 @@ | ||
### Node-RED versions from 1.0.0 to 1.2.9 | ||
Add the following to the `editorTheme` section of your `settings.js`, and then restart Node-RED. | ||
```js | ||
editorTheme: { | ||
page: { | ||
css: [ | ||
"<user-dir>/node_modules/@node-red-contrib-themes/oled/theme.min.css" | ||
// Uncomment the next two lines if you want to use the themed scrollbars. | ||
// , | ||
// "<user-dir>/node_modules/@node-red-contrib-themes/oled/scrollbars.min.css", | ||
], | ||
}, | ||
}, | ||
``` | ||
Replace `<user-dir>` with the Node-RED User directory. For example, `/home/username/.node-red`. | ||
For more details on the configuration please refer to the | ||
@@ -72,0 +51,0 @@ [Node-RED official documentation][node-red-doc]. |
@@ -5,3 +5,4 @@ module.exports = function(RED) { | ||
css: [ | ||
"theme.min.css" | ||
"theme.min.css", | ||
"theme-customizations.min.css" | ||
] | ||
@@ -14,5 +15,6 @@ }) | ||
"theme.min.css", | ||
"scrollbars.min.css" | ||
"theme-customizations.min.css", | ||
"theme-scrollbars.min.css" | ||
] | ||
}) | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
146312
7
47
1
67
1