dark.electron.atom.css
@-moz-document domain("atom.io") {
body {
background: #222;
color: #ccc;
}
.markdown-body code, .markdown-body tt {
background-color: #111;
border-color: #000;
}
.text-gray-dark{
color:#999!important;
}
.text-gray-light{
color:#676767!important;
}
h1, h2, h3, h4, h5, h6 {
color: #777;
}
.card .meta {
background: #111;
}
.footer {
background-color: #000;
}
}