Skip to content

Instantly share code, notes, and snippets.

@todgru
Created July 18, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todgru/948517028acd9128b378aee2f28d5578 to your computer and use it in GitHub Desktop.
Save todgru/948517028acd9128b378aee2f28d5578 to your computer and use it in GitHub Desktop.
atom js style icon yellow color github
// get rid of the yellow js file icon
// yellow means modified with the gh plugins
// change to grayish, not yellow
//
// add this to atom's style.less file:
.icon[data-name$=".js"]:before {
font-family: Devicons;
color: #828997;
content: "\E64E";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment