Skip to content

Commit

Permalink
2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Feb 27, 2025
1 parent 6d2fcf6 commit a8f4c67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions VSCode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
activityWarningBadge.background: #ff8a4c/#ff6d12
```

* Change All Syntax

```Syntax
source.css meta.selector.css: #E06C75/#CD6069 → #98C379/#53A053
```
2.7.5~2.7.7 (2025-02-03)
* Update README.
Expand Down
8 changes: 4 additions & 4 deletions VSCode/jsonc/syntax.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6268,14 +6268,14 @@
"source.css meta.selector.css": {
"name": "",
"foreground": {
"light": "#CD6069",
"dark": "#E06C75"
"light": "#53A053",
"dark": "#98C379"
},
"fontStyle": {
"Eva": "",
"Eva-Italic": "",
"Eva-Italic": "italic",
"Eva-Bold": "",
"Eva-Italic-Bold": ""
"Eva-Italic-Bold": "italic"
}
},
"keyword.operator.expression.instanceof": {
Expand Down

0 comments on commit a8f4c67

Please sign in to comment.