Table of Contents
Introduction
Welcome to the Sharpedo Dark Theme for Visual Studio! This theme aims to provide a modern, sleek, and visually appealing dark interface to improve your coding experience. It has been meticulously crafted to ensure readability and reduce eye strain during long coding sessions.
Features
- Dark background with contrasting colors for better readability.
- Optimized syntax highlighting for various programming languages.
- Easy on the eyes, perfect for long coding sessions.
- Consistent look and feel across different Visual Studio windows and panels.
Installation
To install Sharpedo Dark Theme in Visual Studio, follow these steps:
- Open Visual Studio.
- Go to the Extensions menu and select Manage Extensions.
- Search for Sharpedo in the Visual Studio Marketplace.
- Click Download and Install the theme.
- Restart Visual Studio to apply the theme.
Alternatively, you can clone this repository and build the theme locally:
Clone the repository:
git clone https://github.com/Shadow0143/sharpedo.git
cd sharpedo
Open the solution file (.sln
) in Visual Studio.
Build the project and install the theme.
Usage
Once the theme is installed, you can switch to it by following these steps:
- Open Visual Studio.
- Go to Tools > Options.
- Under Environment, select General.
- In the Color theme dropdown, select Sharpedo.
- Click OK to apply the theme.
Screenshots
Here are some screenshots showcasing Sharpedo:
Editor Explorer
Debugger
Contributing
We welcome contributions to improve Sharpedo! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/your-feature
- Create a pull request detailing your changes.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
- Special thanks to the Visual Studio team for creating a fantastic development environment.
- Thanks to all the contributors who have helped make this theme better.
Feel free to reach out if you have any questions or suggestions!
Happy Coding! 🚀