Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibnaleem/themes
a repository containing themes for various platforms with pictures and links
https://github.com/ibnaleem/themes
nvim-config nvim-configs nvim-plugin rice ricing themepack themes vim vimrc vscode-extension vscode-theme
Last synced: about 2 months ago
JSON representation
a repository containing themes for various platforms with pictures and links
- Host: GitHub
- URL: https://github.com/ibnaleem/themes
- Owner: ibnaleem
- Created: 2023-12-05T17:22:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T16:40:52.000Z (about 1 year ago)
- Last Synced: 2023-12-31T19:36:32.326Z (about 1 year ago)
- Topics: nvim-config, nvim-configs, nvim-plugin, rice, ricing, themepack, themes, vim, vimrc, vscode-extension, vscode-theme
- Homepage:
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎨 Themes
a repository containing themes for various platforms with pictures and links### ⚫️ [Dark Themes](https://github.com/ibnaleem/code-themes/blob/main/DARK.md)
### ⚪️ [Light Themes](https://github.com/ibnaleem/code-themes/blob/main/LIGHT.md)
### 🖼️ [Colourful Themes](https://github.com/ibnaleem/code-themes/blob/main/COLOURFUL.md)## 🤝 Contributing
I 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:### Fork the Repository
Start 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.### Clone the Repository
Next, clone the forked repository to your local machine using the following command:
```bash
$ git clone https://github.com/yourusername/code-themes.git
```
Navigate to the cloned directory:
```bash
$ cd code-themes
```
### Create a New Branch
Before 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:
```bash
$ git checkout -b branch-name
```
### Format for Contributions
1. 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:
```htmlTHEME NAME
// DO NOT CHANGE WIDTH AND HEIGHT
VS Code • NVIM • JetBrains • Replit
```
> 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### Commit and Push Changes
Once you have made the necessary changes, commit your work using the following commands:
```bash
$ git add .
$ git commit -m "Your commit message"
```
Push the changes to your forked repository:
```bash
$ git push origin branch-name
```
### Submit a Pull Request
Head 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.
1. Click on the "New pull request" button.
2. Select your forked repository and the branch containing your changes.
3. 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._**
4. Finally, click on the "Create pull request" button to submit your changes.### 👑 Created by [Ibn Aleem](https://github.com/ibnaleem)