Neon syntax theme for Atom inspired by and based on the Farzher Neon Sublime Text 2/3 theme, using CSS text-shadow to implement the glow effect
If you find that the blur or intensity are too high for your comfort, you can edit the variables in the package's stylesheets/syntax-variables.less to tone down the colours or reduce the blur radius on the text-shadow. Eventually I intend to provide a settings screen to adjust these values easily once I figure out how to add a settings pane to Atom's Preferences view.
// Theme specific vars@opacity: 0.8;@blur: 15px;@contrast: 200%;@saturation: 200%;
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.