Skip to content

Instantly share code, notes, and snippets.

@itsnwa
Last active March 10, 2017 17:08
Show Gist options
  • Save itsnwa/3da9480a4971149431e1fdd4ac4e7ac1 to your computer and use it in GitHub Desktop.
Save itsnwa/3da9480a4971149431e1fdd4ac4e7ac1 to your computer and use it in GitHub Desktop.
Atom (Pigments hack): Replace dot with a droplet
/* Add this to your Atom stylesheet */
atom-text-editor pigments-markers pigments-color-marker.dot,
atom-text-editor pigments-markers pigments-color-marker.dot,
atom-text-editor pigments-color-marker.dot {
transform: translate(0%, -50%) scale(.6) rotate(45deg);
border-top-left-radius: 0;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
border-bottom-left-radius: 75px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment