Skip to content

Instantly share code, notes, and snippets.

@egm0121
Created January 12, 2016 14:52
Show Gist options
  • Save egm0121/360676216782fb176ed7 to your computer and use it in GitHub Desktop.
Save egm0121/360676216782fb176ed7 to your computer and use it in GitHub Desktop.
atom custom styles
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
atom-text-editor::shadow .string {
color: #83e76f !important;
}
atom-ternjs-type {
background: rgba(71, 72, 74, 0.9);
border: 1px solid rgba(17, 19, 20, 0.2);
color: #82878C;
border-radius: 3px;
padding: 5px;
display: inline-block;
position: relative;
.current-param {
font-weight: 500;
color: #5C5E61;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment