Skip to content

Instantly share code, notes, and snippets.

View subesokun's full-sized avatar
🔧

Sven Hotta subesokun

🔧
View GitHub Profile
@subesokun
subesokun / styles.less
Created October 16, 2016 16:06
Atom tree-view-git-status branch styling
.tree-view-git-status.git-branch-production {
color: red;
text-shadow: -1px 0px 8px rgba(255, 12, 12, 1);
}
.tree-view-git-status.git-branch-master .branch-label {
color: gold;
text-shadow: -1px 0px 8px rgba(255, 215, 0, 1);
}