Skip to content

Commit

Permalink
💄 Updating themes components
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Jan 1, 2025
1 parent daebe20 commit 9a74a83
Show file tree
Hide file tree
Showing 16 changed files with 129 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
*.vsix
*.vsix
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.0.7]

### Added

- nekonight day
- nekonight aurora

## [0.0.3]

Expand Down
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Looking for a theme that fits your vibe? Whether you're into dark mode, light mo
- nekonight-storm
- nekonight-deep-ocean
- nekonight-moon
- nekonight-aurora
- nekonight-day

### 🚀 Nekonight

Expand Down Expand Up @@ -96,6 +98,38 @@ Looking for a theme that fits your vibe? Whether you're into dark mode, light mo
<img src="./img/nekonight-moon3.jpg" />
</td>
</tr>
<tr>
<td width="50%">
<img src="./img/aurora.jpg" />
</td>
<td width="50%">
<img src="./img/aurora1.jpg" />
</td>
</tr>
<tr>
<td width="50%">
<img src="./img/aurora2.jpg" />
</td>
<td width="50%">
<img src="./img/aurora3.jpg" />
</td>
</tr>
<tr>
<td width="50%">
<img src="./img/day.jpg" />
</td>
<td width="50%">
<img src="./img/day1.jpg" />
</td>
</tr>
<tr>
<td width="50%">
<img src="./img/day2.jpg" />
</td>
<td width="50%">
<img src="./img/day3.jpg" />
</td>
</tr>
</table>

### ⚙️ Suggested configuration
Expand Down
Binary file added img/aurora.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aurora1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aurora2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aurora3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/day.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/day1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/day2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/day3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nekonight",
"displayName": "nekonight ",
"description": "✨ Looking for a theme that fits your vibe? Whether you're into dark mode, light mode, or something in between, this NekoNight has got you covered. For snappy performance, it's a buffet of color schemes for every taste and mood. 🍭",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "BrunoCiccarino",
"author": "Bruno Ciccarino",
"icon": "icon.png",
Expand Down Expand Up @@ -70,6 +70,16 @@
"label": "nekonight moon",
"uiTheme": "vs-dark",
"path": "./themes/nekonight-moon.json"
},
{
"label": "nekonight day",
"uiTheme": "vs-dark",
"path": "./themes/nekonight-day.json"
},
{
"label": "nekonight aurora",
"uiTheme": "vs-dark",
"path": "./themes/nekonight-aurora.json"
}
]
}
Expand Down
18 changes: 16 additions & 2 deletions themes/nekonight-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,31 @@

"titleBar.activeBackground": "#1b1524",
"titleBar.inactiveBackground": "#1b1524",

"tab.activeBackground": "#2a2139",
"tab.inactiveBackground": "#1b1524",
"tab.border": "#2a2139",
"tab.activeForeground": "#9EFFFF",
"tab.hoverForeground": "#dadce3",
"tab.hoverBackground": "#222436",
"tab.activeBorder": "#9EFFFF",
"tab.selectedBackground": "#363c4d",
"tab.inactiveForeground": "#9EFFFF",
"tab.unfocusedActiveForeground": "#363c4d",
"tab.unfocusedInactiveForeground": "#363c4d",
"tab.unfocusedHoverForeground": "#363c4d",
"tab.activeModifiedBorder": "#e6e7ed",
"tab.inactiveModifiedBorder": "#e6e7ed",
"tab.unfocusedActiveBorder": "#9da0ab",
"tab.lastPinnedBorder": "#dadbe0",

"notifications.background": "#2a2139",
"notifications.foreground": "#403f53",
"notifications.foreground": "#9EFFFF",
"notificationLink.foreground": "#994cc3",
"notifications.border": "#CCCCCC",
"notificationCenter.border": "#CCCCCC",
"notificationToast.border": "#CCCCCC",
"notificationCenterHeader.foreground": "#403f53",
"notificationCenterHeader.foreground": "#9EFFFF",
"notificationCenterHeader.background": "#2a2139"
},
"tokenColors": [
Expand Down
22 changes: 19 additions & 3 deletions themes/nekonight-deep-ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,25 @@
"sideBar.border": "#000000",
"titleBar.activeBackground": "#090B10",
"titleBar.inactiveBackground": "#090B10",

"tab.activeBackground": "#0F111A",
"tab.inactiveBackground": "#090B10",
"tab.border": "#0F111A",
"tab.border": "#222436",
"tab.activeForeground": "#9EFFFF",
"tab.hoverForeground": "#dadce3",
"tab.hoverBackground": "#222436",
"tab.activeBorder": "#9EFFFF",
"tab.selectedBackground": "#363c4d",
"tab.inactiveForeground": "#9EFFFF",
"tab.unfocusedActiveForeground": "#363c4d",
"tab.unfocusedInactiveForeground": "#363c4d",
"tab.unfocusedHoverForeground": "#363c4d",
"tab.activeModifiedBorder": "#e6e7ed",
"tab.inactiveModifiedBorder": "#e6e7ed",
"tab.unfocusedActiveBorder": "#9da0ab",
"tab.lastPinnedBorder": "#dadbe0",


"editor.snippetTabstopHighlightBackground": "#6943ff62",
"editor.snippetTabstopHighlightBorder": "#6943ff62",
"editor.snippetFinalTabstopHighlightBackground": "#6943ff62",
Expand All @@ -100,12 +116,12 @@
"editorGroupHeader.tabsBorder": "#ff787800",

"notifications.background": "#0F111A",
"notifications.foreground": "#403f53",
"notifications.foreground": "#9EFFFF",
"notificationLink.foreground": "#994cc3",
"notifications.border": "#CCCCCC",
"notificationCenter.border": "#CCCCCC",
"notificationToast.border": "#CCCCCC",
"notificationCenterHeader.foreground": "#403f53",
"notificationCenterHeader.foreground": "#9EFFFF",
"notificationCenterHeader.background": "#0F111A"
},
"tokenColors": [
Expand Down
25 changes: 20 additions & 5 deletions themes/nekonight-moon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Bruno Ciccarino",
"name": "nekonight",
"name": "nekonight moon",
"colors": {
"editor.background": "#222436",
"editor.foreground": "#a9b1d6",
Expand Down Expand Up @@ -89,25 +89,40 @@
"sideBar.border": "#000000",
"titleBar.activeBackground": "#191B29",
"titleBar.inactiveBackground": "#191B29",

"tab.activeBackground": "#222436",
"tab.inactiveBackground": "#191B29",
"tab.border": "#222436",

"tab.activeForeground": "#9EFFFF",
"tab.hoverForeground": "#dadce3",
"tab.hoverBackground": "#222436",
"tab.activeBorder": "#9EFFFF",
"tab.selectedBackground": "#363c4d",
"tab.inactiveForeground": "#9EFFFF",
"tab.unfocusedActiveForeground": "#363c4d",
"tab.unfocusedInactiveForeground": "#363c4d",
"tab.unfocusedHoverForeground": "#363c4d",
"tab.activeModifiedBorder": "#e6e7ed",
"tab.inactiveModifiedBorder": "#e6e7ed",
"tab.unfocusedActiveBorder": "#9da0ab",
"tab.lastPinnedBorder": "#dadbe0",


"editor.snippetTabstopHighlightBackground": "#6943ff62",
"editor.snippetTabstopHighlightBorder": "#6943ff62",
"editor.snippetFinalTabstopHighlightBackground": "#6943ff62",
"editor.snippetFinalTabstopHighlightBorder": "#6943ff62",
"editorGroupHeader.border": "#1d1d21",
"editorGroupHeader.tabsBackground": "#222436",
"editorGroupHeader.tabsBorder": "#ff787800",
"editorGroupHeader.tabsBorder": "#9EFFFF",

"notifications.background": "#222436",
"notifications.foreground": "#403f53",
"notifications.foreground": "#9EFFFF",
"notificationLink.foreground": "#994cc3",
"notifications.border": "#CCCCCC",
"notificationCenter.border": "#CCCCCC",
"notificationToast.border": "#CCCCCC",
"notificationCenterHeader.foreground": "#403f53",
"notificationCenterHeader.foreground": "#9EFFFF",
"notificationCenterHeader.background": "#222436"
},
"tokenColors": [
Expand Down
29 changes: 22 additions & 7 deletions themes/nekonight-storm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Bruno Ciccarino",
"name": "nekonight",
"name": "nekonight storm",
"colors": {
"editor.background": "#24283b",
"editor.foreground": "#a9b1d6",
Expand Down Expand Up @@ -89,23 +89,38 @@
"list.deemphasizedForeground": "#82d8d8aa",
"titleBar.activeBackground": "#1b1e2d",
"titleBar.inactiveBackground": "#1b1e2d",
"tab.activeBackground": "#24283b",
"tab.inactiveBackground": "#1b1e2d",
"tab.border": "#24283b",

"tab.activeBackground": "#222436",
"tab.inactiveBackground": "#191B29",
"tab.border": "#222436",
"tab.activeForeground": "#9EFFFF",
"tab.hoverForeground": "#dadce3",
"tab.hoverBackground": "#222436",
"tab.activeBorder": "#9EFFFF",
"tab.selectedBackground": "#363c4d",
"tab.inactiveForeground": "#9EFFFF",
"tab.unfocusedActiveForeground": "#363c4d",
"tab.unfocusedInactiveForeground": "#363c4d",
"tab.unfocusedHoverForeground": "#363c4d",
"tab.activeModifiedBorder": "#e6e7ed",
"tab.inactiveModifiedBorder": "#e6e7ed",
"tab.unfocusedActiveBorder": "#9da0ab",
"tab.lastPinnedBorder": "#dadbe0",

"editor.snippetTabstopHighlightBackground": "#6943ff62",
"editor.snippetTabstopHighlightBorder": "#6943ff62",
"editor.snippetFinalTabstopHighlightBackground": "#6943ff62",
"editor.snippetFinalTabstopHighlightBorder": "#6943ff62",
"editorGroupHeader.border": "#1d1d21",
"editorGroupHeader.tabsBackground": "#24283b",
"editorGroupHeader.tabsBorder": "#ff787800",
"editorGroupHeader.tabsBorder": "#9EFFFF",
"notifications.background": "#1b1e2d",
"notifications.foreground": "#403f53",
"notifications.foreground": "#9EFFFF",
"notificationLink.foreground": "#994cc3",
"notifications.border": "#CCCCCC",
"notificationCenter.border": "#CCCCCC",
"notificationToast.border": "#CCCCCC",
"notificationCenterHeader.foreground": "#403f53",
"notificationCenterHeader.foreground": "#9EFFFF",
"notificationCenterHeader.background": "#1b1e2d"

},
Expand Down

0 comments on commit 9a74a83

Please sign in to comment.