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

Seabrook

sortbyfirstname

|
93 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

Light mode coming soon!


Seabrook Dark

Screenshot 1


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": ""
                }
            }]
        }
    }
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft