https://github.com/moox/vscode-color-theme-dark-sea
VS Code color theme inspired by Atom Duo Tone Dark Sea.
https://github.com/moox/vscode-color-theme-dark-sea
color-theme vscode vscode-extension vscode-theme
Last synced: 11 months ago
JSON representation
VS Code color theme inspired by Atom Duo Tone Dark Sea.
- Host: GitHub
- URL: https://github.com/moox/vscode-color-theme-dark-sea
- Owner: MoOx
- License: mit
- Created: 2018-12-12T18:23:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T07:11:25.000Z (about 4 years ago)
- Last Synced: 2025-04-13T13:13:34.280Z (over 1 year ago)
- Topics: color-theme, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=MoOx.dark-sea
- Size: 349 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Studio Code DARK SEA color theme
[](https://github.com/MoOx/vscode-color-theme-dark-sea)
[](https://gitlab.com/MoOx/vscode-color-theme-dark-sea)
> VS Code color theme inspired by [Atom Duo Tone Dark Sea](https://atom.io/themes/duotone-dark-sea-syntax).


## 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
```json
"workbench.colorCustomizations": {
},
"editor.tokenColorCustomizations": {
"textMateRules": [
]
}
```