{"id":15718442,"url":"https://github.com/justintime50/github-dark-vscode-emacs-theme","last_synced_at":"2025-05-07T22:28:59.216Z","repository":{"id":111477092,"uuid":"336384611","full_name":"Justintime50/github-dark-vscode-emacs-theme","owner":"Justintime50","description":"The GitHub Dark Theme from Visual Studio Code ported to Emacs.","archived":false,"fork":false,"pushed_at":"2024-07-16T05:23:45.000Z","size":178,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T14:58:05.641Z","etag":null,"topics":["code","dark","dark-theme","emacs","github","lisp","port","studio","theme","visual","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme","language":"Emacs Lisp","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/Justintime50.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":"2021-02-05T20:43:15.000Z","updated_at":"2024-08-13T06:44:25.000Z","dependencies_parsed_at":"2024-07-16T07:28:02.965Z","dependency_job_id":"fd16b2ae-5c3b-4194-b4eb-26d95269a926","html_url":"https://github.com/Justintime50/github-dark-vscode-emacs-theme","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fgithub-dark-vscode-emacs-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fgithub-dark-vscode-emacs-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fgithub-dark-vscode-emacs-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fgithub-dark-vscode-emacs-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justintime50","download_url":"https://codeload.github.com/Justintime50/github-dark-vscode-emacs-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964341,"owners_count":21832667,"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":["code","dark","dark-theme","emacs","github","lisp","port","studio","theme","visual","vscode"],"created_at":"2024-10-03T21:53:04.132Z","updated_at":"2025-05-07T22:28:59.193Z","avatar_url":"https://github.com/Justintime50.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# GitHub Dark Visual Studio Code Emacs Theme\n\nThe [GitHub Dark Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) from Visual Studio Code ported to Emacs.\n\n[![Build Status](https://github.com/Justintime50/github-dark-vscode-emacs-theme/workflows/build/badge.svg)](https://github.com/Justintime50/github-dark-vscode-emacs-theme/actions)\n[![Version](https://img.shields.io/github/v/tag/justintime50/github-dark-vscode-emacs-theme)](https://github.com/justintime50/github-dark-vscode-emacs-theme/releases)\n[![Licence](https://img.shields.io/github/license/justintime50/github-dark-vscode-emacs-theme)](LICENSE)\n\n\u003cimg src=\"https://raw.githubusercontent.com/justintime50/assets/main/src/github-dark-vscode-emacs-theme/showcase.png\" alt=\"Showcase\"\u003e\n\n## Color Palette\n\n\u003cimg src=\"https://raw.githubusercontent.com/justintime50/assets/main/src/github-dark-vscode-emacs-theme/color_palette.png\" alt=\"Color Palette\"\u003e\n\n\u003c/div\u003e\n\n## Install\n\n### MELPA (Recommended)\n\n1. Run `M-x package-install github-dark-vscode-theme` to install the theme\n1. Run `M-x enable-theme github-dark-vscode-theme` to enable the theme for this session\n\nTo enable the theme globally, see the `Enabling Theme` section below.\n\n### Automated Script\n\nYou can run the following script which will install the theme into `~/.emacs.d/themes` for you.\n\n```bash\nbash \u003c(curl -s https://raw.githubusercontent.com/justintime50/github-dark-vscode-emacs-theme/main/install.sh)\n```\n\n### Manual Installation\n\n1. Add the `github-dark-vscode-theme.el` file to `~/.emacs.d/themes`.\n1. Add the following to your `init.el` or `~/.emacs` file:\n\n```lisp\n(add-to-list 'custom-theme-load-path \"~/.emacs.d/themes\")\n```\n\n### Enabling Theme\n\n```lisp\n;; Add the following to your `init.el` or `~/.emacs` file\n(load-theme 'github-dark-vscode t)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fgithub-dark-vscode-emacs-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustintime50%2Fgithub-dark-vscode-emacs-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fgithub-dark-vscode-emacs-theme/lists"}