Skip to content

Commit 1887a2f

Browse files
committed
fix(theme): dark js/ts keywords
1 parent c8a2529 commit 1887a2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "theme-nemo",
33
"displayName": "ThemeNemo",
44
"description": "Just another dark theme for awesome developers!",
5-
"version": "1.6.3",
5+
"version": "1.6.4",
66
"publisher": "AlvinJamesBellero",
77
"icon": "assets/theme-nemo-icon.png",
88
"repository": {

themes/ThemeNemo-color-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"keyword.operator.expression.keyof"
357357
],
358358
"settings": {
359-
"foreground": "#454545"
359+
"foreground": "#c276ff"
360360
}
361361
},
362362
{

0 commit comments

Comments
 (0)