Skip to content

Commit

Permalink
1.0.13 (#29)
Browse files Browse the repository at this point in the history
* Establish new branch

* npm > pnpm

* update dependencies

* package sizing

* radio button styles

* source control graph

* terminal

* action list

* bump version
  • Loading branch information
surfinzap authored Sep 13, 2024
1 parent 77ade81 commit 69f24b4
Show file tree
Hide file tree
Showing 16 changed files with 4,405 additions and 12,049 deletions.
9 changes: 9 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
.vscode/**
.vscode-test/**
.gitignore
.github/
vsc-extension-quickstart.md
gulpfile.js
package.json
pnpm-lock.yaml
assets/bikkuri-dark-*
samples/
scripts/
src/
temp/
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Fixed
Security


## [1.0.13] — 2024-09-13

### Added
- new variables for a Radio button, Source Control Graph, Terminal, and Action list introduced in [VS Code v1.93](https://code.visualstudio.com/updates/v1_93)

### Maintenance
- packaging changed from NPM to PNPM
- update dependencies to their latest versions
- minimize the distribution package size



## [1.0.12] — 2024-07-30

### Added
Expand Down
63 changes: 44 additions & 19 deletions dist/bikkuri-dark-coal-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,28 @@

https://code.visualstudio.com/api/references/theme-color#button-control
*/
"button.background": "#579896",
"button.foreground": "#1b1b1b",
"button.hoverBackground": "#68b5b3",
"button.separator": "#579896",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#5252524d",
"button.secondaryForeground": "#e0e0e0",
"button.secondaryHoverBackground": "#52525280",
"button.border": "#1b1b1b00",
"checkbox.background": "#1b1b1b",
"checkbox.foreground": "#a8a8a8",
"checkbox.border": "#8d8d8d",
"checkbox.selectBackground": "#1b1b1b",
"checkbox.selectBorder": "#8d8d8d",
"button.background": "#579896",
"button.foreground": "#1b1b1b",
"button.hoverBackground": "#68b5b3",
"button.separator": "#579896",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#5252524d",
"button.secondaryForeground": "#e0e0e0",
"button.secondaryHoverBackground": "#52525280",
"button.border": "#1b1b1b00",
"checkbox.background": "#1b1b1b",
"checkbox.foreground": "#a8a8a8",
"checkbox.border": "#8d8d8d",
"checkbox.selectBackground": "#1b1b1b",
"checkbox.selectBorder": "#8d8d8d",
"radio.activeForeground": "#a8a8a8",
"radio.activeBackground": "#1b1b1b",
"radio.activeBorder": "#8d8d8d",
"radio.inactiveForeground": "#1b1b1b",
"radio.inactiveBackground": "#1b1b1b",
"radio.inactiveBorder": "#525252",
"radio.inactiveHoverBackground": "#5252521f",



/* Dropdown
Expand Down Expand Up @@ -313,7 +321,18 @@
"scm.historyItemSelectedStatisticsBorder": "#1b1b1b00",



/* 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",


/* Minimap & Overview ruler
Expand Down Expand Up @@ -447,18 +466,22 @@
"tab.unfocusedInactiveModifiedBorder": "#1b1b1b00",


/* Action Colors

/* Action Colors
Impacts
- tab close button
- right-top actions in git local working changes
- actions in editor search (ctrl+F)
https://code.visualstudio.com/api/references/theme-color#action-colors
*/

"toolbar.hoverBackground": "#52525280",
"toolbar.hoverOutline": "#1b1b1b00",
"toolbar.activeBackground": "#52525280",
"toolbar.hoverBackground": "#52525280",
"toolbar.hoverOutline": "#1b1b1b00",
"toolbar.activeBackground": "#52525280",
"editorActionList.background": "#1b1b1b",
"editorActionList.foreground": "#8d8d8d",
"editorActionList.focusForeground": "#e0e0e0",
"editorActionList.focusBackground": "#5252524d",



Expand Down Expand Up @@ -984,6 +1007,8 @@
"terminalStickyScrollHover.background": "#5252524d",
"terminalStickyScroll.border": "#1b1b1b00",
"terminal.initialHintForeground": "#8d8d8d",
"terminalOverviewRuler.border": "#1b1b1b00",
"terminalCommandGuide.foreground": "#579896",



Expand Down
63 changes: 44 additions & 19 deletions dist/bikkuri-dark-coal-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,28 @@

https://code.visualstudio.com/api/references/theme-color#button-control
*/
"button.background": "#749392",
"button.foreground": "#1b1b1b",
"button.hoverBackground": "#8bafae",
"button.separator": "#749392",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#5252524d",
"button.secondaryForeground": "#e0e0e0",
"button.secondaryHoverBackground": "#52525280",
"button.border": "#1b1b1b00",
"checkbox.background": "#1b1b1b",
"checkbox.foreground": "#a8a8a8",
"checkbox.border": "#8d8d8d",
"checkbox.selectBackground": "#1b1b1b",
"checkbox.selectBorder": "#8d8d8d",
"button.background": "#749392",
"button.foreground": "#1b1b1b",
"button.hoverBackground": "#8bafae",
"button.separator": "#749392",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#5252524d",
"button.secondaryForeground": "#e0e0e0",
"button.secondaryHoverBackground": "#52525280",
"button.border": "#1b1b1b00",
"checkbox.background": "#1b1b1b",
"checkbox.foreground": "#a8a8a8",
"checkbox.border": "#8d8d8d",
"checkbox.selectBackground": "#1b1b1b",
"checkbox.selectBorder": "#8d8d8d",
"radio.activeForeground": "#a8a8a8",
"radio.activeBackground": "#1b1b1b",
"radio.activeBorder": "#8d8d8d",
"radio.inactiveForeground": "#1b1b1b",
"radio.inactiveBackground": "#1b1b1b",
"radio.inactiveBorder": "#525252",
"radio.inactiveHoverBackground": "#5252521f",



/* Dropdown
Expand Down Expand Up @@ -313,7 +321,18 @@
"scm.historyItemSelectedStatisticsBorder": "#1b1b1b00",



/* 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",


/* Minimap & Overview ruler
Expand Down Expand Up @@ -447,18 +466,22 @@
"tab.unfocusedInactiveModifiedBorder": "#1b1b1b00",


/* Action Colors

/* Action Colors
Impacts
- tab close button
- right-top actions in git local working changes
- actions in editor search (ctrl+F)
https://code.visualstudio.com/api/references/theme-color#action-colors
*/

"toolbar.hoverBackground": "#52525280",
"toolbar.hoverOutline": "#1b1b1b00",
"toolbar.activeBackground": "#52525280",
"toolbar.hoverBackground": "#52525280",
"toolbar.hoverOutline": "#1b1b1b00",
"toolbar.activeBackground": "#52525280",
"editorActionList.background": "#1b1b1b",
"editorActionList.foreground": "#8d8d8d",
"editorActionList.focusForeground": "#e0e0e0",
"editorActionList.focusBackground": "#5252524d",



Expand Down Expand Up @@ -984,6 +1007,8 @@
"terminalStickyScrollHover.background": "#5252524d",
"terminalStickyScroll.border": "#1b1b1b00",
"terminal.initialHintForeground": "#8d8d8d",
"terminalOverviewRuler.border": "#1b1b1b00",
"terminalCommandGuide.foreground": "#749392",



Expand Down
63 changes: 44 additions & 19 deletions dist/bikkuri-dark-moss-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,28 @@

https://code.visualstudio.com/api/references/theme-color#button-control
*/
"button.background": "#579896",
"button.foreground": "#1b1c19",
"button.hoverBackground": "#68b5b3",
"button.separator": "#579896",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#52534d4d",
"button.secondaryForeground": "#e0e1d4",
"button.secondaryHoverBackground": "#52534d80",
"button.border": "#1b1c1900",
"checkbox.background": "#1b1c19",
"checkbox.foreground": "#a8a99f",
"checkbox.border": "#8d8e85",
"checkbox.selectBackground": "#1b1c19",
"checkbox.selectBorder": "#8d8e85",
"button.background": "#579896",
"button.foreground": "#1b1c19",
"button.hoverBackground": "#68b5b3",
"button.separator": "#579896",
// secondary button → notification to install recommended extensions
"button.secondaryBackground": "#52534d4d",
"button.secondaryForeground": "#e0e1d4",
"button.secondaryHoverBackground": "#52534d80",
"button.border": "#1b1c1900",
"checkbox.background": "#1b1c19",
"checkbox.foreground": "#a8a99f",
"checkbox.border": "#8d8e85",
"checkbox.selectBackground": "#1b1c19",
"checkbox.selectBorder": "#8d8e85",
"radio.activeForeground": "#a8a99f",
"radio.activeBackground": "#1b1c19",
"radio.activeBorder": "#8d8e85",
"radio.inactiveForeground": "#1b1c19",
"radio.inactiveBackground": "#1b1c19",
"radio.inactiveBorder": "#52534d",
"radio.inactiveHoverBackground": "#52534d1f",



/* Dropdown
Expand Down Expand Up @@ -313,7 +321,18 @@
"scm.historyItemSelectedStatisticsBorder": "#1b1c1900",



/* 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",


/* Minimap & Overview ruler
Expand Down Expand Up @@ -447,18 +466,22 @@
"tab.unfocusedInactiveModifiedBorder": "#1b1c1900",


/* Action Colors

/* Action Colors
Impacts
- tab close button
- right-top actions in git local working changes
- actions in editor search (ctrl+F)
https://code.visualstudio.com/api/references/theme-color#action-colors
*/

"toolbar.hoverBackground": "#52534d80",
"toolbar.hoverOutline": "#1b1c1900",
"toolbar.activeBackground": "#52534d80",
"toolbar.hoverBackground": "#52534d80",
"toolbar.hoverOutline": "#1b1c1900",
"toolbar.activeBackground": "#52534d80",
"editorActionList.background": "#1b1c19",
"editorActionList.foreground": "#8d8e85",
"editorActionList.focusForeground": "#e0e1d4",
"editorActionList.focusBackground": "#52534d4d",



Expand Down Expand Up @@ -984,6 +1007,8 @@
"terminalStickyScrollHover.background": "#52534d4d",
"terminalStickyScroll.border": "#1b1c1900",
"terminal.initialHintForeground": "#8d8e85",
"terminalOverviewRuler.border": "#1b1c1900",
"terminalCommandGuide.foreground": "#579896",



Expand Down
Loading

0 comments on commit 69f24b4

Please sign in to comment.