Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sofidevo/sofidev-theme

Dark Purple theme
https://github.com/sofidevo/sofidev-theme

vscode-theme

Last synced: about 2 months ago
JSON representation

Dark Purple theme

Awesome Lists containing this project

README

        

![Preview](/portada.png)
# SofiDev Visual Studio Code Theme

SofiDev Visual Studio Code Theme! This theme is designed to enhance your coding experience with Visual Studio Code.

## Table of Contents

- [Getting Started](#getting-started)
- [FONT](#font)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Settings](#settings)
- [Contribution](#contribution)
- [License](#license)
- [Theme Information](#theme-information)

## Getting Started

To get started with SofiDev, follow these steps:

1. Clone this repository to your local machine using `git clone https://github.com/your-username/sofidev-theme.git`.
2. Open Visual Studio Code.
3. Go to `Extensions` (you can use the shortcut `Ctrl+Shift+X`).
4. Search for `SofiDev Theme`.
5. Click `Install` to install the theme.
6. In the top menu, click `View` > `Command Palette`.
7. Type "Color Theme" and select "Preferences: Color Theme" from the dropdown.
8. Choose "SofiDev" as your color theme.

## Font

I highly recommend installing this font, [Fira Code](https://fonts.google.com/specimen/Fira+Code).

## Features

SofiDev Theme offers the following features:

- A visually appealing and comfortable color scheme for all-day coding.
- Enhanced code readability.
- Customized syntax highlighting for various programming languages.
- Support for popular file types and extensions.
- Regular updates and maintenance.

## Installation

You can install the SofiDev Theme via the Visual Studio Code Extensions marketplace. Simply search for "SofiDev Theme" and click the "Install" button.

Alternatively, you can install it manually by following the steps outlined in the [Getting Started](#getting-started) section.

## Usage

Once you have installed the SofiDev Theme, you can set it as your active color theme by following the steps in the [Getting Started](#getting-started) section.

## Settings
πŸ’œThis is the best settings for this Theme
in adition I recomend to install Fira Code and MesloGs NF for a better experience
```json
{
// Theme configurations
"workbench.colorTheme": "SofiDev",
"workbench.iconTheme": "vscode-icons",
"editor.codeLensFontSize": 12,
"editor.fontSize": 14,
"editor.lineHeight": 20,
"editor.letterSpacing": 0.1,
"editor.fontWeight": "400",
"editor.fontFamily": "'Fira Code', monospace, 'MesloLGS NF'",
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 4,
"editor.cursorBlinking": "smooth",
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"workbench.startupEditor": "newUntitledFile",
"editor.glyphMargin": true,
"workbench.editor.enablePreview": false,
"terminal.integrated.fontFamily": "'MesloLGS NF'",
"window.zoomLevel": 1.5,
// Rest of your config...
}
```

## Contribution

Contributions are highly encouraged! If you'd like to contribute to the SofiDev Theme project, please follow these steps:

1. Fork this repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them with descriptive commit messages.
4. Push your changes to your fork.
5. Open a pull request to this repository's `main` branch.

We appreciate all contributions, whether it's bug fixes, feature enhancements, or even just reporting issues.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Theme Information

- SofiDev

- **Author**: [SofiDev](https://itssofi.dev/)
- **Email**: [email protected]
- **Website**: [https://itssofi.dev/](https://itssofi.dev/)
- **Repository**: [SofiDev Theme Repository](https://github.com/SofiDevO/sofidev-theme)

**Enjoy coding with SofiDev!**