{"id":13817245,"url":"https://github.com/lucleray/hyper-opacity","last_synced_at":"2025-08-21T13:33:01.314Z","repository":{"id":96333472,"uuid":"129966558","full_name":"lucleray/hyper-opacity","owner":"lucleray","description":"Set the opacity of your Hyper terminal (Windows and MacOS)","archived":false,"fork":false,"pushed_at":"2018-05-12T14:48:00.000Z","size":10981,"stargazers_count":114,"open_issues_count":7,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-13T01:32:47.203Z","etag":null,"topics":["hyper","hyper-plugin","opacity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hyper-opacity","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucleray.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-04-17T21:20:20.000Z","updated_at":"2024-11-06T15:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"c74b54ea-364a-4220-9dfb-10a66c5a20c1","html_url":"https://github.com/lucleray/hyper-opacity","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"01320a30a6aeacff9cc05b7999ec952835cf6beb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucleray%2Fhyper-opacity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucleray%2Fhyper-opacity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucleray%2Fhyper-opacity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucleray%2Fhyper-opacity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucleray","download_url":"https://codeload.github.com/lucleray/hyper-opacity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230516190,"owners_count":18238353,"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":["hyper","hyper-plugin","opacity"],"created_at":"2024-08-04T06:00:38.124Z","updated_at":"2024-12-20T00:08:45.665Z","avatar_url":"https://github.com/lucleray.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## hyper-opacity\n\nSet the opacity of your Hyper terminal\n\n* Works on **Windows** and **MacOS**\n* Compatible with any theme\n* Simple configuration in `.hyper.js`\n\n\u003cdiv align=\"center\"\u003e\n\u003cp\u003e\n\u003cimg alt=\"demo\" src=\"demo.gif\" width=\"500px\" style=\"border-radius:5px\" /\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n### Install\n\n`hyper i hyper-opacity`\n\n### Configure\n\nAdd a line to your hyper configuration (`~/.hyper.js`) :\n\n```js\nmodule.exports = {\n  config: {\n    // rest of the config\n    opacity: 0.85\n  }\n  // rest of the file\n}\n```\n\n### Configure the opacity for focused/unfocused windows\n\n```js\nmodule.exports = {\n  config: {\n    // rest of the config\n    opacity: {\n      focus: 0.9,\n      blur: 0.5\n    }\n  }\n  // rest of the file\n}\n```\n\n\u003cdiv align=\"center\"\u003e\n\u003cp\u003e\n\u003cimg alt=\"demo focused window\" src=\"demo-focus.gif\" width=\"500px\" style=\"border-radius:5px\" /\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n### More\n\n**hyper-opacity** uses [BrowserWindow.setOpacity()](https://electronjs.org/docs/api/browser-window#winsetopacityopacity-windows-macos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucleray%2Fhyper-opacity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucleray%2Fhyper-opacity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucleray%2Fhyper-opacity/lists"}