[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/colors/ -> _variables.scss (source)

   1  // assign default value to all undefined variables
   2  
   3  $scheme-name: "default" !default;
   4  
   5  // core variables
   6  
   7  $text-color: #fff !default;
   8  $base-color: #23282d !default;
   9  $icon-color: hsl( hue( $base-color ), 7%, 95% ) !default;
  10  $highlight-color: #0073aa !default;
  11  $notification-color: #d54e21 !default;
  12  
  13  
  14  // global
  15  
  16  $body-background: #f1f1f1 !default;
  17  
  18  $link: #0073aa !default;
  19  $link-focus: lighten( $link, 10% ) !default;
  20  
  21  $button-color: $highlight-color !default;
  22  $button-text-color: $text-color !default;
  23  
  24  $form-checked: #7e8993 !default;
  25  
  26  // admin menu & admin-bar
  27  
  28  $menu-text: $text-color !default;
  29  $menu-icon: $icon-color !default;
  30  $menu-background: $base-color !default;
  31  
  32  $menu-highlight-text: $text-color !default;
  33  $menu-highlight-icon: $text-color !default;
  34  $menu-highlight-background: $highlight-color !default;
  35  
  36  $menu-current-text: $menu-highlight-text !default;
  37  $menu-current-icon: $menu-highlight-icon !default;
  38  $menu-current-background: $menu-highlight-background !default;
  39  
  40  $menu-submenu-text: mix( $base-color, $text-color, 30% ) !default;
  41  $menu-submenu-background: darken( $base-color, 7% ) !default;
  42  $menu-submenu-background-alt: desaturate( lighten( $menu-background, 7% ), 7% ) !default;
  43  
  44  $menu-submenu-focus-text: $highlight-color !default;
  45  $menu-submenu-current-text: $text-color !default;
  46  
  47  $menu-bubble-text: $text-color !default;
  48  $menu-bubble-background: $notification-color !default;
  49  $menu-bubble-current-text: $text-color !default;
  50  $menu-bubble-current-background: $menu-submenu-background !default;
  51  
  52  $menu-collapse-text: $menu-icon !default;
  53  $menu-collapse-icon: $menu-icon !default;
  54  $menu-collapse-focus-text: $text-color !default;
  55  $menu-collapse-focus-icon: $menu-highlight-icon !default;
  56  
  57  $adminbar-avatar-frame: lighten( $menu-background, 7% ) !default;
  58  $adminbar-input-background: lighten( $menu-background, 7% ) !default;
  59  
  60  $adminbar-recovery-exit-text: $menu-bubble-text !default;
  61  $adminbar-recovery-exit-background: $menu-bubble-background !default;
  62  $adminbar-recovery-exit-background-alt: mix(black, $adminbar-recovery-exit-background, 10%) !default;
  63  
  64  $menu-customizer-text: mix( $base-color, $text-color, 40% ) !default;
  65  
  66  // Dashboard Colors
  67  
  68  $custom-welcome-panel: "true" !default;
  69  $dashboard-accent-1: $menu-submenu-background !default;
  70  $dashboard-accent-2: $menu-background !default;
  71  $dashboard-icon-background: $dashboard-accent-2 !default;
  72  
  73  $low-contrast-theme: "false" !default;


Generated : Fri Apr 26 08:20:02 2024 Cross-referenced by PHPXref