aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma/themeconf.inc.php
blob: cebcc9b8705fdaae9c4188399323fb821ee86540 (plain)
1
2
3
4
5
6
7
<?php
$themeconf = array(
  'name'  => 'roma',
  'parent' => 'default',
  'colorscheme' => 'dark',
);
?>