Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>SeabrookNew to Visual Studio Code? Get it now.
Seabrook

Seabrook

sortbyfirstname

|
345 installs
| (0) | Free
An aesthetically pleasing theme for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
icon

Seabrook

An aesthetically pleasing theme for Visual Studio Code.

Preview in vscode.dev Visual Studio Marketplace Last Updated GitHub issues

Seabrook Dark

Screenshot 1

Seabrook Light

Screenshot 2


Disabling italics

If you would like to disable italics, you can add the following to your settings.json file:

"editor.tokenColorCustomizations": {
        "[Seabrook Dark]": {
            "textMateRules": [{
                "scope": [
                    "comment",
                    "invalid",
                    "keyword",
                    "entity.other.attribute-name"
                ],
                "settings": {
                    "fontStyle": ""
                }
            }]
        },
        "[Seabrook Light]": {
            "textMateRules": [{
                "scope": [
                    "comment",
                    "invalid",
                    "keyword",
                    "entity.other.attribute-name"
                ],
                "settings": {
                    "fontStyle": ""
                }
            }]
        }
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft