[replacements] ;-------------------------------------------------------------------------- ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#eeeeee" __background__ = "#222222" ; alternative text and background colors __text_alt__ = "#dddddd" __background_alt__ = "#444444" ; neutral text and background colors __text_neu__ = "#cccccc" __background_neu__ = "#333333" ; border color ;__border__ = "#f90" __border__ = "#90b3da" ; highlighted text (e.g. search snippets) __highlight__ = "#aaaa66" ;-------------------------------------------------------------------------- __background_site__ = "#000000" ; these are used for links ;__link__ = "#ff9900" __link__ = "#90b3da" __existing__ = "#ffff88" __missing__ = "#ff4433" ; site and sidebar widths __site_width__ = "100%" __sidebar_width__ = "22%"