Renamed files as requested

This commit is contained in:
Koyu Berteon 2018-04-30 15:38:46 +02:00
commit 90b24251d2
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
/* Licence: AGPL
* Author: koyu
* Overwrites: nav_bg, nav_icon_color, link_color, background_color
*/
$nav_bg = "#111";
$nav_icon_color = "#fff";
$link_color = "#6fdbe8";
$background_color = "#111";