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


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref