Skip to content

Instantly share code, notes, and snippets.

@ArtemAvramenko
Last active April 24, 2016 20:54
Show Gist options
  • Save ArtemAvramenko/f34e96353e37eb9d64183f5408b77f9c to your computer and use it in GitHub Desktop.
Save ArtemAvramenko/f34e96353e37eb9d64183f5408b77f9c to your computer and use it in GitHub Desktop.
// UI Theme: One Light
// Syntax Theme: Atom Light
atom-text-editor, atom-text-editor::shadow {
font-family: "Lucida Sans Typewriter";
font-size: 14px;
color:#111;
.variable {
color:#248;
}
.type2 {
color:red;
}
* {
font-weight: normal !important;
font-style: normal !important;
}
}
.tree-view {
.status-ignored {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment