kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

Red-tinged UI when using One Dark as UI theme #47

Closed subesokun closed 9 years ago

subesokun commented 9 years ago

I like the combination of the One Dark UI theme together with the Monokai syntax theme but for some reason the complete UI (fonts, background color, ...) looks very red-tinged when using this combination. The Web Inspector tells me also that e.g. the font color is set to #eacdcd. When using the Atom Dark UI theme the font color is white with blue background highlighting. Would it be possible to have the same color scheme also for the One Dark UI theme? That would be awesome.

subesokun commented 9 years ago

Sorry, this is actually not an issue of the monokai syntax theme nor of the one-dark ui theme. one-dark ui uses the syntax-background-color defined by monokai to calculate the base background color and as monokai has some red-tinged touch this will be intensified by the way how one-dark-ui calculates the background color.

Hopefully this https://github.com/atom/atom/issues/5903 feature will be supported at some point so that I can override the syntax-background-color locally.

Closing issue.