[wp-trac] [WordPress Trac] #17818: Wrong Admin color scheme definition
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 3 20:26:36 UTC 2011
#17818: Wrong Admin color scheme definition
-----------------------------------+-----------------------------
Reporter: thomask | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: UI | Version: 3.2
Severity: minor | Resolution:
Keywords: ui-feedback has-patch |
-----------------------------------+-----------------------------
Changes (by chexee):
* keywords: ui-feedback => ui-feedback has-patch
* milestone: Awaiting Review => Future Release
Old description:
> I have looked in wp_inc/general-template.php
>
> where is defined the admin scheme:
>
> {{{wp_admin_css_color( 'fresh', __( 'Gray' ), admin_url( 'css/colors-
> fresh.css' ), array( '#7c7976', '#c6c6c6', '#e0e0e0', '#f1f1f1' ) );}}}
>
> the array define colors, which are then used in the theme so it helps
> identify the look of the scheme.
>
> The problem is that current Gray (btw why it is named Gray and then
> everything else is "fresh"?) do not use 3 of that 4 colors (only #f1f1f1
> is there).
>
> of course it is not a "problem" - it just does not make sense
New description:
[[BR]]
I have looked in wp_inc/general-template.php
where is defined the admin scheme:
{{{wp_admin_css_color( 'fresh', __( 'Gray' ), admin_url( 'css/colors-
fresh.css' ), array( '#7c7976', '#c6c6c6', '#e0e0e0', '#f1f1f1' ) );}}}
the array define colors, which are then used in the theme so it helps
identify the look of the scheme.
The problem is that current Gray (btw why it is named Gray and then
everything else is "fresh"?) do not use 3 of that 4 colors (only #f1f1f1
is there).
of course it is not a "problem" - it just does not make sense
--
Comment:
Chose a few colors based on dd32's post:
http://chx.mx//4z/p4miptv90csww.png
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17818#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list