Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0-beta.2 to 1.1.0-beta.3

3

package.json
{
"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

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