Skip to content

Commit

Permalink
Features/colorized syntax (#3)
Browse files Browse the repository at this point in the history
* Rename original to Monochrome
* Add Colorized style
  • Loading branch information
thorerik authored Jul 20, 2021
1 parent 9c4e6b6 commit 7173ac1
Show file tree
Hide file tree
Showing 7 changed files with 1,752 additions and 1,096 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v2.0.0
- Renamed the original to "Monochrome"
- Added colorized version

## v1.1.1

- Add License declarattion
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
The perfect theme for writing IP tracers in Visual Basic and reverse-proxying a UNIX-system firewall

![Preview](/media/Code_2020-08-12_01-55-19.png)
![Preview](/media/Code_Ss8f2W2inl.png)

## Installation

Expand Down
Binary file added media/Code_Ss8f2W2inl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Thor Erik Lie",
"email": "[email protected]"
},
"version": "1.1.1",
"version": "2.0.0",
"scripts": {
"deploy": "vsce publish"
},
Expand All @@ -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"
}
]
},
Expand Down
Loading

0 comments on commit 7173ac1

Please sign in to comment.