Last active
September 28, 2023 06:14
-
-
Save azinit/870de1c788872176807d2b6f35497e77 to your computer and use it in GitHub Desktop.
Settings for Color Tabs VSCode Extension - https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"colorTabs.config": [ | |
{ | |
"regex": ".*\/store.*", | |
"color": "#593D88", | |
}, | |
{ | |
"regex": ".*stories.tsx", | |
// "color": "#26C6DA", | |
// "color": "#ac446d", | |
"color": "#6b4354", | |
}, | |
{ | |
"regex": ".*tsx", | |
"color": "#38879C", | |
}, | |
{ | |
"regex": ".*gql", | |
"color": "#E00098", | |
}, | |
{ | |
"regex": ".*scss", | |
"color": "#016FBA", | |
}, | |
{ | |
"regex": ".*md", | |
"color": "#4776a6", | |
// "color": "#3E83C9", | |
// "color": "#519ABA", | |
}, | |
// { | |
// "regex": ".*json", | |
// "color": "#787351", | |
// }, | |
{ | |
"regex": ".gitignore|.gitkeep|.env", | |
"color": "#4f4f4f", | |
}, | |
{ | |
"regex": ".*\/api\/.*", | |
"color": "#752727", | |
}, | |
], | |
"colorTabs.titleBackground": true, |
Author
azinit
commented
Nov 14, 2020
•
React | Redux |
Styles | API |
Graphql | Config |
Storybook | Markdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment