Skip to content

Instantly share code, notes, and snippets.

View heliocola's full-sized avatar
Ruby & Coffee for all!

Helio Cola heliocola

Ruby & Coffee for all!
View GitHub Profile
@heliocola
heliocola / gist:b270b708b65da5b3455b
Last active August 29, 2015 14:24
Configure Atom folder icon
/*
* First you have to install Atom in your laptop
* Then you click on the Atom -> Open your stylesheet
* Paste it there
* Have a nice productive day!
*/
.icon-file-directory::before {
content: url("https://secure.gravatar.com/avatar/39ea1010c60a77fc681b38fdbee13556?s=15");
}