Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@node-red-contrib-themes/solarized-dark
Advanced tools
A dark theme for Node-RED based on the Solarized color palette by Ethan Schoonover.
Install via npm
npm install @node-red-contrib-themes/solarized-dark
Add the following to the editorTheme
section of your settings.js
, and then restart Node-RED.
editorTheme: {
theme: "solarized-dark"
},
This includes the theme and changes to the scrollbars to make them better fit the theme.
NOTE: This is EXPERIMENTAL and may not work on all browsers.
If you want to try it, add the following to the editorTheme
section of your settings.js
, and then restart Node-RED.
editorTheme: {
theme: "solarized-dark-scroll"
},
Add the following to the editorTheme
section of your settings.js
, and then restart Node-RED.
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 Node-RED official documentation.
Enjoy!
FAQs
A solarized dark theme for Node-RED
The npm package @node-red-contrib-themes/solarized-dark receives a total of 27 weekly downloads. As such, @node-red-contrib-themes/solarized-dark popularity was classified as not popular.
We found that @node-red-contrib-themes/solarized-dark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.