Skip to content

Instantly share code, notes, and snippets.

@yochem
Created October 23, 2017 18:27
Show Gist options
  • Save yochem/c74ae0c90eb15ba67ff7c86a6ad15287 to your computer and use it in GitHub Desktop.
Save yochem/c74ae0c90eb15ba67ff7c86a6ad15287 to your computer and use it in GitHub Desktop.
Fritzing File-Icons Atom
// 1. Download icon at https://upload.wikimedia.org/wikipedia/commons/a/a8/Fritzing_icon_%28new%29.png
// 2. Copy in terminal: $ mv "~/Downloads/Fritzing_icon_(new).png" ~/.atom/packages/fritzingicon.png
// Put this in your styles.less (Settings/Themes/Your stylesheet):
// Fritzing icon for .fzz extensions
.icon[data-name$=".fzz"]:before,
.icon[data-name$=".fzpz"]:before {
background-image: url("atom://fritzingicon.png");
background-size: 120%;
background-repeat: no-repeat;
top: 3px;
font-size: 0;
} // created by yochem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment