Index: wp-includes/css/admin-bar.dev.css
===================================================================
--- wp-includes/css/admin-bar.dev.css	(revision 18702)
+++ wp-includes/css/admin-bar.dev.css	(working copy)
@@ -8,7 +8,7 @@
 	letter-spacing: normal;
 	line-height: 1;
 	font: normal 12px/28px "Helvetica Neue", sans-serif;
-	color: #ccc;
+	color: #f2f2f2;
 	text-shadow: #444 0px -1px 0px;
 }
 
@@ -29,7 +29,7 @@
 
 #wpadminbar {
 	direction: ltr;
-	color: #ccc;
+	color: #f2f2f2;
 	font: normal 12px/28px "Helvetica Neue", sans-serif;
 	height: 28px;
 	position: fixed;
@@ -38,14 +38,13 @@
 	width: 100%;
 	z-index: 99999;
 	min-width: 960px;
-
-	background-color: #464646; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #464646, #373737 5px); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #464646, #373737 5px); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #464646, #373737); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#373737)); /* old Webkit */
-	background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */
-	background-image: linear-gradient(bottom, #464646, #373737); /* proposed W3C Markup */
+	background-color: #6d6d6d; /* Fallback */
+	background-image: -ms-linear-gradient(bottom, #6d6d6d, #808080 5px); /* IE10 */
+	background-image: -moz-linear-gradient(bottom, #6d6d6d, #808080 5px); /* Firefox */
+	background-image: -o-linear-gradient(bottom, #6d6d6d, #808080); /* Opera */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(#808080)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #6d6d6d, #808080 5px); /* new Webkit */
+	background-image: linear-gradient(bottom, #6d6d6d, #808080); /* proposed W3C Markup *//
 }
 
 #wpadminbar ul,
@@ -67,8 +66,8 @@
 }
 
 #wpadminbar .quicklinks > ul > li > a {
-	border-right: 1px solid #555;
-	border-left: 1px solid #333;
+	border-right: 1px solid #808080;
+	border-left: 1px solid #6d6d6d;
 }
 
 #wpadminbar .quicklinks > ul > li:last-child > a {
