{"id":23034739,"url":"https://github.com/ibnaleem/themes","last_synced_at":"2026-04-24T16:35:40.114Z","repository":{"id":210951215,"uuid":"727839956","full_name":"ibnaleem/themes","owner":"ibnaleem","description":"a repository containing themes for various platforms with pictures and links","archived":false,"fork":false,"pushed_at":"2023-12-31T16:40:52.000Z","size":239,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T12:46:18.043Z","etag":null,"topics":["nvim-config","nvim-configs","nvim-plugin","rice","ricing","themepack","themes","vim","vimrc","vscode-extension","vscode-theme"],"latest_commit_sha":null,"homepage":"","language":null,"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/ibnaleem.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":"2023-12-05T17:22:06.000Z","updated_at":"2024-01-04T18:18:19.000Z","dependencies_parsed_at":"2024-12-15T16:46:14.192Z","dependency_job_id":null,"html_url":"https://github.com/ibnaleem/themes","commit_stats":null,"previous_names":["ibnaleem/vscode-themes","ibnaleem/themes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fthemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fthemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fthemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fthemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibnaleem","download_url":"https://codeload.github.com/ibnaleem/themes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246900435,"owners_count":20852053,"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":["nvim-config","nvim-configs","nvim-plugin","rice","ricing","themepack","themes","vim","vimrc","vscode-extension","vscode-theme"],"created_at":"2024-12-15T16:35:29.049Z","updated_at":"2026-04-24T16:35:40.087Z","avatar_url":"https://github.com/ibnaleem.png","language":null,"funding_links":["https://www.buymeacoffee.com/ibnaleem"],"categories":[],"sub_categories":[],"readme":"# 🎨 Themes\na repository containing themes for various platforms with pictures and links\n\n### ⚫️ [Dark Themes](https://github.com/ibnaleem/code-themes/blob/main/DARK.md)\n### ⚪️ [Light Themes](https://github.com/ibnaleem/code-themes/blob/main/LIGHT.md)\n### 🖼️ [Colourful Themes](https://github.com/ibnaleem/code-themes/blob/main/COLOURFUL.md)\n\n## 🤝 Contributing\nI welcome contributions from the community and appreciate the time and effort put into making [code-themes](https://github.com/ibnaleem/code-themes) better. To contribute, please follow the guidelines and steps outlined below:\n\n### Fork the Repository\nStart by [forking this repository](https://github.com/ibnaleem/code-themes/fork). You can do this by clicking on the [\"Fork\"](https://github.com/ibnaleem/code-themes/fork) button located at the top right corner of the GitHub page. This will create a personal copy of the repository under your own GitHub account.\n\n### Clone the Repository\nNext, clone the forked repository to your local machine using the following command:\n```bash\n$ git clone https://github.com/yourusername/code-themes.git\n```\nNavigate to the cloned directory:\n```bash \n$ cd code-themes\n```\n### Create a New Branch\nBefore making any changes, it's recommended to create a new branch. This ensures that your changes won't interfere with other contributions and keeps the main branch clean. Use the following command to create and switch to a new branch:\n```bash\n$ git checkout -b branch-name\n```\n### Format for Contributions\n1. Edit the markdown file the theme belongs to (for example, dark themes in [DARK.md](https://github.com/ibnaleem/code-themes/blob/main/DARK.md), and add the following lines:\n```html\n\u003ch2\u003eTHEME NAME\u003c/h2\u003e\n  \u003cimg src=\"link to screenshot\" height=\"50%\" width=\"50%\"\u003e // DO NOT CHANGE WIDTH AND HEIGHT\n  \u003cp\u003e\u003ca href=\"link to VS Code theme\"\u003eVS Code\u003c/a\u003e • \u003ca href=\"link to nvim theme\"\u003eNVIM\u003c/a\u003e • \u003ca href=\"link to JetBrains theme\"\u003eJetBrains\u003c/a\u003e • \u003ca href=\"link to Replit theme\"\u003eReplit\u003c/a\u003e\u003c/p\u003e\n```\n\u003e Feel free to add or remove platforms (i.e if your theme does not support NVIM, remove the NVIM line, and if there are more platforms it supports, add those too\n\n### Commit and Push Changes\nOnce you have made the necessary changes, commit your work using the following commands:\n```bash\n$ git add .\n$ git commit -m \"Your commit message\"\n```\nPush the changes to your forked repository:\n```bash\n$ git push origin branch-name\n```\n### Submit a Pull Request\nHead over to the [original repository](https://github.com/ibnaleem/code-themes) on GitHub and go to the [\"Pull requests\"](https://github.com/ibnaleem/code-themes/pulls) tab.\n1. Click on the \"New pull request\" button.\n2. Select your forked repository and the branch containing your changes.\n3. Provide a clear and informative title for your pull request, and use the description box to explain the modifications you have made. **_Your pull request will be closed if you do not specify the changes you've made._**\n4. Finally, click on the \"Create pull request\" button to submit your changes.\n\n### 👑 Created by [Ibn Aleem](https://github.com/ibnaleem)\n\u003cdiv align=\"left\"\u003e\n    \u003ca href=\"https://www.buymeacoffee.com/ibnaleem\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibnaleem%2Fthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fthemes/lists"}