Skip to content

Instantly share code, notes, and snippets.

@vlaurin
Last active June 20, 2016 13:40
Show Gist options
  • Save vlaurin/2c619b5d90041eeddc2831940f9c7c47 to your computer and use it in GitHub Desktop.
Save vlaurin/2c619b5d90041eeddc2831940f9c7c47 to your computer and use it in GitHub Desktop.
Atom - color-tabs-regex config
"\\.js$": "#F1E05A",
"\\.php$": "#4F5D95",
"\\.html": "#E44B23",
"\\.css$": "#563D7C",
"\\.scss$": "#563D7C",
"\\.sass$": "#563D7C",
"\\.module\\.js$": "#1976D2",
"\\.controller\\.js$": "#1976D2",
"\\.service\\.js$": "#1976D2",
"\\.directive\\.js$": "#1976D2",
"\\.filter\\.js$": "#1976D2",
"\\.component\\.js$": "#1976D2",
"\\.(test|it|spec)\\.js$": "#76D219"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment