{"id":13511904,"url":"https://github.com/primer/github-vscode-theme","last_synced_at":"2025-04-09T19:16:19.381Z","repository":{"id":37485505,"uuid":"249617978","full_name":"primer/github-vscode-theme","owner":"primer","description":"GitHub's VS Code themes","archived":false,"fork":false,"pushed_at":"2024-10-03T05:33:26.000Z","size":790,"stargazers_count":1944,"open_issues_count":64,"forks_count":208,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-09T19:16:12.084Z","etag":null,"topics":["dark","light","theme","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme","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/primer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T05:07:30.000Z","updated_at":"2025-04-08T05:01:53.000Z","dependencies_parsed_at":"2024-01-22T19:33:53.425Z","dependency_job_id":"67d0f2a3-3f95-4e12-b4e6-35b4c5f06396","html_url":"https://github.com/primer/github-vscode-theme","commit_stats":{"total_commits":418,"total_committers":33,"mean_commits":"12.666666666666666","dds":0.6196172248803828,"last_synced_commit":"38b50d41bdc6b190b7351e220956af043221d763"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primer%2Fgithub-vscode-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primer%2Fgithub-vscode-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primer%2Fgithub-vscode-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primer%2Fgithub-vscode-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primer","download_url":"https://codeload.github.com/primer/github-vscode-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094988,"owners_count":21046770,"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":["dark","light","theme","vscode"],"created_at":"2024-08-01T03:01:18.072Z","updated_at":"2025-04-09T19:16:19.353Z","avatar_url":"https://github.com/primer.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# GitHub's VS Code themes\n\n![GitHub VS Code theme](https://user-images.githubusercontent.com/378023/132220037-3cd3e777-55a6-445f-9a2e-da6020ebd78d.png)\n\n## Install\n\n1. Go to [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme).\n2. Click on the \"Install\" button.\n3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme). The GitHub themes try to match the themes available in [github.com's settings](https://github.com/settings/appearance):\n    - `GitHub Light Default`\n    - `GitHub Light High Contrast` ✨ new ✨\n    - `GitHub Light Colorblind` ✨ new ✨\n    - `GitHub Dark Default`\n    - `GitHub Dark High Contrast`\n    - `GitHub Dark Colorblind` ✨ new ✨\n    - `GitHub Dark Dimmed`\n\nAdditionally, there are also two older themes. **Note**: They might not get updated frequently and are kept for legacy reasons:\n\n- `GitHub Light` (legacy)\n- `GitHub Dark` (legacy)\n\n## Override this theme\n\nTo override this (or any other) theme in your personal config file, please follow the guide in the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation. This is handy for small tweaks to the theme without having to fork and maintain your own theme. \n\n## Contribute\n\n1. Clone and open this [repo](https://github.com/primer/github-vscode-theme) in VS Code\n2. Run `yarn` to install the dependencies.\n3. Press `F5` to open a new window with your extension loaded\n4. Open `Code \u003e Preferences \u003e Color Theme` [`⌘k ⌘t`] and pick the \"GitHub ...\" theme you want to test. Note: It seems this has to be done 2x because the first time it switches back to the default light theme. This might be a bug?\n5. Make changes to the [`/src/theme.js`](https://github.com/primer/github-vscode-theme/blob/master/src/theme.js) file.\n    - **UI**: For all changes to the \"outer UI\", like (status bar, file navigation etc.), take a look at the [Theme Color](https://code.visualstudio.com/api/references/theme-color) reference.\n    - **Syntax**: For changes to the \"code highlighting\", examine the syntax scopes by invoking the [`Developer: Inspect Editor Tokens and Scopes`](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector) command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) in the Extension Development Host window.\n6. Run `yarn build` to update the theme. You can also run `yarn start` instead to automatically rebuild the theme while making changes and no reloading should be necessary.\n7. Once you're happy, commit your changes and open a PR.\n\nNote:\n\n- If possible use colors from [Primer's color system](https://primer.style/primitives/colors).\n\n## Publish (internal)\n\n\u003e Note: Publishing a new version of this theme is only meant for maintainers.\n\nThis repo uses [changesets](https://github.com/atlassian/changesets) to automatically make updates to [CHANGELOG.md](https://github.com/primer/github-vscode-theme/blob/main/CHANGELOG.md) and publish a new version to the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimer%2Fgithub-vscode-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimer%2Fgithub-vscode-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimer%2Fgithub-vscode-theme/lists"}