Skip to content

Instantly share code, notes, and snippets.

@azinit
Last active September 28, 2023 06:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save azinit/870de1c788872176807d2b6f35497e77 to your computer and use it in GitHub Desktop.
Save azinit/870de1c788872176807d2b6f35497e77 to your computer and use it in GitHub Desktop.
"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,
@azinit
Copy link
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