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

Ruby Sea

Barkerbg001

|
622 installs
| (1) | Free
A minimal, dark theme for VS Code with vibrant red and blue accents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ruby Sea

Ruby Sea

A dark VS Code theme built on deep navy surfaces with ruby and sea-blue accents —
sharp syntax, quiet chrome, made for long sessions.

version installs downloads license

Install from Marketplace · Report an issue

Ruby Sea preview

Why Ruby Sea

  • Deep navy workbench — #0e1b2a / #122236 keep the UI calm so your code stays in focus
  • Ruby + sea accents — keywords and UI cues in #ff4c5a, strings and diffs in cool blues
  • Semantic highlighting — token colors for functions, types, parameters, and properties
  • Full workbench coverage — editor, sidebar, tabs, terminal, git decorations, and status bar

Install

Marketplace

  1. Open Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Ruby Sea
  3. Install, then pick the theme with Ctrl+K Ctrl+T / Cmd+K Cmd+T

CLI

code --install-extension Barkerbg001.rubysea-vscode

VSIX

Download a release from Releases, then Extensions → ⋯ → Install from VSIX…

Tips

  • Leave semantic highlighting on (VS Code default) — Ruby Sea is authored for it.
  • Pair with a ligature font if you like (Fira Code, JetBrains Mono, Cascadia Code).
  • Prefer a slightly taller line height on dark themes; it reduces visual fatigue.
  • i18n — Nested locale JSON keys alternate ocean/coral; YAML keys/values stay distinct; ICU placeholders, gettext .po, and Fluent .ftl pick up ruby accents.
  • Pydantic / Python — Base classes and type annotations use gold; validators and other decorators use ruby; docstrings stay muted. Best with semantic highlighting + Pylance.
  • Color swatches — Hex / rgb() / hsl() values get inline decorators (and a color picker). Toggle with rubysea.colorDecorators.
  • Rainbow CSV — CSV / TSV columns get alternating Ruby Sea colors; hover a cell for column index / header. Toggle with rubysea.rainbowCsv.

Palette

Reference for anyone tweaking themes/rubysea-color-theme.json or matching Ruby Sea in another tool.

Syntax

Hex Used for
#ff4c5a Keywords, accents, template cues
#ffd580 Functions, types, classes
#ff6b57 Constants, operators
#62c6ff Strings, additions
#3da5f6 Parameters, properties, modified
#a2aabc Default text, variables

UI

Hex Used for
#0e1b2a Workbench background
#122236 Editor background
#214b78 Selections, panels, widgets
#6592b3 Muted UI and comments
#c5d3e0 Active / primary text
#ff2d3b Deletions and hard errors

Develop

npm install
npm run format    # apply Prettier formatting
npm run lint      # Prettier check
npm run package   # builds a .vsix
npm run publish   # publishes to the VS Code Marketplace

Press F5 in VS Code to launch an Extension Development Host and preview theme changes live.

Contributing

Bug reports and PRs are welcome — especially screenshots of languages that look off.

  1. Fork and branch from main
  2. Tweak themes/rubysea-color-theme.json
  3. Open a PR with before/after notes when the change is visual

License

MIT © Barkerbg001

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft