✨ The marvelous Solar System imagined for VS Code - Choose your planet! ✨ |
A professional, hand-crafted theme for Visual Studio Code. Every planet of the Solar System has the color hand-picked, based on high quality, real life images, to reflect the color palette as accurately as possible. Great attention is paid to every detail for the most authentic experience. |
Whenever the case, tiny artistic brushes are applied for a more pleasant experience and better readability. |
We hope you'll enjoy it (as much as we do!). |
Quick & Alternate Install
Quick Install
- Open the extensions sidebar on VS Code
- Search for Solar System Theme
- Click Install to install it
- Select Set Color Theme
- Code/File > Preferences > Color Theme > Solar System > Select the desired theme
- Please rate it if you enjoy it!
Alternate Install
- Launch Quick Open menu using Cmd+P or Ctrl+P
- Type the command
ext install solar-system-theme
- Click Install to install it
- Click on Reload to reload VS Code
- Code/File > Preferences > Color Theme > Solar System > Select the desired theme
- Please rate it if you enjoy it!
Recommended custom settings
We recommend the following settings for the best experience, especially if you have Cascadia Code font installed.
"workbench.iconTheme": "vscode-icons",
"workbench.productIconTheme": "fluent-icons",
"editor.fontFamily": "'Cascadia Code Light', 'Jetbrains Mono', 'Fira Code', monospace",
"terminal.integrated.fontFamily": "'Cascadia Code Light', 'Jetbrains Mono', monospace",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "line",
"files.autoSave": "afterDelay"