[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  @use "sass:color";
   2  
   3  $highlight-color: #04a4cc;
   4  $text-color: #333;
   5  $menu-avatar-frame: #aaa;
   6  
   7  @use "../_admin.scss" with (
   8      $scheme-name: "light",
   9      $base-color: #e5e5e5,
  10      $icon-color: #999,
  11      $text-color: $text-color,
  12      $highlight-color: $highlight-color,
  13      $notification-color: #d64e07,
  14  
  15      $body-background: #f5f5f5,
  16  
  17      $menu-highlight-text: #fff,
  18      $menu-highlight-icon: #ccc,
  19      $menu-highlight-background: #888,
  20  
  21      $menu-bubble-text: #fff,
  22      $menu-submenu-background: #fff,
  23  
  24      $menu-collapse-text: #777,
  25      $menu-collapse-focus-icon: #555,
  26  
  27      $dashboard-accent-1: $highlight-color,
  28      $dashboard-accent-2: color.adjust(color.adjust($highlight-color, $lightness: 7%), $saturation: -15%),
  29      $dashboard-icon-background: $text-color
  30  );
  31  
  32  /* Override the theme filter highlight color for this scheme */
  33  .theme-section.current,
  34  .theme-filter.current {
  35      border-bottom-color: admin.$highlight-color;
  36  }


Generated : Tue Jan 21 08:20:01 2025 Cross-referenced by PHPXref