@new-ui/spacings
Advanced tools
+1
-1
| { | ||
| "name": "@new-ui/spacings", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Spacing Blocks", | ||
@@ -5,0 +5,0 @@ "source": "src/index.scss", |
| name: Publish npm package | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| jobs: | ||
| publish: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: 18.11.0 | ||
| - run: npm install | ||
| - uses: JS-DevTools/npm-publish@v1 | ||
| with: | ||
| token: ${{ secrets.NPM_TOKEN }} | ||
| access: public |
| { | ||
| "workbench.colorCustomizations": { | ||
| "activityBar.activeBackground": "#63ccf0", | ||
| "activityBar.background": "#63ccf0", | ||
| "activityBar.foreground": "#15202b", | ||
| "activityBar.inactiveForeground": "#15202b99", | ||
| "activityBarBadge.background": "#e916b3", | ||
| "activityBarBadge.foreground": "#e7e7e7", | ||
| "commandCenter.border": "#15202b99", | ||
| "sash.hoverBorder": "#63ccf0", | ||
| "statusBar.background": "#35bdeb", | ||
| "statusBar.foreground": "#15202b", | ||
| "statusBarItem.hoverBackground": "#15a7d8", | ||
| "statusBarItem.remoteBackground": "#35bdeb", | ||
| "statusBarItem.remoteForeground": "#15202b", | ||
| "titleBar.activeBackground": "#35bdeb", | ||
| "titleBar.activeForeground": "#15202b", | ||
| "titleBar.inactiveBackground": "#35bdeb99", | ||
| "titleBar.inactiveForeground": "#15202b99" | ||
| }, | ||
| "peacock.color": "#35bdeb" | ||
| } |
58049
-2.05%8
-20%48
-30.43%