UNPKG

atlantic-midnight

Version:

Atlantic Midnight is a dark theme for Visual Studio Code.

40 lines 794 B
{ "name": "atlantic-midnight", "displayName": "Atlantic Midnight", "description": "Atlantic Midnight is a dark theme for Visual Studio Code.", "publisher": "sprovo", "version": "1.2.0", "engines": { "vscode": "^1.97.0" }, "maintainers": [ "Sandrico Provo" ], "categories": [ "Themes" ], "keywords": [ "theme", "dark", "atlantic", "midnight" ], "repository": { "type": "git", "url": "https://github.com/sandricoprovo/atlantic-midnight-theme" }, "license": "MIT", "icon": "icon.png", "contributes": { "themes": [ { "label": "Atlantic Midnight", "uiTheme": "vs-dark", "path": "./themes/Atlantic Midnight-color-theme.json" } ] }, "scripts": { "package": "vsce package" } }