This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
34 additions
and
1,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "horizon-theme-vscode", | ||
"version": "1.8.2", | ||
"version": "2.0.0", | ||
"author": "Jonathan Olaleye <[email protected]>", | ||
"displayName": "Horizon Theme", | ||
"description": "A beautifully warm dark theme for Visual Studio Code", | ||
"description": "A beautifully warm dual theme for Visual Studio Code", | ||
"publisher": "jolaleye", | ||
"license": "MIT", | ||
"icon": "logo.png", | ||
"scripts": { | ||
"build": "node src/build" | ||
"build": "npm run build:dark && npm run build:bright", | ||
"build:dark": "node src/dark/build", | ||
"build:bright": "node src/bright/build" | ||
}, | ||
"engines": { | ||
"vscode": "^1.26.0" | ||
|
@@ -42,6 +44,21 @@ | |
"label": "Horizon Bold", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/horizon-bold.json" | ||
}, | ||
{ | ||
"label": "Horizon Bright", | ||
"uiTheme": "vs", | ||
"path": "./themes/horizon-bright.json" | ||
}, | ||
{ | ||
"label": "Horizon Bright Italic", | ||
"uiTheme": "vs", | ||
"path": "./themes/horizon-bright-italic.json" | ||
}, | ||
{ | ||
"label": "Horizon Bright Bold", | ||
"uiTheme": "vs", | ||
"path": "./themes/horizon-bright-bold.json" | ||
} | ||
] | ||
}, | ||
|
Oops, something went wrong.