Oceanic Next is a dark, contrast-balanced theme for VS Code inspired by the original Oceanic Next color scheme.
- Carefully tuned colors for long coding sessions
- Clear syntax highlighting across common languages
- Dark UI palette that keeps focus on your code
- Open Extensions in VS Code.
- Search for
Oceanic Next. - Click Install.
- Open the Command Palette with
Cmd/Ctrl + Shift + P. - Run
Preferences: Color Theme. - Select
Oceanic Next.
- Export your Marketplace token:
export VSCE_PAT=your_token_here
- Run one of the publish scripts:
npm run publish:marketplace(patch)npm run publish:marketplace:minornpm run publish:marketplace:major
