Skip to content

Commit

Permalink
1.0.15 (#32)
Browse files Browse the repository at this point in the history
* update packages

* updates

* bump version
  • Loading branch information
surfinzap authored Dec 27, 2024
1 parent eb9b52d commit 4198254
Show file tree
Hide file tree
Showing 15 changed files with 284 additions and 122 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Fixed
Security


## [1.0.15] — 2024-12-27

### Added
- new variables for Side Bar, Chat, Editor and Charts introduced in [VS Code v1.95](https://code.visualstudio.com/updates/v1_95) and [v1.96](https://code.visualstudio.com/updates/v1_96)

### Maintenance
- updated dependencies to their latest versions



## [1.0.14] — 2024-10-17

### Added
Expand Down
28 changes: 20 additions & 8 deletions dist/bikkuri-dark-coal-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"sideBarTitle.foreground": "#8d8d8d",
"sideBarSectionHeader.border": "#1b1b1b00",
"sideBarTitle.background": "#1b1b1b",
"sideBarTitle.border": "#1b1b1b00",
"sideBarStickyScroll.background": "#1b1b1b",
"sideBarStickyScroll.border": "#1b1b1b00",
"sideBarStickyScroll.shadow": "#111111",
Expand All @@ -314,6 +315,7 @@
"gitDecoration.stageModifiedResourceForeground": "#caa263",
"gitDecoration.stageDeletedResourceForeground": "#c14258",
"gitDecoration.submoduleResourceForeground": "#6f6f6f",
"git.blame.editorDecorationForeground": "#8d8d8d",

/* SCM (Source Control Management)
Stats in Incoming/Outgoing part in Source Control
Expand Down Expand Up @@ -506,6 +508,7 @@
"panelTitle.activeBorder": "#8d8d8d",
"panelTitle.activeForeground": "#e0e0e0",
"panelTitle.inactiveForeground": "#6f6f6f",
"panelTitle.border": "#1b1b1b00",
"panelInput.border": "#525252",
"panelSection.border": "#393939",
"panelSection.dropBackground": "#5252524d",
Expand Down Expand Up @@ -590,6 +593,8 @@
"editorMultiCursor.secondary.foreground": "#a8a8a8",
"editorMultiCursor.secondary.background": "#1b1b1b",
"editor.placeholder.foreground": "#8d8d8d",
"editor.compositionBorder": "#1b1b1b00",


"editorError.foreground": "#c14258",
"editorError.background": "#1b1b1b00",
Expand Down Expand Up @@ -726,6 +731,7 @@
"chat.slashCommandForeground": "#8d8d8d", //in-chat slash command
"chat.avatarBackground": "#1b1b1b00", //co-pilot icon
"chat.avatarForeground": "#6f6f6f", //co-pilot icon
"chat.editedFileForeground": "#e0e0e0",

"inlineChat.background": "#262626",
"inlineChat.foreground": "#e0e0e0",
Expand Down Expand Up @@ -931,6 +937,9 @@
"testing.uncoveredBorder": "#1b1b1b00",
"testing.coverCountBadgeBackground": "#8d8d8d",
"testing.coverCountBadgeForeground": "#1b1b1b",
"testing.message.error.badgeBackground": "#65222d4d",
"testing.message.error.badgeBorder": "#e06578",
"testing.message.error.badgeForeground": "#1b1b1b",



Expand Down Expand Up @@ -1158,14 +1167,17 @@

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e0e0",
"charts.lines": " #393939",
"charts.red": " #e06578",
"charts.orange": " #da9a6a",
"charts.yellow": " #e9c07d",
"charts.green": " #9cb062",
"charts.blue": " #75aedd",
"charts.purple": " #a9a0e6",
"charts.foreground": "#e0e0e0",
"charts.lines": "#393939",
"charts.red": "#e06578",
"charts.orange": "#da9a6a",
"charts.yellow": "#e9c07d",
"charts.green": "#9cb062",
"charts.blue": "#75aedd",
"charts.purple": "#a9a0e6",
"chart.line": "#75aedd",
"chart.axis": "#8d8d8d",
"chart.guide": "#525252",


/* Ports Colors
Expand Down
28 changes: 20 additions & 8 deletions dist/bikkuri-dark-coal-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"sideBarTitle.foreground": "#8d8d8d",
"sideBarSectionHeader.border": "#1b1b1b00",
"sideBarTitle.background": "#1b1b1b",
"sideBarTitle.border": "#1b1b1b00",
"sideBarStickyScroll.background": "#1b1b1b",
"sideBarStickyScroll.border": "#1b1b1b00",
"sideBarStickyScroll.shadow": "#111111",
Expand All @@ -314,6 +315,7 @@
"gitDecoration.stageModifiedResourceForeground": "#bfa481",
"gitDecoration.stageDeletedResourceForeground": "#a25a63",
"gitDecoration.submoduleResourceForeground": "#6f6f6f",
"git.blame.editorDecorationForeground": "#8d8d8d",

/* SCM (Source Control Management)
Stats in Incoming/Outgoing part in Source Control
Expand Down Expand Up @@ -506,6 +508,7 @@
"panelTitle.activeBorder": "#8d8d8d",
"panelTitle.activeForeground": "#e0e0e0",
"panelTitle.inactiveForeground": "#6f6f6f",
"panelTitle.border": "#1b1b1b00",
"panelInput.border": "#525252",
"panelSection.border": "#393939",
"panelSection.dropBackground": "#5252524d",
Expand Down Expand Up @@ -590,6 +593,8 @@
"editorMultiCursor.secondary.foreground": "#a8a8a8",
"editorMultiCursor.secondary.background": "#1b1b1b",
"editor.placeholder.foreground": "#8d8d8d",
"editor.compositionBorder": "#1b1b1b00",


"editorError.foreground": "#a25a63",
"editorError.background": "#1b1b1b00",
Expand Down Expand Up @@ -726,6 +731,7 @@
"chat.slashCommandForeground": "#8d8d8d", //in-chat slash command
"chat.avatarBackground": "#1b1b1b00", //co-pilot icon
"chat.avatarForeground": "#6f6f6f", //co-pilot icon
"chat.editedFileForeground": "#e0e0e0",

"inlineChat.background": "#262626",
"inlineChat.foreground": "#e0e0e0",
Expand Down Expand Up @@ -931,6 +937,9 @@
"testing.uncoveredBorder": "#1b1b1b00",
"testing.coverCountBadgeBackground": "#8d8d8d",
"testing.coverCountBadgeForeground": "#1b1b1b",
"testing.message.error.badgeBackground": "#572c324d",
"testing.message.error.badgeBorder": "#c07982",
"testing.message.error.badgeForeground": "#1b1b1b",



Expand Down Expand Up @@ -1158,14 +1167,17 @@

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e0e0",
"charts.lines": " #393939",
"charts.red": " #c07982",
"charts.orange": " #c8a087",
"charts.yellow": " #dfc299",
"charts.green": " #a1ad86",
"charts.blue": " #8fabc8",
"charts.purple": " #a8a4c8",
"charts.foreground": "#e0e0e0",
"charts.lines": "#393939",
"charts.red": "#c07982",
"charts.orange": "#c8a087",
"charts.yellow": "#dfc299",
"charts.green": "#a1ad86",
"charts.blue": "#8fabc8",
"charts.purple": "#a8a4c8",
"chart.line": "#8fabc8",
"chart.axis": "#8d8d8d",
"chart.guide": "#525252",


/* Ports Colors
Expand Down
28 changes: 20 additions & 8 deletions dist/bikkuri-dark-moss-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"sideBarTitle.foreground": "#8d8e85",
"sideBarSectionHeader.border": "#1b1c1900",
"sideBarTitle.background": "#1b1c19",
"sideBarTitle.border": "#1b1c1900",
"sideBarStickyScroll.background": "#1b1c19",
"sideBarStickyScroll.border": "#1b1c1900",
"sideBarStickyScroll.shadow": "#11110f",
Expand All @@ -314,6 +315,7 @@
"gitDecoration.stageModifiedResourceForeground": "#caa263",
"gitDecoration.stageDeletedResourceForeground": "#c14258",
"gitDecoration.submoduleResourceForeground": "#6f7069",
"git.blame.editorDecorationForeground": "#8d8e85",

/* SCM (Source Control Management)
Stats in Incoming/Outgoing part in Source Control
Expand Down Expand Up @@ -506,6 +508,7 @@
"panelTitle.activeBorder": "#8d8e85",
"panelTitle.activeForeground": "#e0e1d4",
"panelTitle.inactiveForeground": "#6f7069",
"panelTitle.border": "#1b1c1900",
"panelInput.border": "#52534d",
"panelSection.border": "#393935",
"panelSection.dropBackground": "#52534d4d",
Expand Down Expand Up @@ -590,6 +593,8 @@
"editorMultiCursor.secondary.foreground": "#a8a99f",
"editorMultiCursor.secondary.background": "#1b1c19",
"editor.placeholder.foreground": "#8d8e85",
"editor.compositionBorder": "#1b1c1900",


"editorError.foreground": "#c14258",
"editorError.background": "#1b1c1900",
Expand Down Expand Up @@ -726,6 +731,7 @@
"chat.slashCommandForeground": "#8d8e85", //in-chat slash command
"chat.avatarBackground": "#1b1c1900", //co-pilot icon
"chat.avatarForeground": "#6f7069", //co-pilot icon
"chat.editedFileForeground": "#e0e1d4",

"inlineChat.background": "#262623",
"inlineChat.foreground": "#e0e1d4",
Expand Down Expand Up @@ -931,6 +937,9 @@
"testing.uncoveredBorder": "#1b1c1900",
"testing.coverCountBadgeBackground": "#8d8e85",
"testing.coverCountBadgeForeground": "#1b1c19",
"testing.message.error.badgeBackground": "#65222d4d",
"testing.message.error.badgeBorder": "#e06578",
"testing.message.error.badgeForeground": "#1b1c19",



Expand Down Expand Up @@ -1158,14 +1167,17 @@

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e1d4",
"charts.lines": " #393935",
"charts.red": " #e06578",
"charts.orange": " #da9a6a",
"charts.yellow": " #e9c07d",
"charts.green": " #9cb062",
"charts.blue": " #75aedd",
"charts.purple": " #a9a0e6",
"charts.foreground": "#e0e1d4",
"charts.lines": "#393935",
"charts.red": "#e06578",
"charts.orange": "#da9a6a",
"charts.yellow": "#e9c07d",
"charts.green": "#9cb062",
"charts.blue": "#75aedd",
"charts.purple": "#a9a0e6",
"chart.line": "#75aedd",
"chart.axis": "#8d8e85",
"chart.guide": "#52534d",


/* Ports Colors
Expand Down
28 changes: 20 additions & 8 deletions dist/bikkuri-dark-moss-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"sideBarTitle.foreground": "#8d8e85",
"sideBarSectionHeader.border": "#1b1c1900",
"sideBarTitle.background": "#1b1c19",
"sideBarTitle.border": "#1b1c1900",
"sideBarStickyScroll.background": "#1b1c19",
"sideBarStickyScroll.border": "#1b1c1900",
"sideBarStickyScroll.shadow": "#11110f",
Expand All @@ -314,6 +315,7 @@
"gitDecoration.stageModifiedResourceForeground": "#bfa481",
"gitDecoration.stageDeletedResourceForeground": "#a25a63",
"gitDecoration.submoduleResourceForeground": "#6f7069",
"git.blame.editorDecorationForeground": "#8d8e85",

/* SCM (Source Control Management)
Stats in Incoming/Outgoing part in Source Control
Expand Down Expand Up @@ -506,6 +508,7 @@
"panelTitle.activeBorder": "#8d8e85",
"panelTitle.activeForeground": "#e0e1d4",
"panelTitle.inactiveForeground": "#6f7069",
"panelTitle.border": "#1b1c1900",
"panelInput.border": "#52534d",
"panelSection.border": "#393935",
"panelSection.dropBackground": "#52534d4d",
Expand Down Expand Up @@ -590,6 +593,8 @@
"editorMultiCursor.secondary.foreground": "#a8a99f",
"editorMultiCursor.secondary.background": "#1b1c19",
"editor.placeholder.foreground": "#8d8e85",
"editor.compositionBorder": "#1b1c1900",


"editorError.foreground": "#a25a63",
"editorError.background": "#1b1c1900",
Expand Down Expand Up @@ -726,6 +731,7 @@
"chat.slashCommandForeground": "#8d8e85", //in-chat slash command
"chat.avatarBackground": "#1b1c1900", //co-pilot icon
"chat.avatarForeground": "#6f7069", //co-pilot icon
"chat.editedFileForeground": "#e0e1d4",

"inlineChat.background": "#262623",
"inlineChat.foreground": "#e0e1d4",
Expand Down Expand Up @@ -931,6 +937,9 @@
"testing.uncoveredBorder": "#1b1c1900",
"testing.coverCountBadgeBackground": "#8d8e85",
"testing.coverCountBadgeForeground": "#1b1c19",
"testing.message.error.badgeBackground": "#572c324d",
"testing.message.error.badgeBorder": "#c07982",
"testing.message.error.badgeForeground": "#1b1c19",



Expand Down Expand Up @@ -1158,14 +1167,17 @@

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e1d4",
"charts.lines": " #393935",
"charts.red": " #c07982",
"charts.orange": " #c8a087",
"charts.yellow": " #dfc299",
"charts.green": " #a1ad86",
"charts.blue": " #8fabc8",
"charts.purple": " #a8a4c8",
"charts.foreground": "#e0e1d4",
"charts.lines": "#393935",
"charts.red": "#c07982",
"charts.orange": "#c8a087",
"charts.yellow": "#dfc299",
"charts.green": "#a1ad86",
"charts.blue": "#8fabc8",
"charts.purple": "#a8a4c8",
"chart.line": "#8fabc8",
"chart.axis": "#8d8e85",
"chart.guide": "#52534d",


/* Ports Colors
Expand Down
Loading

0 comments on commit 4198254

Please sign in to comment.