[replacements] ;-------------------------------------------------------------------------- ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#eee" ; @ini_text __background__ = "#222" ; @ini_background ; alternative text and background colors __text_alt__ = "#ddd" ; @ini_text_alt __background_alt__ = "#444" ; @ini_background_alt ; neutral text and background colors __text_neu__ = "#ccc" ; @ini_text_neu __background_neu__ = "#333" ; @ini_background_neu ; border color __border__ = "#f90" ; @ini_border ; highlighted text (e.g. search snippets) __highlight__ = "#aa6" ; @ini_highlight ;-------------------------------------------------------------------------- __background_site__ = "#000" ; @ini_background_site ; these are used for links __link__ = "#f90" ; @ini_link __existing__ = "#ff8" ; @ini_existing __missing__ = "#f43" ; @ini_missing ; site and sidebar widths __site_width__ = "100%" ; @ini_site_width __sidebar_width__ = "15%" ; @ini_sidebar_width