HM100

Evelution 111+ PHP Syntax Custom DCM Mode Template

Aug 28th, 2022 (edited)
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.40 KB | None | 0 0
  1. $wgEvelutionCustomDCMMode1 = [ /* Replace $wgEvelutionCustomDCMMode1 with either $wgEvelutionCustomDCMMode2, $wgEvelutionCustomDCMMode3 or $wgEvelutionCustomDCMMode4 if you want to target the other 4 custom slots, otherwise don't replace $wgEvelutionCustomDCMMode1 with anything */
  2.     'desktop-background-color' => 'field', /* <system-color> */
  3.     'desktop-text-background-color' => 'fieldtext', /* <system-color> */
  4.     'canvas-background-color' => 'canvas', /* <system-color> */
  5.     'canvas-secondary-background-color' => 'buttonface', /* <system-color> */
  6.     'hyperlink-background-color' => 'linktext', /* <system-color> */
  7.     'visited-hyperlink-background-color' => 'visitedtext', /* <system-color> */
  8.     'inactive-text-background-color' => 'graytext', /* <system-color> */
  9.     'active-text-background-color' => 'activetext', /* <system-color> */
  10.     'canvas-text-background-color' => 'canvastext', /* <system-color> */
  11.     'canvas-text-secondary-background-color' => 'buttontext', /* <system-color> */
  12.     'highlight-background-color' => 'highlight', /* <system-color> */
  13.     'highlight-text-background-color' => 'highlighttext', /* <system-color> */
  14.     'active-title-background-color' => 'fieldtext', /* <system-color> */
  15.     'active-title-text-background-color' => 'field', /* <system-color> */
  16.     'inactive-title-background-color' => 'canvas', /* <system-color> */
  17.     'inactive-title-text-background-color' => 'graytext', /* <system-color> */
  18. ];
  19.  
Add Comment
Please, Sign In to add comment