1; Hacker theme stylesheet manifest for DokuWiki 2; Placeholders keep compatibility with the Styling plugin and extensions. 3 4[stylesheets] 5; Main theme (green-on-black terminal style) 6css/hacker.css = screen 7 8; DokuWiki styles for editor, diff, admin, media, etc. 9../dokuwiki/css/_imgdetail.css = screen 10../dokuwiki/css/_media_popup.css = screen 11../dokuwiki/css/_media_fullscreen.css = screen 12../dokuwiki/css/_fileuploader.css = screen 13../dokuwiki/css/_tabs.css = screen 14../dokuwiki/css/_links.css = screen 15../dokuwiki/css/_toc.css = screen 16../dokuwiki/css/_footnotes.css = screen 17../dokuwiki/css/_search.less = screen 18../dokuwiki/css/_recent.css = screen 19../dokuwiki/css/_diff.css = screen 20../dokuwiki/css/_edit.css = screen 21../dokuwiki/css/_modal.css = screen 22../dokuwiki/css/_forms.css = screen 23../dokuwiki/css/_admin.less = screen 24 25; load the rest of the styles 26css/structure.css = screen 27css/design.css = screen 28css/content.css = screen 29css/includes.css = screen 30 31css/mobile.css = all 32css/print.css = print 33 34[replacements] 35; Guaranteed placeholders (plugin compatibility) 36; Main text color 37__text__ = "#00ff00" ; @ini_text 38; Main background color 39__background__ = "#000000" ; @ini_background 40; Alternative text color 41__text_alt__ = "#00cc00" ; @ini_text_alt 42; Alternative background color 43__background_alt__ = "#001100" ; @ini_background_alt 44; Neutral text color 45__text_neu__ = "#009900" ; @ini_text_neu 46; Neutral background color 47__background_neu__ = "#003300" ; @ini_background_neu 48; Border color 49__border__ = "#00ff00" ; @ini_border 50; Highlight color (for search results mainly) 51__highlight__ = "#003300" ; @ini_highlight 52; The general link color 53__link__ = "#00ff00" ; @ini_link 54; The color for links to existing pages 55__existing__ = "#00ff00" ; @ini_existing 56; The color for links to non-existing pages 57__missing__ = "#ff3333" ; @ini_missing 58; Theme color of the web app 59__theme_color__ = "#000000" ; @ini_theme_color 60 61; Site and sidebar widths 62__sidebar_width__ = "16em" ; @ini_sidebar_width