{"id":13573699,"url":"https://github.com/node-red-contrib-themes/solarized-dark-grey","last_synced_at":"2025-04-04T12:31:21.990Z","repository":{"id":45798930,"uuid":"255901046","full_name":"node-red-contrib-themes/solarized-dark-grey","owner":"node-red-contrib-themes","description":"DEPRECATED REPOSITORY","archived":true,"fork":false,"pushed_at":"2022-07-16T16:54:10.000Z","size":450,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-18T11:24:50.542Z","etag":null,"topics":["node-red","node-red-contrib","solarized","solarized-dark-theme","theme"],"latest_commit_sha":null,"homepage":"https://github.com/ristomatti/node-red-contrib-theme-solarized-dark-grey","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-red-contrib-themes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-15T11:52:36.000Z","updated_at":"2023-05-31T08:30:14.000Z","dependencies_parsed_at":"2022-07-17T04:00:28.470Z","dependency_job_id":null,"html_url":"https://github.com/node-red-contrib-themes/solarized-dark-grey","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-red-contrib-themes%2Fsolarized-dark-grey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-red-contrib-themes%2Fsolarized-dark-grey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-red-contrib-themes%2Fsolarized-dark-grey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-red-contrib-themes%2Fsolarized-dark-grey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-red-contrib-themes","download_url":"https://codeload.github.com/node-red-contrib-themes/solarized-dark-grey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247127783,"owners_count":20888209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-red","node-red-contrib","solarized","solarized-dark-theme","theme"],"created_at":"2024-08-01T15:00:39.810Z","updated_at":"2025-04-04T12:31:20.252Z","avatar_url":"https://github.com/node-red-contrib-themes.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# DEPRECATED REPOSITORY\n\nThis theme is now maintained at https://github.com/ristomatti/node-red-contrib-theme-solarized-dark-grey\n\n# Solarized Dark Grey Node-RED theme\n\n![Project Maintenance][maintenance-shield]\n[![License][license-shield]](LICENSE)\n[![GitHub Activity][commits-shield]][commits]\n[![GitHub Last Commit][last-commit-shield]][commits]\n\n[![NPM Shield][npm-shield]][npm-package]\n\n## About\n\nA dark theme for [Node-RED][node-red] inspired by [Solarized color palette][solarized] by [Ethan Schoonover][schoonover].\n\n![screenshot](https://raw.githubusercontent.com/node-red-contrib-themes/solarized-dark-grey/master/images/screenshot.png)\n\n## Install\n\nChange to the Node-RED `userDir` directory, usually `~/.node-red`.\n\n```shell\ncd ~/.node-red\n```\n\nInstall this package.\n\n```shell\nnpm install @node-red-contrib-themes/solarized-dark-grey\n```\n\nAdd the following to the `editorTheme` section of your `settings.js`.\n\n```js\neditorTheme: {\n    page: {\n        css: [\n            \"\u003cHOME\u003e/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.css\",\n            \"\u003cHOME\u003e/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey-nodes.css\"\n        ],\n        scripts: [\n            \"\u003cHOME\u003e/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/theme-tomorrow.js\",\n            \"\u003cHOME\u003e/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.js\"\n        ]\n    }\n}\n```\n\nReplace `\u003cHOME\u003e` with the home directory of the user running Node-RED. For\nexample, `/home/username`.\n\nFor more details on the configuration please refer to the\n[Node-RED official documentation][node-red-doc].\n\nRestart Node-RED.\n\nEnjoy!\n\n## Update\n\nChange to the Node-RED `userDir` directory, usually `~/.node-red`.\n\n```shell\ncd ~/.node-red\n```\n\nUpdate this package.\n\n```shell\nnpm update @node-red-contrib-themes/solarized-dark-grey\n```\n\nReload the Node-RED page on the web browser.\n\n## Acknowledgments\n\n- [Ethan Schoonover][schoonover] - for the awesome Solarized color palette.\n- [Mauricio Bonani][bonanitech] - for his help with pushing me to publish the theme.\n\n## License\n\n[MIT][license]\n\n[commits-shield]: https://img.shields.io/github/commit-activity/y/node-red-contrib-themes/solarized-dark-grey\n[commits]: https://github.com/node-red-contrib-themes/solarized-dark-grey/commits/master\n[solarized]: https://ethanschoonover.com/solarized/\n[schoonover]: https://ethanschoonover.com\n[last-commit-shield]: https://img.shields.io/github/last-commit/node-red-contrib-themes/solarized-dark-grey.svg\n[license]: https://github.com/node-red-contrib-themes/solarized-dark-grey/blob/master/LICENSE\n[license-shield]: https://img.shields.io/github/license/node-red-contrib-themes/solarized-dark-grey.svg\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg\n[node-red-doc]: https://nodered.org/docs/user-guide/runtime/configuration\n[node-red]: https://nodered.org/\n[npm-package]: https://nodei.co/npm/@node-red-contrib-themes/solarized-dark-grey\n[npm-shield]: https://nodei.co/npm/@node-red-contrib-themes/solarized-dark-grey.png\n[bonanitech]: https://github.com/bonanitech\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-red-contrib-themes%2Fsolarized-dark-grey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-red-contrib-themes%2Fsolarized-dark-grey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-red-contrib-themes%2Fsolarized-dark-grey/lists"}