MoOx / vscode-color-theme-dark-sea

VS Code color theme inspired by Atom Duo Tone Dark Sea.

Home Page:https://marketplace.visualstudio.com/items?itemName=MoOx.dark-sea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Code DARK SEA color theme

Repo on GitHub Repo on GitLab

VS Code color theme inspired by Atom Duo Tone Dark Sea.

mood

preview

Syntax Colors

  • uno-1: #d6e9ff
  • uno-2: #88b4e7
  • uno-3: #5d8cc0
  • uno-4: #586f89
  • uno-5: #444c55
  • duo-1: #34febb
  • duo-2: #32ae85
  • duo-3: #42675a

Development

Here is a links & few notes for myself, or you if you want to contribute

Enable development mode

Useful commands

  • >Developer: Inspect Editor Tokens and Scopes
  • >Developer: Inspect Content Keys
  • >Developer: Toggle Developer Tools

In your settings.json, you can play with

  "workbench.colorCustomizations": {
  },
  "editor.tokenColorCustomizations": {
      "textMateRules": [
      ]
  }

About

VS Code color theme inspired by Atom Duo Tone Dark Sea.

https://marketplace.visualstudio.com/items?itemName=MoOx.dark-sea

License:MIT License