Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
make function highlighting less dramatic
  • Loading branch information
tintinweb committed Feb 9, 2019
1 parent 0cfd420 commit 062a861
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ None

None

### 0.0.5

minor style fixes

### 0.0.4

first alpha
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compiler",
"security"
],
"version": "0.0.4",
"version": "0.0.5",
"publisher": "tintinweb",
"engines": {
"vscode": "^1.20.2"
Expand Down
2 changes: 1 addition & 1 deletion themes/OneDarkAuditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scope":"entity.name.function.solidity",
"settings":{
"foreground":"#fae674d7",
"fontStyle":"bold"
"fontStyle":""
}
},
{
Expand Down

0 comments on commit 062a861

Please sign in to comment.