added tabscolor extension

tabscolor is an extension that allows you to change any tab's background color
This commit is contained in:
Brahim Rezzag 2022-06-30 21:48:43 +01:00 committed by GitHub
parent f3c53995fc
commit a4c80375e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Bookmarks](#bookmarks)
- [Color Tabs](#color-tabs)
- [Tabs color](#tabs-color)
- [Create tests](#create-tests)
- [Dendron](#dendron)
- [Deploy](#deploy)
@ -635,6 +636,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Color your tabs and/or titlebar based on regex](https://raw.githubusercontent.com/oreporan/color-tabs-vscode/master/docs/coverGif.gif)
## [Tabs color](https://marketplace.visualstudio.com/items?itemName=mondersky.tabscolor)
> An extension that lets you color the background of your editor tabs without using any command. Useful when working on a project with multiple tabs.
![Color your tabs. Useful when working with many tabs](https://github.com/mondersky/tabscolor-vscode/raw/HEAD/docs/demo.gif)
## [Create tests](https://marketplace.visualstudio.com/items?itemName=hardikmodha.create-tests)
> An extension to quickly generate test files.