Open Extensions sidebar panel in VS Code. View → Extensions
Search for Sea Glass Theme
Click Install
Click Reload
File > Preferences > Color Theme > Sea Glass Theme
Tips
This theme was created initially with languages like JavaScript, TypeScript, HTML, and CSS in mind. Therefore if you are using a language or framework that is not properly supported, please open an issue on the Sea Glass Theme Github Repo and I will try to add support for it.
With colorized bracket pairs now a native feature in VSCode, I recommend disabling them in your settings for a cleaner look. To do this, open your settings.json file by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON). Then add the following line anywhere in your settings file:
"editor.language.colorizedBracketPairs": [],
Contributing
If you'd like to contribute to this theme or make any suggestions, please do so here.