Not very different from https://github.com/kevinsawicki/monokai yet.
A monokai-phoenix mashup theme for Atom. Created to be used with Seti Eighties UI. Works well with one-dark-ui. All syntax coloring is default monokai, but the background has been lightened up to match Phoenix Dark's eighties mode, a Sublime Text theme.
Note: Line highlighting is a built-in to this theme. You can disable it with this in your custom stylesheet:
atom-text-editor::shadow {
.cursor-line {
background-color: transparent;
}
}
Originally converted from the TextMate theme using the TextMate bundle converter.