{"id":13894880,"url":"https://github.com/dracula/emacs","last_synced_at":"2025-10-09T03:08:27.327Z","repository":{"id":44954357,"uuid":"59148518","full_name":"dracula/emacs","owner":"dracula","description":"🧛🏻‍♂️ Dark theme for Emacs","archived":false,"fork":false,"pushed_at":"2025-06-27T12:57:22.000Z","size":1156,"stargazers_count":339,"open_issues_count":5,"forks_count":85,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-09T03:07:17.807Z","etag":null,"topics":["dark-theme","dracula","emacs","theme"],"latest_commit_sha":null,"homepage":"https://draculatheme.com/emacs","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/dracula.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-18T20:22:20.000Z","updated_at":"2025-08-15T07:00:47.000Z","dependencies_parsed_at":"2024-06-14T14:28:59.090Z","dependency_job_id":"872ef026-3f61-4a54-9418-c22d1efeaa4f","html_url":"https://github.com/dracula/emacs","commit_stats":{"total_commits":181,"total_committers":36,"mean_commits":5.027777777777778,"dds":"0.43646408839779005","last_synced_commit":"be1dd97ef3968bef25b9de89e7dc1251f5aaee10"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/dracula/emacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Femacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Femacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Femacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Femacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracula","download_url":"https://codeload.github.com/dracula/emacs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracula%2Femacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000774,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-theme","dracula","emacs","theme"],"created_at":"2024-08-06T18:01:49.827Z","updated_at":"2025-10-09T03:08:27.310Z","avatar_url":"https://github.com/dracula.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# Dracula for [Emacs](https://www.gnu.org/software/emacs/)\n\n\u003e A dark theme for [Emacs](https://www.gnu.org/software/emacs/).\n\n![Screenshot](./screenshot.png)\n\n## Install\n\n![Melpa badge](https://melpa.org/packages/dracula-theme-badge.svg)\n![NonGNU elpa badge](https://elpa.nongnu.org/nongnu/dracula-theme.svg)\n\nAll instructions can be found at\n[draculatheme.com/emacs](https://draculatheme.com/emacs).\n\n## Configure\n\nSome aspects of this theme are customizable. You can change them either\nby doing `M-x customize-group dracula` or setting one or more of the\nfollowing values in your Emacs init file. Note that these variables\nneed to be set before `load-theme` is invoked for Dracula.\n\n```el\n;; Don't change the font size for some headings and titles (default t)\n(setq dracula-enlarge-headings nil)\n\n;; Adjust font size of titles level 1 (default 1.3)\n(setq dracula-height-title-1 1.25)\n\n;; Adjust font size of titles level 2 (default 1.1)\n(setq dracula-height-title-2 1.15)\n\n;; Adjust font size of titles level 3 (default 1.0)\n(setq dracula-height-title-3 1.05)\n\n;; Adjust font size of document titles (default 1.44)\n(setq dracula-height-doc-title 1.4)\n\n;; Use less pink and bold on the mode-line and minibuffer (default nil)\n(setq dracula-alternate-mode-line-and-minibuffer t)\n```\n\n## Test\n\nThis repository contains a small script named `start_emacs_test.sh`,\nwhich helps you to test this color theme in various environment\n(graphical, 256+ colors terminals, 16 colors terminals).\n\n```sh\n# Graphical test\n./start_emacs_test.sh\n\n# Full color terminal\n./start_emacs_test.sh -nw 256\n\n# TTY like env\n./start_emacs_test.sh -nw 16\n```\n\nThis script requires the **xterm** terminfo files.\n\n## Team\n\nThis theme is maintained by the following person(s) and a bunch of\n[awesome contributors](https://github.com/dracula/emacs/graphs/contributors).\n\n| [![Garrett T](https://avatars3.githubusercontent.com/u/1043908?v=3\u0026s=70)](https://github.com/film42) | [![Étienne D](https://avatars3.githubusercontent.com/u/349239?v=3\u0026s=70)](https://github.com/milouse) |\n| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |\n| [Garrett T](https://github.com/film42)                                                               | [Étienne D](https://github.com/milouse)                                                              |\n\n## Community\n\n- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.\n- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.\n- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.\n\n## Dracula PRO\n\n[![Dracula PRO](./dracula-pro.png)](https://draculatheme.com/pro)\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula%2Femacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula%2Femacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula%2Femacs/lists"}