Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T07:11:25.000Z (over 2 years ago)
- Last Synced: 2024-12-10T10:50:12.659Z (about 1 month 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: 2
- 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
[![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/MoOx/vscode-color-theme-dark-sea)
[![Repo on GitLab](https://img.shields.io/badge/repo-GitLab-6C488A.svg)](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).
![mood](https://user-images.githubusercontent.com/157534/100657026-ef95c380-334d-11eb-9507-71c445e1c7e7.png)
![preview](https://user-images.githubusercontent.com/157534/49889617-48f34800-fe42-11e8-92c3-1965975ac406.png)
## 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": [
]
}
```