-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename original to Monochrome * Add Colorized style
- Loading branch information
Showing
7 changed files
with
1,752 additions
and
1,096 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"name": "Thor Erik Lie", | ||
"email": "[email protected]" | ||
}, | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"scripts": { | ||
"deploy": "vsce publish" | ||
}, | ||
|
@@ -19,9 +19,14 @@ | |
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Hacker Theme", | ||
"label": "Hacker Theme Monochrome", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/Hacker Theme-color-theme.json" | ||
"path": "./themes/Hacker-Theme-Monochrome-color-theme.json" | ||
}, | ||
{ | ||
"label": "Hacker Theme Colorized", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/Hacker-Theme-Colorkeywords-color-theme.json" | ||
} | ||
] | ||
}, | ||
|
Oops, something went wrong.