This is a custom dark theme extension for Visual Studio Code designed to provide a visually pleasing and comfortable coding experience. The theme offers a modern aesthetic with carefully selected color palettes to enhance readability and reduce eye strain during long coding sessions.
- Elegant Color Scheme: A well-balanced palette emphasizing syntax highlighting.
- Customizable Settings: Adjust various theme settings to suit your preferences.
- Support for Multiple Languages: The theme is optimized for various programming languages.
- Consistent UI Elements: Provides a cohesive look across the Visual Studio Code interface.
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X
. - Search for "B3ast Dark Theme".
- Click "Install" to add the theme to your editor. or you can install the theme directly from the Visual Studio Code Marketplace.
To activate the dark theme:
- Open the Command Palette (
Ctrl+Shift+P
). - Type
Preferences: Color Theme
and select it. - From the list of themes, choose B3ast Dark/ B3ast Coffee/ B3ast Purple.
You can customize the theme settings in your settings.json
file. For example:
{
"workbench.colorTheme": "B3ast Dark",
"editor.fontSize": 14,
"editor.lineHeight": 1.5
}