Skip to content

Instantly share code, notes, and snippets.

@christhekeele
christhekeele / styles.less
Last active December 8, 2017 15:37
My custom git color styling for Atom
// Colors selected to match the Twilight theme
@git-added-color: #8F9D6A;
@git-modified-color: #7587A6;
@git-removed-color: #CF6A4C;
// Blur inactive windows
body.is-blurred .workspace {
-webkit-filter: blur(0.13em) hue-rotate(19deg);
}