Skip to content

Instantly share code, notes, and snippets.

@davemackintosh
Created October 26, 2015 16:26
Show Gist options
  • Save davemackintosh/1750556adf6438b745f5 to your computer and use it in GitHub Desktop.
Save davemackintosh/1750556adf6438b745f5 to your computer and use it in GitHub Desktop.
atom-text-editor {
background-color: rgb(251, 244, 239);
&::shadow {
.gutter {
background-color: rgb(251, 244, 239);
}
.gutter,
.comment,
.punctuation {
&,
&.definition,
&.comment {
font-style: italic;
color: rgb(51, 51, 51)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment