From a4c80375e1afd4764707ef26aee4f49797a5a040 Mon Sep 17 00:00:00 2001 From: Brahim Rezzag Date: Thu, 30 Jun 2022 21:48:43 +0100 Subject: [PATCH] added tabscolor extension tabscolor is an extension that allows you to change any tab's background color --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4354eb3..1fdc606 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ out awesome. - [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.