Skip to content

Instantly share code, notes, and snippets.

@ezralalonde
ezralalonde / atom-dark-syntax.css
Created October 28, 2016 01:18
Generated CSS file using steps from README
atom-text-editor {
background-color: #1d1f21;
color: #c5c8c6;
}
atom-text-editor .invisible-character {
color: rgba(197, 200, 198, 0.2);
}
atom-text-editor .indent-guide {
color: rgba(197, 200, 198, 0.2);
}