color-tabs-byproject

Adds colors to tabs by project folder name (and optionally subfolders)

gbevan

1,236

1

1.3.0

MIT

GitHub

This package provides the following services:

color-tabs-byproject package

Adds colors to tabs by project folder name (and optionally subfolders).

Screenshot

Fork of original project paulpflug/color-tabs with pull request applied and modified to color tabs by project root folder and optionally by subfolder levels within the project tree.

Edit per project rules

There are two ways of setting custom rules for your projects. Use menu Packages -> Color Tabs by Project -> Edit Rules to open the rules editor, then:

projects:
  "/your-project-path/":
    color: "#980909"
projects:
  "your-project-name":
    color: "#980909"

The hashed color is saved in the above project entry and can be overridden by Editing the above (e.g. using package color-picker).

Developing

Run npm install in the package directory.

Open it in atom in dev mode or run apm link.

For debugging set the debug field in package settings to the needed debug level.

Should autoreload the package on changes in lib and styles folders.

localStorage.debug = 'color-tabs-byproject'

Release to Atom

# for a patch release
apm publish patch

# for a minor release
apm publish minor

# for a major release
apm publish major