Skip to content

MoOx/vscode-color-theme-dark-sea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": [
      ]
  }