HtmlDumper::$colors

Type: colors

File

webprofiler/src/Twig/Dumper/HtmlDumper.php, line 10

Class

HtmlDumper
Class HtmlDumper

Namespace

Drupal\webprofiler\Twig\Dumper

Code

private static $colors = array(
    'block' => '#dfd',
    'macro' => '#ddf',
    'template' => '#ffd',
    'big' => '#d44',
);