Skip to content

Commit

Permalink
Hotfix for semantic highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
zedritsch committed Dec 13, 2023
1 parent 0ab7b34 commit 70a9f13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v0.1.3
### Fixes
* Wrong semantic highlighting for variables

## v0.1.2
### Additions
* `ANSI` colors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "16-colors-theme",
"displayName": "16-Colors-Theme",
"description": "VS Code theme extension",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "Zedritsch",
"engines": { "vscode": "^1.84.0" },
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,11 +801,11 @@
"number": "#a5d986",
"string": "#a5d986",
"type": "#7fd4c9",
"property": "#eed49f",
"variable": "#eed49f",
"property": "#9fc5e8",
"variable": "#9fc5e8",
"function": "#8aadf4",
"parameter": {
"foreground": "#eed49f",
"foreground": "#9fc5e8",
"fontStyle": "italic"
},
/* Untested start */
Expand Down

0 comments on commit 70a9f13

Please sign in to comment.