{"id":19027899,"url":"https://github.com/rexim/gruber-darker-theme","last_synced_at":"2026-01-27T11:06:09.620Z","repository":{"id":6985016,"uuid":"8247232","full_name":"rexim/gruber-darker-theme","owner":"rexim","description":"Gruber Darker color theme for Emacs 24+","archived":false,"fork":false,"pushed_at":"2024-08-17T10:16:55.000Z","size":280,"stargazers_count":291,"open_issues_count":7,"forks_count":35,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-21T19:44:47.186Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/rexim.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-02-17T06:45:08.000Z","updated_at":"2025-02-16T10:49:10.000Z","dependencies_parsed_at":"2023-01-11T17:06:02.286Z","dependency_job_id":"4db10fff-394b-482b-b2d3-d208d15d89ee","html_url":"https://github.com/rexim/gruber-darker-theme","commit_stats":{"total_commits":118,"total_committers":5,"mean_commits":23.6,"dds":0.0423728813559322,"last_synced_commit":"6de7a37d7b18cf3f0ec51db799f4f2aa6e3e89ff"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rexim/gruber-darker-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fgruber-darker-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fgruber-darker-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fgruber-darker-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fgruber-darker-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexim","download_url":"https://codeload.github.com/rexim/gruber-darker-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fgruber-darker-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-08T21:09:23.454Z","updated_at":"2026-01-27T11:06:09.599Z","avatar_url":"https://github.com/rexim.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MELPA](http://melpa.org/packages/gruber-darker-theme-badge.svg)](http://melpa.org/#/gruber-darker-theme)\n[![MELPA Stable](http://stable.melpa.org/packages/gruber-darker-theme-badge.svg)](http://stable.melpa.org/#/gruber-darker-theme)\n\n# Gruber Darker #\n\n[Gruber Darker](http://jblevins.org/projects/emacs-color-themes/color-theme-gruber-darker.el.html)\ncolor theme for Emacs by Jason Blevins. A darker variant of the\n[Gruber Dark](http://daringfireball.net/projects/bbcolors/schemes/)\ntheme for BBEdit by John Gruber. Adapted for deftheme and extended by\nAlexey Kutepov a.k.a. rexim.\n\n# Screenshot #\n\n![gruber-darker-theme](http://i.imgur.com/8dY71hX.png)\n\n# Installation #\n\nYou can use built-in package manager (package.el) or do everything by\nyour hands.\n\n## Using package manager ##\n\nThis theme is available on two repositories:\n[MELPA](http://melpa.milkbox.net/) and\n[Marmalade](http://marmalade-repo.org/). Add the following to your\nemacs config file somewhere (.emacs, init.el, whatever)\n\n```\n(require 'package)\n(add-to-list 'package-archives\n             '(\"melpa\" . \"http://melpa.milkbox.net/packages/\") t)\n```\n\nfor [MELPA](http://melpa.milkbox.net/), or\n\n```\n(require 'package)\n(add-to-list 'package-archives\n             '(\"marmalade\" . \"http://marmalade-repo.org/packages/\") t)\n```\n\nfor [Marmalade](http://marmalade-repo.org/).\n\nI personally prefer [MELPA](http://melpa.milkbox.net/), 'cause it\nhourly updates its packages from upstream source.\n\nThen use `M-x package-install RET gruber-darker-theme RET` to install\nthe theme. Use `M-x customize-themes` to change your current theme.\n\n## Manual old fashioned way ##\n\nDownload the theme to your local directory. You can do it through `git\nclone` command:\n\n```\ngit clone git://github.com/rexim/gruber-darker-theme.git\n```\n\nThen add path to gruber-darker-theme to custom-theme-load-path list —\nadd the following to your emacs config file somewhere (.emacs,\ninit.el, whatever):\n\n```\n(add-to-list 'custom-theme-load-path\n             \"/path/to/gruber-darker-theme/\")\n```\n\nUse `M-x customize-themes` to change your current theme.\n\n# Contribution #\n\nGruber Darker is an awesome theme. But it has a lack of support for\nmany good modes. I add color faces only for modes I use. If you like\nthis theme and use a mode that looks very bad with it, feel free to\nadd appropriate color faces (see file gruber-darker-theme.el) and send\nme a pull request.\n\nThanks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Fgruber-darker-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexim%2Fgruber-darker-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Fgruber-darker-theme/lists"}