{"id":15062927,"url":"https://github.com/ladroid/github-emacs-theme","last_synced_at":"2025-04-10T10:33:12.704Z","repository":{"id":245697500,"uuid":"818966007","full_name":"ladroid/github-emacs-theme","owner":"ladroid","description":"Github's Emacs themes","archived":false,"fork":false,"pushed_at":"2024-07-21T13:14:59.000Z","size":43,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T09:21:18.880Z","etag":null,"topics":["color","color-scheme","colors","colorscheme","elisp","emacs","github","lisp","theme","themes"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ladroid.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}},"created_at":"2024-06-23T11:45:24.000Z","updated_at":"2025-03-04T09:20:13.000Z","dependencies_parsed_at":"2024-06-23T14:42:15.400Z","dependency_job_id":"b7555282-3090-4999-a5f5-24a607b0b16f","html_url":"https://github.com/ladroid/github-emacs-theme","commit_stats":null,"previous_names":["ladroid/github-emacs-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladroid%2Fgithub-emacs-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladroid%2Fgithub-emacs-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladroid%2Fgithub-emacs-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ladroid%2Fgithub-emacs-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ladroid","download_url":"https://codeload.github.com/ladroid/github-emacs-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"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":["color","color-scheme","colors","colorscheme","elisp","emacs","github","lisp","theme","themes"],"created_at":"2024-09-24T23:48:53.566Z","updated_at":"2025-04-10T10:33:12.684Z","avatar_url":"https://github.com/ladroid.png","language":"Emacs Lisp","readme":"# Github themes for Emacs\n\nThose themes are designed to give your Emacs editor a sleek, modern look inspired by GitHub's theme mode. Below you'll find instructions on how to install and use them.\n\n\u003e Old version can be found on my [gist](https://gist.github.com/ladroid/37561698c9a953d4a5231a3f9241e81d)\n\n## Supported colorschemes\n\n| github-emacs-theme | github-vscode-theme|\n| :----------------- | :----------------- |\n| github-dark        | Github Dark        |\n| github-dark-dimmed | Github Dark Dimmed |\n| github-light       | Github Light Theme |\n\n## Features\n\n* Supports the latest Emacs\u003e=24 and features like Treesitter and LSP\n* Resembles GitHub's VSCode themes\n* Has Github's colorblind themes\n\n## Requirements\n\n* Supports the latest Emacs\u003e=24\n* True color support\n\n## Installation\n\n\u003e **Warning**\n\u003e Ensure that [`autothemer`](https://github.com/jasonm23/autothemer) is installed in your system.\n\n### Using use-package\n\nIf you use `use-package`, you can install the theme as follows:\n\n```elisp\n(use-package github-dark-dimmed-theme\n  :ensure t\n  :config\n  (load-theme 'github-dark-dimmed t))\n```\n\n### Manual installation\n\n1. Download the github-dark-dimmed-theme.el file from the gist.\n2. Place the file in your Emacs load path. For example, you might place it in `~/.emacs.d/themes/`.\n3. Add the following lines to your Emacs configuration file (`~/.emacs` or `~/.emacs.d/init.el`):\n\n```elisp\n(add-to-list 'custom-theme-load-path \"~/.emacs.d/themes/\")\n(load-theme 'github-dark-dimmed t)\n```\n### Activation\n\nAfter installing the theme, you can activate it by running the following command:\n\n```\nM-x load-theme RET github-dark-dimmed RET\n```\n\n## Customization\n\nYou can customize the theme by modifying the color palette and faces in the `github-\u003ccolor-theme\u003e-theme.el` file.\n\n**Example**: Changing the Background Color\n\n1. Open the github-dark-dimmed-theme.el file.\n2. Locate the background-color variable within the color palette definition.\n3. Change the value of background-color to your desired color.\n\nFor example to change background color:\n\n```elisp\n(background-color \"#1c1f26\" \"#1c1f26\")\n```\n\n4. Save the file and reload the theme.\n\n## Screenshots\n\n### Github Dark\n\n![github-dark](https://github.com/ladroid/github-emacs-theme/assets/12819340/8761e833-d0c6-4918-8d98-20db6aaa6bf6)\n\n### Github Dark Dimmed\n\n![github-dimmed](https://github.com/ladroid/github-emacs-theme/assets/12819340/06d99e95-c340-4820-82f6-13c149c4c435)\n\n### Github Light\n\n![github-light](https://github.com/ladroid/github-emacs-theme/assets/12819340/667edfba-4b1b-42df-9460-8f58beb05a8b)\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\n\n## LICENSE\n\nThis theme is licensed under the GPL-3.0-or-later license. See the LICENSE file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladroid%2Fgithub-emacs-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladroid%2Fgithub-emacs-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladroid%2Fgithub-emacs-theme/lists"}