MediaWiki:Gadget-DotsSyntaxHighlighter.js: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 549: Line 549:
             configureColor("backgroundColor",    tone6,  false); //white
             configureColor("backgroundColor",    tone6,  false); //white
             configureColor("foregroundColor",    "#FFF",  false); //black
             configureColor("foregroundColor",    "#FFF",  false); //black
             configureColor("boldOrItalicColor",  "#EEE",  true);  //gray
             configureColor("boldOrItalicColor",  "#444",  true);  //gray
             configureColor("commentColor",      "#EFE",  true);  //green
             configureColor("commentColor",      "#4d745d",  true);  //green
             configureColor("entityColor",        "#DFD",  true);  //green
             configureColor("entityColor",        "#556c55",  true);  //green
             configureColor("externalLinkColor",  "#EFF",  true);  //cyan
             configureColor("externalLinkColor",  "#485959",  true);  //cyan
             configureColor("headingColor",      "#EEE",  true);  //gray
             configureColor("headingColor",      "#444",  true);  //gray
             configureColor("hrColor",            "#EEE",  true);  //gray
             configureColor("hrColor",            "#444",  true);  //gray
             configureColor("listOrIndentColor",  "#EFE",  true);  //green
             configureColor("listOrIndentColor",  "#4d745d",  true);  //green
             configureColor("parameterColor",    "#FC6",  true);  //orange
             configureColor("parameterColor",    "#6e5e36",  true);  //orange
             configureColor("signatureColor",    "#FC6",  true);  //orange
             configureColor("signatureColor",    "#6e5e36",  true);  //orange
             configureColor("tagColor",          "#FEF",  true);  //pink
             configureColor("tagColor",          "#4f364f",  true);  //pink
             configureColor("tableColor",        "#FFC",  true);  //yellow
             configureColor("tableColor",        "#3f3f31",  true);  //yellow
             configureColor("templateColor",      "#FFC",  true);  //yellow
             configureColor("templateColor",      "#3f3f31",  true);  //yellow
             configureColor("wikilinkColor",      "#EEF",  true);  //blue
             configureColor("wikilinkColor",      "#5d5d6c",  true);  //blue
         } else {
         } else {
             configureColor("backgroundColor",    "#FFF",  false); //white
             configureColor("backgroundColor",    "#FFF",  false); //white