Skip to content

Instantly share code, notes, and snippets.

@heliocola
Last active August 29, 2015 14:24
Show Gist options
  • Save heliocola/b270b708b65da5b3455b to your computer and use it in GitHub Desktop.
Save heliocola/b270b708b65da5b3455b to your computer and use it in GitHub Desktop.
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");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment