Skip to content

Commit

Permalink
fix: small import colors dark version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftEscape committed Oct 7, 2024
1 parent 0e85446 commit c8a2529
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "theme-nemo",
"displayName": "ThemeNemo",
"description": "Just another dark theme for awesome developers!",
"version": "1.6.2",
"version": "1.6.3",
"publisher": "AlvinJamesBellero",
"icon": "assets/theme-nemo-icon.png",
"repository": {
Expand All @@ -13,6 +13,9 @@
"name": "Alvin James Bellero",
"email": "ajames.bellero@gmail.com"
},
"sponsor": {
"url": "https://github.com/sponsors/shiftEscape"
},
"homepage": "https://github.com/shiftEscape/theme-nemo-vscode/blob/master/README.md",
"galleryBanner": {
"color": "#2a0c2a",
Expand Down
5 changes: 3 additions & 2 deletions themes/ThemeNemo-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"keyword.operator.expression.keyof"
],
"settings": {
"foreground": "#c276ff"
"foreground": "#454545"
}
},
{
Expand Down Expand Up @@ -1983,6 +1983,7 @@
"breadcrumb.activeSelectionForeground": "#ffffff",
"editorGutter.commentRangeForeground": "#c5c5c5",
"debugExceptionWidget.background": "#1e2234",
"debugExceptionWidget.border": "#e8e8e82e"
"debugExceptionWidget.border": "#e8e8e82e",
"importCost.smallPackageDarkColor": "#454545"
}
}

0 comments on commit c8a2529

Please sign in to comment.