n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/themes/dark/theme.php

10 lines
273 B
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
$themeset["pagecolor"] = "000000";
$themeset["pagetextcolor"] = "7777FF";
$themeset["headcolor"] = "000000";
$themeset["bodycolor"] = "000000";
$themeset["boxborder"] = 1;
$themeset["dirtheme"] = "themes/dark";
$themeset["sondagebar"] = "themes/dark/sondage.gif";
?>