Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 822 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 822 Bytes

Darya syntax theme

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.

A screenshot of some PHP using the Darya syntax theme

A screenshot of some JavaScript using the Darya syntax theme

A screenshot of some LESS using the Darya syntax theme