friendica/view/theme/frio/scheme/koyu-dark.php

11 lines
217 B
PHP
Raw Normal View History

2018-04-30 15:25:31 +02:00
<?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";
2018-04-30 15:27:40 +02:00
$background_color = "#111";