A minimal theme with light and dark variants that focuses on readability, clear error/alert highlighting, and drawing attention to important elements in code and terminal output.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A minimal theme with light and dark variants that focuses on readability, clear error/alert highlighting, and drawing attention to important elements in code and terminal output.
Features
Clean, distraction-free design
Light and dark variants to match your preferred visual style
Automatic mode switching based on system preference
Carefully chosen color palette optimized for readability
Clear highlighting of errors, warnings, and important code elements
Enhanced terminal styling for better visibility
Installation
Install from VSIX file
Download the latest .vsix file from the repository
Open VS Code
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the command palette
Type "Install from VSIX" and select it
Navigate to the downloaded .vsix file and select it
Install from source
git clone https://github.com/appliedsciencegroup/terrarium-theme.git
cd terrarium-theme/vscode
vsce package
code --install-extension terrarium-theme-*.vsix
Usage
After installation, set the theme through:
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
Type "Color Theme" and select "Preferences: Color Theme"
Select "Terrarium" from the list
Automatic Light/Dark Switching
Terrarium theme supports automatic switching between light and dark variants based on your system preferences.
Screenshots
(Screenshots will be added here)
Contributing
Contributions are welcome! Feel free to open an issue or create a pull request.