{"id":18356565,"url":"https://github.com/jvzaniolo/hyper-sync-color-scheme","last_synced_at":"2025-04-06T12:32:20.018Z","repository":{"id":229658602,"uuid":"777297570","full_name":"jvzaniolo/hyper-sync-color-scheme","owner":"jvzaniolo","description":"A Hyper plugin to sync your color scheme with your system's appearance.","archived":true,"fork":false,"pushed_at":"2025-02-08T21:34:48.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T18:04:34.266Z","etag":null,"topics":["hyper","plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jvzaniolo.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-25T15:29:59.000Z","updated_at":"2025-02-08T21:36:46.000Z","dependencies_parsed_at":"2024-03-25T18:00:31.327Z","dependency_job_id":null,"html_url":"https://github.com/jvzaniolo/hyper-sync-color-scheme","commit_stats":null,"previous_names":["jvzaniolo/hyper-sync-color-scheme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvzaniolo%2Fhyper-sync-color-scheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvzaniolo%2Fhyper-sync-color-scheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvzaniolo%2Fhyper-sync-color-scheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvzaniolo%2Fhyper-sync-color-scheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvzaniolo","download_url":"https://codeload.github.com/jvzaniolo/hyper-sync-color-scheme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247484480,"owners_count":20946388,"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","plugin"],"created_at":"2024-11-05T22:10:46.216Z","updated_at":"2025-04-06T12:32:20.009Z","avatar_url":"https://github.com/jvzaniolo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyper Sync Color Scheme\n\nA Hyper plugin to sync your color scheme with your system's appearance.\n\n## Installation\n\nInstall the plugin with the following command:\n\n```bash\nhyper i hyper-sync-color-scheme\n```\n\nThen, whenever you change your system's appearance, hard reload Hyper to apply the new color scheme.\n\n## Configuration\n\nYou can configure the plugin by adding a `colorScheme` key to your `config` object in `~/.hyper.js`.\n\n```js\nconfig: {\n  colorScheme: {\n    dark: 'One Dark',\n    light: 'One Light'\n  },\n  profiles: []\n}\n```\n\nThe `colorScheme` object should contain two keys: `dark` and `light`. The values should be the names of the profiles you want to use when your system is in dark and light mode, respectively.\n\n```js\nconfig: {\n  colorScheme: {\n    dark: 'One Dark',\n    light: 'One Light'\n  },\n  profiles: [\n    {\n      name: \"One Dark\",\n      config: {\n        colors: {\n          // ...\n        },\n      },\n    },\n    {\n      name: \"One Light\",\n      config: {\n        colors: {\n          // ...\n        },\n      },\n    },\n  ];\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvzaniolo%2Fhyper-sync-color-scheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvzaniolo%2Fhyper-sync-color-scheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvzaniolo%2Fhyper-sync-color-scheme/lists"}