Skip to content

Commit 029978f

Browse files
update 2.2.0
1 parent 7b2dfc2 commit 029978f

File tree

7 files changed

+688
-226
lines changed

7 files changed

+688
-226
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
---
1010

11+
### 2.2.0
12+
- Better Zig support
13+
1114
### 2.1.9
1215
- Better Php and Xml support
1316

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
</a>
1515
</div>
1616

17-
<!-- > [!NOTE] -->
18-
> 🗒️
17+
<!-- > 🗒️ -->
18+
> [!NOTE]
1919
> Yellowed is a simple material dark theme wich focus his syntax color on the golden yellow. Its syntax is inspired by the [gruber-darker](https://github.com/rexim/gruber-darker-theme) theme for emacs, but changed a bit.
2020
21-
<!-- > [!IMPORTANT] -->
22-
>
21+
<!-- > -->
22+
> [!IMPORTANT]
2323
> If you find any weird syntax highlighting, try disabling semantic highlighting. If it doesn't work then please report it [here](https://github.com/Gael-Lopes-Da-Silva/YellowedVSCode/issues/new/choose). This would help me a lot since I can't cover all the languages.
2424
2525
## 🖼️ Screenshots
@@ -49,6 +49,6 @@ Yellow - [#ffd900]
4949
White - [#ffffff]
5050
~~~
5151

52-
<!-- > [!NOTE] -->
53-
> 🗒️
52+
<!-- > 🗒️ -->
53+
> [!NOTE]
5454
> You can find my Visual Studio Code configuraton [here](https://github.com/Gael-Lopes-Da-Silva/MyVscodeConfig).
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yellowed",
3-
"version": "2.1.9",
3+
"version": "2.2.0",
44
"displayName": "Yellowed",
55
"description": "A lemon like theme for vscode.",
66
"publisher": "gael-lopes-da-silva",
@@ -18,7 +18,7 @@
1818
],
1919
"scripts": {
2020
"publish": "vsce publish",
21-
"package": "vsce package"
21+
"package": "vsce package -o build"
2222
},
2323
"contributes": {
2424
"themes": [

0 commit comments

Comments
 (0)