Socket
Socket
Sign inDemoInstall

@node-red-contrib-themes/solarized-dark

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red-contrib-themes/solarized-dark - npm Package Compare versions

Comparing version 1.1.2 to 2.0.0-beta.1

theme-customizations.min.css

2

package.json
{
"name": "@node-red-contrib-themes/solarized-dark",
"version": "1.1.2",
"version": "2.0.0-beta.1",
"description": "A solarized dark theme for Node-RED",

@@ -5,0 +5,0 @@ "repository": {

@@ -26,4 +26,2 @@ # Solarized Dark 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/solarized-dark/theme.min.css"
// Uncomment the next two lines if you want to use the themed scrollbars.
// ,
// "<user-dir>/node_modules/@node-red-contrib-themes/solarized-dark/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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc