Skip to content

Commit

Permalink
primitive consistency, better js/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnyAD9 committed Jun 25, 2023
1 parent 289f96e commit 46ad18d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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

## v0.1.10
- consistant primitive types
- better js/ts support

## v0.1.9
- fix some incorrect colors in editor

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": "typedark",
"displayName": "TypeDark",
"description": "",
"version": "0.1.9",
"version": "0.1.10",
"repository": {
"url": "https://github.com/BonnyAD9/TypeDark"
},
Expand Down
15 changes: 9 additions & 6 deletions themes/TypeDark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@
{
"name": "Primitives",
"scope": [
"storage.type",
"storage.modifier",
"keyword.other",
"keyword.type",
"entity.name.tag",
"keyword.mnemonic",
"keyword"
Expand Down Expand Up @@ -251,7 +247,8 @@
"string.template.js",
"string.quoted.single.js",
"meta.preprocessor.string.cs",
"source.toml string.quoted.single"
"source.toml string.quoted.single",
"string.template.ts"
],
"settings": {
"foreground": "#e5a55b"
Expand Down Expand Up @@ -567,7 +564,13 @@
"name": "numeric type",
"scope": [
"entity.name.type.numeric",
"entity.name.type.primitive.rust"
"entity.name.type.primitive.rust",
"storage.type",
"storage.type.built-in",
"storage.modifier",
"keyword.other",
"keyword.type",
"support.type.primitive",
],
"settings": {
"foreground": "#ed478f",
Expand Down

0 comments on commit 46ad18d

Please sign in to comment.