Skip to content

Commit

Permalink
1.0.14 (#30)
Browse files Browse the repository at this point in the history
* Source Control Graph

* Update header info

* Activity Bar Badges

* Bump vsce

* Remove node_modules from bundling

* Bump version
  • Loading branch information
surfinzap authored Oct 17, 2024
1 parent 865bdac commit eb9b52d
Show file tree
Hide file tree
Showing 16 changed files with 255 additions and 110 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ samples/
scripts/
src/
temp/
node_modules/
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.14] — 2024-10-17

### Added
- new variables for Source Control Graph and Activity Bar Badges introduced in [VS Code v1.94](https://code.visualstudio.com/updates/v1_94)

### Maintenance
- update dependencies to their latest versions



## [1.0.13] — 2024-09-13

### Added
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-coal-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#393939",
"activityBarBadge.background": "#8d8d8d",
"activityBarBadge.foreground": "#1b1b1b",
"activityWarningBadge.foreground": "#e9c07d",
"activityWarningBadge.background": "#1b1b1b",
"activityErrorBadge.foreground": "#e06578",
"activityErrorBadge.background": "#1b1b1b",
"activityBar.activeBorder": "#8d8d8d",
"activityBar.activeBackground": "#5252524d",
"activityBar.activeFocusBorder": "#1b1b1b00",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#262626",
"scmGraph.historyItemGroupBase": "#6f6f6f",
"scmGraph.historyItemHoverLabelForeground": "#e0e0e0",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#262626",
"scmGraph.historyItemGroupBase": "#6f6f6f",
"scmGraph.historyItemHoverLabelForeground": "#e0e0e0",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.foreground4": "#d664af",
"scmGraph.foreground5": "#579896",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemRefColor": "#525252",
"scmGraph.historyItemRemoteRefColor": "#839451",
"scmGraph.historyItemBaseRefColor": "#525252",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e0e0e0",
"scmGraph.historyItemHoverDefaultLabelBackground": "#579896",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-coal-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#393939",
"activityBarBadge.background": "#8d8d8d",
"activityBarBadge.foreground": "#1b1b1b",
"activityWarningBadge.foreground": "#dfc299",
"activityWarningBadge.background": "#1b1b1b",
"activityErrorBadge.foreground": "#c07982",
"activityErrorBadge.background": "#1b1b1b",
"activityBar.activeBorder": "#8d8d8d",
"activityBar.activeBackground": "#5252524d",
"activityBar.activeFocusBorder": "#1b1b1b00",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#262626",
"scmGraph.historyItemGroupBase": "#6f6f6f",
"scmGraph.historyItemHoverLabelForeground": "#e0e0e0",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#262626",
"scmGraph.historyItemGroupBase": "#6f6f6f",
"scmGraph.historyItemHoverLabelForeground": "#e0e0e0",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.foreground4": "#be76a3",
"scmGraph.foreground5": "#749392",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemRefColor": "#525252",
"scmGraph.historyItemRemoteRefColor": "#879170",
"scmGraph.historyItemBaseRefColor": "#525252",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e0e0e0",
"scmGraph.historyItemHoverDefaultLabelBackground": "#749392",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-moss-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#393935",
"activityBarBadge.background": "#8d8e85",
"activityBarBadge.foreground": "#1b1c19",
"activityWarningBadge.foreground": "#e9c07d",
"activityWarningBadge.background": "#1b1c19",
"activityErrorBadge.foreground": "#e06578",
"activityErrorBadge.background": "#1b1c19",
"activityBar.activeBorder": "#8d8e85",
"activityBar.activeBackground": "#52534d4d",
"activityBar.activeFocusBorder": "#1b1c1900",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#262623",
"scmGraph.historyItemGroupBase": "#6f7069",
"scmGraph.historyItemHoverLabelForeground": "#e0e1d4",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#262623",
"scmGraph.historyItemGroupBase": "#6f7069",
"scmGraph.historyItemHoverLabelForeground": "#e0e1d4",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.foreground4": "#d664af",
"scmGraph.foreground5": "#579896",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemRefColor": "#52534d",
"scmGraph.historyItemRemoteRefColor": "#839451",
"scmGraph.historyItemBaseRefColor": "#52534d",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e0e1d4",
"scmGraph.historyItemHoverDefaultLabelBackground": "#579896",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-moss-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#393935",
"activityBarBadge.background": "#8d8e85",
"activityBarBadge.foreground": "#1b1c19",
"activityWarningBadge.foreground": "#dfc299",
"activityWarningBadge.background": "#1b1c19",
"activityErrorBadge.foreground": "#c07982",
"activityErrorBadge.background": "#1b1c19",
"activityBar.activeBorder": "#8d8e85",
"activityBar.activeBackground": "#52534d4d",
"activityBar.activeFocusBorder": "#1b1c1900",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#262623",
"scmGraph.historyItemGroupBase": "#6f7069",
"scmGraph.historyItemHoverLabelForeground": "#e0e1d4",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#262623",
"scmGraph.historyItemGroupBase": "#6f7069",
"scmGraph.historyItemHoverLabelForeground": "#e0e1d4",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.foreground4": "#be76a3",
"scmGraph.foreground5": "#749392",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemRefColor": "#52534d",
"scmGraph.historyItemRemoteRefColor": "#879170",
"scmGraph.historyItemBaseRefColor": "#52534d",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e0e1d4",
"scmGraph.historyItemHoverDefaultLabelBackground": "#749392",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-navy-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#363846",
"activityBarBadge.background": "#898c9f",
"activityBarBadge.foreground": "#1a1b23",
"activityWarningBadge.foreground": "#e9c07d",
"activityWarningBadge.background": "#1a1b23",
"activityErrorBadge.foreground": "#e06578",
"activityErrorBadge.background": "#1a1b23",
"activityBar.activeBorder": "#898c9f",
"activityBar.activeBackground": "#4e51634d",
"activityBar.activeFocusBorder": "#1a1b2300",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#24262f",
"scmGraph.historyItemGroupBase": "#6a6e85",
"scmGraph.historyItemHoverLabelForeground": "#dee0e5",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#24262f",
"scmGraph.historyItemGroupBase": "#6a6e85",
"scmGraph.historyItemHoverLabelForeground": "#dee0e5",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.foreground4": "#d664af",
"scmGraph.foreground5": "#579896",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemRefColor": "#4e5163",
"scmGraph.historyItemRemoteRefColor": "#839451",
"scmGraph.historyItemBaseRefColor": "#4e5163",
"scmGraph.historyItemHoverDefaultLabelForeground": "#dee0e5",
"scmGraph.historyItemHoverDefaultLabelBackground": "#579896",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-navy-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#363846",
"activityBarBadge.background": "#898c9f",
"activityBarBadge.foreground": "#1a1b23",
"activityWarningBadge.foreground": "#dfc299",
"activityWarningBadge.background": "#1a1b23",
"activityErrorBadge.foreground": "#c07982",
"activityErrorBadge.background": "#1a1b23",
"activityBar.activeBorder": "#898c9f",
"activityBar.activeBackground": "#4e51634d",
"activityBar.activeFocusBorder": "#1a1b2300",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#24262f",
"scmGraph.historyItemGroupBase": "#6a6e85",
"scmGraph.historyItemHoverLabelForeground": "#dee0e5",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#24262f",
"scmGraph.historyItemGroupBase": "#6a6e85",
"scmGraph.historyItemHoverLabelForeground": "#dee0e5",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.foreground4": "#be76a3",
"scmGraph.foreground5": "#749392",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemRefColor": "#4e5163",
"scmGraph.historyItemRemoteRefColor": "#879170",
"scmGraph.historyItemBaseRefColor": "#4e5163",
"scmGraph.historyItemHoverDefaultLabelForeground": "#dee0e5",
"scmGraph.historyItemHoverDefaultLabelBackground": "#749392",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-plum-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#3c3746",
"activityBarBadge.background": "#918a9f",
"activityBarBadge.foreground": "#1d1a23",
"activityWarningBadge.foreground": "#e9c07d",
"activityWarningBadge.background": "#1d1a23",
"activityErrorBadge.foreground": "#e06578",
"activityErrorBadge.background": "#1d1a23",
"activityBar.activeBorder": "#918a9f",
"activityBar.activeBackground": "#564f644d",
"activityBar.activeFocusBorder": "#1d1a2300",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#282430",
"scmGraph.historyItemGroupBase": "#746b84",
"scmGraph.historyItemHoverLabelForeground": "#e1dfe5",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemGroupLocal": "#68b5b3",
"scmGraph.historyItemGroupRemote": "#282430",
"scmGraph.historyItemGroupBase": "#746b84",
"scmGraph.historyItemHoverLabelForeground": "#e1dfe5",
"scmGraph.foreground1": "#6192bb",
"scmGraph.foreground2": "#839451",
"scmGraph.foreground3": "#8e81dd",
"scmGraph.foreground4": "#d664af",
"scmGraph.foreground5": "#579896",
"scmGraph.historyItemHoverAdditionsForeground": "#9cb062",
"scmGraph.historyItemHoverDeletionsForeground": "#e06578",
"scmGraph.historyItemRefColor": "#564f64",
"scmGraph.historyItemRemoteRefColor": "#839451",
"scmGraph.historyItemBaseRefColor": "#564f64",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e1dfe5",
"scmGraph.historyItemHoverDefaultLabelBackground": "#579896",


/* Minimap & Overview ruler
Expand Down
29 changes: 20 additions & 9 deletions dist/bikkuri-dark-plum-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
"activityBar.border": "#3c3746",
"activityBarBadge.background": "#918a9f",
"activityBarBadge.foreground": "#1d1a23",
"activityWarningBadge.foreground": "#dfc299",
"activityWarningBadge.background": "#1d1a23",
"activityErrorBadge.foreground": "#c07982",
"activityErrorBadge.background": "#1d1a23",
"activityBar.activeBorder": "#918a9f",
"activityBar.activeBackground": "#564f644d",
"activityBar.activeFocusBorder": "#1d1a2300",
Expand Down Expand Up @@ -324,15 +328,22 @@
/* Source Control Graph colors
https: //code.visualstudio.com/api/references/theme-color#source-control-graph-colors
*/
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#282430",
"scmGraph.historyItemGroupBase": "#746b84",
"scmGraph.historyItemHoverLabelForeground": "#e1dfe5",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemGroupLocal": "#8bafae",
"scmGraph.historyItemGroupRemote": "#282430",
"scmGraph.historyItemGroupBase": "#746b84",
"scmGraph.historyItemHoverLabelForeground": "#e1dfe5",
"scmGraph.foreground1": "#7790a8",
"scmGraph.foreground2": "#879170",
"scmGraph.foreground3": "#8d88b6",
"scmGraph.foreground4": "#be76a3",
"scmGraph.foreground5": "#749392",
"scmGraph.historyItemHoverAdditionsForeground": "#a1ad86",
"scmGraph.historyItemHoverDeletionsForeground": "#c07982",
"scmGraph.historyItemRefColor": "#564f64",
"scmGraph.historyItemRemoteRefColor": "#879170",
"scmGraph.historyItemBaseRefColor": "#564f64",
"scmGraph.historyItemHoverDefaultLabelForeground": "#e1dfe5",
"scmGraph.historyItemHoverDefaultLabelBackground": "#749392",


/* Minimap & Overview ruler
Expand Down
Loading

0 comments on commit eb9b52d

Please sign in to comment.