Make WordPress Core


Ignore:
Timestamp:
07/02/2020 02:53:37 PM (5 years ago)
Author:
youknowriad
Message:

Color schemes: Add new modern color scheme option.

This PR adds a new color scheme option, which uses a high luminosity blue spot color, almost-black menu, and pure white for menu items.
This helps increase contrast, and bring more consistency with some of the higher contrast colors used in the block editor.

Props joen, ibdz, shaunandrews.
Fixes #50504.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r48241 r48277  
    935935                    'fresh' => '',
    936936                    'light' => '',
     937                    'modern' => '',
    937938                ),
    938939                $_wp_admin_css_colors
Note: See TracChangeset for help on using the changeset viewer.