Darya's syntax theme for the Atom text editor.
<?php
use Darya\Theme;
$theme = new Theme(Theme\Flavour::DARK);
$theme->display();
Geared towards PHP but works nicely for other languages too.
Inspired by a blend of this colour palette and the well known Tomorrow Night theme.