; This file is used to configure some placeholder values used in ; the stylesheets. Changing this file is the simplest method to ; give your wiki a new look. ; ; Please see http://www.php.net/manual/en/function.parse-ini-file.php ; for limitations of the ini format used here ; various shades of gray, mainly used for backgrounds and texts __white__ = "#fff" __lightgray__ = "#f5f5f5" __mediumgray__ = "#ccc" __darkgray__ = "#666" __black__ = "#000" ; these are the shades of blue __lighter__ = "#f7f9fa" __light__ = "#eef3f8" __medium__ = "#dee7ec" __dark__ = "#8cacbb" __darker__ = "#638c9c" ; these are used for links __extern__ = "#436976" __existing__ = "#090" __missing__ = "#f30" ; highlighting search snippets __highlight__ = "#ff9"