]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/koyu-dark.php
Merge pull request #8131 from nupplaphil/task/cleanup_lock
[friendica.git] / view / theme / frio / scheme / koyu-dark.php
1 <?php
2         /* Licence: AGPL
3          * Author: koyu
4          * Overwrites: nav_bg, nav_icon_color, link_color, background_color
5          */
6
7         $nav_bg = "#111";
8         $nav_icon_color = "#fff";
9         $link_color = "#6fdbe8";
10         $background_color = "#111";