Quartzium Theme
Elevate your coding experience with Quartzium — a sleek and minimalistic Visual Studio Code theme.
Table of Contents
- Getting Started
- Installation
- Activating the Theme
- Customizing Accent Colors
- Personalizing Theme Colors
- Recommended Settings
Getting Started
Installation
Open Quick Open:
- Linux:
Ctrl+P
- macOS:
⌘P
- Windows:
Ctrl+P
Run:
ext install quartzium.vscode-theme
Choose the Quartzium Theme by the Quartzium Team.
Activating the Theme
Open Quick Open:
- Linux/Windows:
Ctrl + Shift + P
- macOS:
⌘ + Shift + P
Search for Preferences: Color Theme and select a Quartzium variant.
Customizing Accent Colors
- Open Quick Open (
Ctrl + Shift + P or ⌘ + Shift + P ).
- Search for
Quartzium Theme: Set Accent Color and choose your desired color.
Personalizing Theme Colors
Modify Quartzium’s look with custom overrides using Visual Studio Code’s settings. Learn more.
Recommended Settings
For an optimized experience, consider these settings:
{
"editor.lineHeight": 14,
"editor.fontLigatures": true,
"explorer.decorations.badges": false
}
| |