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
To get started with SofiDev, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/your-username/sofidev-theme.git
.
- Open Visual Studio Code.
- Go to
Extensions
(you can use the shortcut Ctrl+Shift+X
).
- Search for
SofiDev Theme
.
- Click
Install
to install the theme.
- In the top menu, click
View
> Command Palette
.
- Type "Color Theme" and select "Preferences: Color Theme" from the dropdown.
- Choose "SofiDev" as your color theme.
Font
I highly recommend installing this font, 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 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 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
{
// 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:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- 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 file for details.
Enjoy coding with SofiDev!