Skip to content

Commit c8a2529

Browse files
committed
fix: small import colors dark version
1 parent 0e85446 commit c8a2529

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 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.2",
5+
"version": "1.6.3",
66
"publisher": "AlvinJamesBellero",
77
"icon": "assets/theme-nemo-icon.png",
88
"repository": {
@@ -13,6 +13,9 @@
1313
"name": "Alvin James Bellero",
1414
"email": "[email protected]"
1515
},
16+
"sponsor": {
17+
"url": "https://github.com/sponsors/shiftEscape"
18+
},
1619
"homepage": "https://github.com/shiftEscape/theme-nemo-vscode/blob/master/README.md",
1720
"galleryBanner": {
1821
"color": "#2a0c2a",

themes/ThemeNemo-color-theme.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"keyword.operator.expression.keyof"
357357
],
358358
"settings": {
359-
"foreground": "#c276ff"
359+
"foreground": "#454545"
360360
}
361361
},
362362
{
@@ -1983,6 +1983,7 @@
19831983
"breadcrumb.activeSelectionForeground": "#ffffff",
19841984
"editorGutter.commentRangeForeground": "#c5c5c5",
19851985
"debugExceptionWidget.background": "#1e2234",
1986-
"debugExceptionWidget.border": "#e8e8e82e"
1986+
"debugExceptionWidget.border": "#e8e8e82e",
1987+
"importCost.smallPackageDarkColor": "#454545"
19871988
}
19881989
}

0 commit comments

Comments
 (0)