Skip to content

Instantly share code, notes, and snippets.

@tvararu
Last active August 29, 2015 13:57
Show Gist options
  • Save tvararu/9596805 to your computer and use it in GitHub Desktop.
Save tvararu/9596805 to your computer and use it in GitHub Desktop.
Atom Terminal Spacegray Base16 Dark
/* Add these in styles.less */
.terminal {
background-color: #2b303b;
.cursor {
background-color: #c0c5ce;
}
.color-0 {
color: #c0c5ce;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment