diff --git wp-admin/css/about.css wp-admin/css/about.css
index 09f1b21..2e3d8ae 100644
--- wp-admin/css/about.css
+++ wp-admin/css/about.css
@@ -44,7 +44,7 @@
 /* WordPress Version Badge */
 
 .wp-badge {
-	background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
+	background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
 	background-position: center 24px;
 	-webkit-background-size: 85px 85px;
 	background-size: 85px 85px;
@@ -96,7 +96,7 @@
 
 .about-wrap h1 {
 	margin: 0.2em 200px 0 0;
-	color: #333;
+	color: #32373c;
 	line-height: 1.2em;
 	font-size: 2.8em;
 	font-weight: 400;
@@ -109,7 +109,7 @@
 }
 
 .about-wrap h4 {
-	color: #222;
+	color: #23282d;
 }
 
 .about-wrap code,
diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css
index b8bf6b2..8a15fda 100644
--- wp-admin/css/admin-menu.css
+++ wp-admin/css/admin-menu.css
@@ -3,7 +3,7 @@
 #adminmenu,
 #adminmenu .wp-submenu {
 	width: 160px;
-	background-color: #222;
+	background-color: #23282d;
 }
 
 #adminmenuback {
@@ -166,7 +166,7 @@
 }
 
 #adminmenu .wp-submenu a {
-	color: #bbb;
+	color: rgba(240,245,250,.7);
 }
 
 #adminmenu .wp-submenu a:hover,
@@ -201,7 +201,7 @@
 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
 	padding: 7px 0 8px;
 	z-index: 9999;
-	background-color: #333;
+	background-color: #32373c;
 	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
 	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
 }
@@ -228,7 +228,7 @@
 	margin-top: 0;
 	-webkit-box-shadow: none;
 	box-shadow: none;
-	background-color: #333;
+	background-color: #32373c;
 }
 
 /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
@@ -236,7 +236,7 @@
 #adminmenu li.opensub > a.menu-top,
 #adminmenu li > a.menu-top:focus {
 	position: relative;
-	background-color: #111;
+	background-color: #191e23;
 }
 
 .folded #adminmenu li.menu-top:hover,
@@ -252,7 +252,7 @@
 #adminmenu .wp-menu-arrow,
 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
 #adminmenu .wp-menu-arrow div {
-	background: #0074a2;
+	background: #0073aa;
 	color: #fff;
 }
 
@@ -364,7 +364,7 @@ div.wp-menu-image:before {
 }
 
 #adminmenu div.wp-menu-image:before {
-	color: #999;
+	color: rgba(240,245,250,0.6);
 }
 
 #adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
@@ -376,7 +376,7 @@ div.wp-menu-image:before {
 }
 
 #adminmenu li:hover div.wp-menu-image:before {
-	color: #45bbe6;
+	color: #00b4e6;
 }
 
 .folded #adminmenu div.wp-menu-image {
@@ -464,7 +464,7 @@ ul#adminmenu > li.current > a.current:after {
 }
 
 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
-	border-right-color: #333;
+	border-right-color: #32373c;
 }
 
 #adminmenu li.menu-top:hover .wp-menu-image img,
@@ -537,14 +537,14 @@ ul#adminmenu > li.current > a.current:after {
 	font-size: 13px;
 	line-height: 34px;
 	margin-top: 10px;
-	color: #aaa;
+	color: rgba(240,245,250,0.6);
 	-webkit-transition: all .1s ease-in-out;
 	transition: all .1s ease-in-out;
 }
 
 #collapse-menu:hover,
 #collapse-menu:hover #collapse-button div:after {
-	color: #45bbe6;
+	color: #00a0d2;
 }
 
 .folded #collapse-menu span {
@@ -576,7 +576,7 @@ ul#adminmenu > li.current > a.current:after {
 	line-height: 15px;
 	left: -3px;
 	top: -3px;
-	color: #aaa;
+	color: rgba(240,245,250,0.6);
 	font: normal 20px/1 'dashicons' !important;
 	speak: none;
 	margin: 0 auto;
@@ -870,7 +870,7 @@ li#wp-admin-bar-menu-toggle {
 	}
 
 	.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
-		background: #333;
+		background: #32373c;
 	}
 
 	li#wp-admin-bar-menu-toggle {
diff --git wp-admin/css/common.css wp-admin/css/common.css
index 3219f1d..250a7fd 100644
--- wp-admin/css/common.css
+++ wp-admin/css/common.css
@@ -241,7 +241,7 @@ td {
 }
 
 a {
-	color: #0074a2;
+	color: #0073aa;
 	-webkit-transition-property: border, background, color;
 	transition-property: border, background, color;
 	-webkit-transition-duration: .05s;
@@ -257,7 +257,7 @@ div {
 
 a:hover,
 a:active {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 a:focus {
@@ -325,14 +325,14 @@ h1 {
 }
 
 h2 {
-	color: #222;
+	color: #23282d;
 	font-size: 1.5em;
 	margin: .83em 0;
 	font-weight: 400;
 }
 
 h3 {
-	color: #222;
+	color: #23282d;
 	font-size: 1.3em;
 	margin: 1em 0;
 }
@@ -557,7 +557,7 @@ code {
 }
 
 .attention {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .wrap h2,
@@ -596,7 +596,7 @@ code {
 }
 
 .wrap .add-new-h2:hover {
-	background: #2ea2cc;
+	background: #00a0d2;
 	color: #fff;
 }
 
@@ -651,10 +651,10 @@ td.help {
 
 .wp-ui-primary {
 	color: #fff;
-	background-color: #333;
+	background-color: #32373c;
 }
 .wp-ui-text-primary {
-	color: #333;
+	color: #32373c;
 }
 
 .wp-ui-highlight {
@@ -700,7 +700,7 @@ td.help {
 .widget .widget-top,
 .menu-item-handle {
 	background: #fafafa;
-	color: #222;
+	color: #23282d;
 }
 
 .postbox .hndle,
@@ -982,14 +982,14 @@ th.action-links {
 	-webkit-box-shadow: none;
 	box-shadow: none;
 	border-bottom: 4px solid #666;
-	color: #222;
+	color: #23282d;
 }
 
 .filter-links li > a:hover,
 .filter-links li > a:focus,
 .show-filters .filter-links a.current:hover,
 .show-filters .filter-links a.current:focus {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .wp-filter .search-form {
@@ -1047,7 +1047,7 @@ th.action-links {
 
 .wp-filter .drawer-toggle:hover,
 .wp-filter .drawer-toggle:hover:before {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .wp-filter .drawer-toggle.current:before {
@@ -1287,7 +1287,7 @@ div.error {
 }
 
 .notice-info {
-    border-color: #2ea2cc;
+    border-color: #00a0d2;
 }
 
 .wrap .notice,
@@ -1426,7 +1426,7 @@ form.upgrade .hint {
 #screen-meta-links a:hover,
 #screen-meta-links a:active,
 #screen-meta-links a:focus {
-	color: #333;
+	color: #32373c;
 }
 
 #screen-meta-links a.show-settings {
@@ -1565,13 +1565,13 @@ form.upgrade .hint {
 }
 
 .contextual-help-tabs a:hover {
-	color: #333;
+	color: #32373c;
 }
 
 .contextual-help-tabs .active {
 	padding: 0;
 	margin: 0 -1px 0 0;
-	border-left: 2px solid #2ea2cc;
+	border-left: 2px solid #00a0d2;
 	background: #f6fbfd;
 	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
 	box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
@@ -1579,7 +1579,7 @@ form.upgrade .hint {
 
 .contextual-help-tabs .active a {
 	border-color: #e1e1e1;
-	color: #333;
+	color: #32373c;
 }
 
 .contextual-help-tabs-wrap {
@@ -1641,7 +1641,7 @@ html.wp-toolbar {
 
 .widefat thead tr th,
 .widefat tfoot tr th {
-	color: #333;
+	color: #32373c;
 }
 
 .widefat td p {
@@ -1651,7 +1651,7 @@ html.wp-toolbar {
 .widefat p,
 .widefat ol,
 .widefat ul {
-	color: #333;
+	color: #32373c;
 }
 
 .widefat .column-comment p {
@@ -2137,7 +2137,7 @@ div.star-holder .star-rating {
 	-webkit-transition: color .1s ease-in 0;
 	transition: color .1s ease-in 0;
 	text-align: center;
-	color: #0074a2;
+	color: #0073aa;
 }
 
 .star-rating .star-full:before {
@@ -2277,7 +2277,7 @@ div.action-links {
 	border: 1px solid #ddd;
 	border-bottom-color: #fff;
 	padding-top: 8px;
-	color: #333;
+	color: #32373c;
 }
 
 #plugin-information-tabs.with-banner a.current {
@@ -2654,7 +2654,7 @@ body.index-php #TB_closeWindowButton:focus,
 body.index-php #TB_closeWindowButton:focus .tb-close-icon,
 body.index-php .tb-close-icon:focus,
 body.index-php .tb-close-icon:hover {
-	color: #2ea2cc;
+	color: #00a0d2;
 	outline: none;
 	-webkit-box-shadow: none;
 	box-shadow: none;
@@ -2992,7 +2992,7 @@ img {
 .js .control-section .accordion-section-title:hover,
 .js .control-section.open .accordion-section-title,
 .js .control-section .accordion-section-title:focus {
-	color: #222;
+	color: #23282d;
 	background: #f5f5f5;
 }
 
diff --git wp-admin/css/dashboard.css wp-admin/css/dashboard.css
index b9f5a09..8f398d7 100644
--- wp-admin/css/dashboard.css
+++ wp-admin/css/dashboard.css
@@ -800,7 +800,7 @@ h3:hover .edit-box {
 }
 
 #dashboard-widgets h4 {
-	color: #222;
+	color: #23282d;
 	font-weight: normal;
 	font-size: 14px;
 	margin: 0 0 .2em;
diff --git wp-admin/css/edit.css wp-admin/css/edit.css
index e0a05b2..7a9bb46 100644
--- wp-admin/css/edit.css
+++ wp-admin/css/edit.css
@@ -227,7 +227,7 @@ ul.category-tabs li,
 .wp-tab-bar .wp-tab-active a,
 #post-body ul.category-tabs li.tabs a,
 #post-body ul.add-menu-item-tabs li.tabs a {
-	color: #333;
+	color: #32373c;
 }
 
 .category-tabs {
@@ -846,7 +846,7 @@ span.wp-media-buttons-icon:before {
 
 a.post-state-format:hover:before,
 a.post-format-icon:hover:before {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 #post-formats-select {
diff --git wp-admin/css/forms.css wp-admin/css/forms.css
index a5a19e4..0c0304a 100644
--- wp-admin/css/forms.css
+++ wp-admin/css/forms.css
@@ -30,7 +30,7 @@ textarea {
 	-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
 	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
 	background-color: #fff;
-	color: #333;
+	color: #32373c;
 	outline: none;
 	-webkit-transition: 0.05s border-color ease-in-out;
 	transition: 0.05s border-color ease-in-out;
@@ -97,7 +97,7 @@ input[type="radio"]:checked + label:before {
 
 .wp-core-ui input[type="reset"]:hover,
 .wp-core-ui input[type="reset"]:active {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 td > input[type="checkbox"],
@@ -559,7 +559,7 @@ ul#add-to-blog-users {
 
 .form-table th,
 .form-wrap label {
-	color: #222;
+	color: #23282d;
 	font-weight: normal;
 	text-shadow: none;
 	vertical-align: baseline;
@@ -693,7 +693,7 @@ table.form-table td .updated p {
 	display: inline-block;
 	position: relative;
 	cursor: move;
-	color: #333;
+	color: #32373c;
 	background: #e6e6e6;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
diff --git wp-admin/css/list-tables.css wp-admin/css/list-tables.css
index a7f067f..127f471 100644
--- wp-admin/css/list-tables.css
+++ wp-admin/css/list-tables.css
@@ -45,11 +45,11 @@
 }
 
 .post-com-count:hover span {
-	background-color: #2ea2cc;
+	background-color: #00a0d2;
 }
 
 .post-com-count:hover:after {
-	border-top: 5px solid #2ea2cc;
+	border-top: 5px solid #00a0d2;
 }
 
 strong .post-com-count {
@@ -57,11 +57,11 @@ strong .post-com-count {
 }
 
 strong .post-com-count span {
-	background-color: #0074a2;
+	background-color: #0073aa;
 }
 
 strong .post-com-count:after {
-	border-top: 5px solid #0074a2;
+	border-top: 5px solid #0073aa;
 }
 
 .column-response .post-com-count {
@@ -479,7 +479,7 @@ th.manage-column a,
 th.sortable a:hover,
 th.sortable a:active,
 th.sortable a:focus {
-	color: #333;
+	color: #32373c;
 }
 
 th.sortable a:focus {
@@ -571,7 +571,7 @@ th.asc:hover span.sorting-indicator {
 .tablenav .tablenav-pages a:hover,
 .tablenav .tablenav-pages a:focus {
 	color: #fff;
-	background: #2ea2cc;
+	background: #00a0d2;
 }
 
 .tablenav .tablenav-pages a.disabled,
@@ -613,13 +613,13 @@ classes exist in paginate_links() but not seen in list table output. */
 .tablenav .next,
 .tablenav .prev {
 	border-color: transparent;
-	color: #0074a2;
+	color: #0073aa;
 }
 
 .tablenav .next:hover,
 .tablenav .prev:hover {
 	border-color: transparent;
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .tablenav .view-switch {
@@ -665,7 +665,7 @@ classes exist in paginate_links() but not seen in list table output. */
 }
 
 .view-switch a.current:before {
-	color: #0074a2;
+	color: #0073aa;
 }
 
 .view-switch > a + a {
@@ -1155,7 +1155,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
 }
 
 .plugins .active th.check-column {
-	border-left: 4px solid #2ea2cc;
+	border-left: 4px solid #00a0d2;
 }
 
 .plugins .active.update th.check-column,
diff --git wp-admin/css/media.css wp-admin/css/media.css
index c01b71f..8795265 100644
--- wp-admin/css/media.css
+++ wp-admin/css/media.css
@@ -177,7 +177,7 @@
 	margin-top: -22px;
 	-webkit-border-radius: 22px;
 	border-radius: 22px;
-	background-color: #0074a2;
+	background-color: #0073aa;
 	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
 	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
 }
@@ -312,7 +312,7 @@
 }
 
 #find-posts-close:hover {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 #find-posts-close:before {
@@ -495,7 +495,7 @@ border color while dragging a file over the uploader drop area */
 
 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h3 {
@@ -944,7 +944,7 @@ border color while dragging a file over the uploader drop area */
 .imgedit-menu div:hover {
 	border-color: #c1c1c1;
 	background-color: #eaeaea;
-	color: #333;
+	color: #32373c;
 }
 
 .imgedit-menu div.disabled {
diff --git wp-admin/css/nav-menus.css wp-admin/css/nav-menus.css
index 6f12e9d..e378b9d 100644
--- wp-admin/css/nav-menus.css
+++ wp-admin/css/nav-menus.css
@@ -713,14 +713,14 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
 }
 
 .nav-menus-php .submitbox .submitcancel {
-	border-bottom: 1px solid #0074a2;
+	border-bottom: 1px solid #0073aa;
 	padding: 1px 2px;
-	color: #0074a2;
+	color: #0073aa;
 	text-decoration: none;
 }
 
 .nav-menus-php .submitbox .submitcancel:hover {
-	background: #0074a2;
+	background: #0073aa;
 	color: #fff;
 }
 
diff --git wp-admin/css/press-this.css wp-admin/css/press-this.css
index dbf355a..e6ae4ea 100644
--- wp-admin/css/press-this.css
+++ wp-admin/css/press-this.css
@@ -12,7 +12,7 @@
 }
 
 body.press-this ul.category-tabs li.tabs a {
-	color: #333;
+	color: #32373c;
 }
 
 .press-this #content-resize-handle {
@@ -20,7 +20,7 @@ body.press-this ul.category-tabs li.tabs a {
 }
 
 body.press-this {
-	color: #333;
+	color: #32373c;
 	margin: 0;
 	padding: 0;
 	min-width: 708px;
diff --git wp-admin/css/revisions.css wp-admin/css/revisions.css
index 8fcde36..3a36f28 100644
--- wp-admin/css/revisions.css
+++ wp-admin/css/revisions.css
@@ -474,8 +474,8 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
 .wp-slider .ui-slider-handle,
 .wp-slider .ui-slider-handle.ui-state-hover,
 .wp-slider .ui-slider-handle.focus {
-	background: #2ea2cc;
-	border: 1px solid #0074a2;
+	background: #00a0d2;
+	border: 1px solid #0073aa;
 	-webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
 	box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
 }
diff --git wp-admin/css/themes.css wp-admin/css/themes.css
index 565f2fa..f22c03e 100644
--- wp-admin/css/themes.css
+++ wp-admin/css/themes.css
@@ -174,7 +174,7 @@
 	top: 35%;
 	right: 25%;
 	left: 25%;
-	background: #222;
+	background: #23282d;
 	background: rgba(0,0,0,0.7);
 	color: #fff;
 	font-size: 15px;
@@ -274,7 +274,7 @@
 }
 
 .theme-browser .theme .theme-author {
-	background: #222;
+	background: #23282d;
 	color: #eee;
 	display: none;
 	font-size: 14px;
@@ -369,14 +369,14 @@
 .theme-browser .theme.add-new-theme:hover span:after,
 .theme-browser .theme.add-new-theme:focus span:after {
 	background: #fff;
-	color: #0074a2;
+	color: #0073aa;
 }
 
 .theme-browser .theme.add-new-theme:hover:after,
 .theme-browser .theme.add-new-theme:focus:after {
 	border-color: transparent;
 	color: #fff;
-	background: #0074a2;
+	background: #0073aa;
 	content: '';
 }
 
@@ -697,7 +697,7 @@ body.folded .theme-overlay .theme-wrap {
 
 .theme-overlay .screenshot.selected {
 	background: transparent;
-	border: 2px solid #2ea2cc;
+	border: 2px solid #00a0d2;
 }
 
 .theme-overlay .screenshot.selected img {
@@ -719,7 +719,7 @@ body.folded .theme-overlay .theme-wrap {
 }
 
 .theme-overlay .current-label {
-	background: #333;
+	background: #32373c;
 	color: #fff;
 	font-size: 11px;
 	display: inline-block;
@@ -734,7 +734,7 @@ body.folded .theme-overlay .theme-wrap {
 }
 
 .theme-overlay .theme-name {
-	color: #222;
+	color: #23282d;
 	font-size: 32px;
 	font-weight: 100;
 	margin: 10px 0 0;
@@ -799,7 +799,7 @@ body.folded .theme-overlay .theme-wrap {
 }
 
 .theme-overlay .theme-update {
-	color: #222;
+	color: #23282d;
 	font-size: 18px;
 	display: inline-block;
 	line-height: 40px;
@@ -809,7 +809,7 @@ body.folded .theme-overlay .theme-wrap {
 .theme-overlay .parent-theme {
 	background: #f7fcfe;
 	border: 1px solid #eee;
-	border-left: 4px solid #2ea2cc;
+	border-left: 4px solid #00a0d2;
 	font-size: 14px;
 	font-weight: normal;
 	margin-top: 30px;
@@ -1081,7 +1081,7 @@ body.folded .theme-overlay .theme-wrap {
 
 /* Already installed theme */
 .theme-browser .theme .theme-installed {
-	background: #0074a2;
+	background: #0073aa;
 }
 .theme-browser .theme .theme-installed:before {
 	content: '\f147';
@@ -1491,7 +1491,7 @@ body.full-overlay-active {
 }
 
 .wp-full-overlay a.collapse-sidebar:hover {
-	color: #0074a2;
+	color: #0073aa;
 }
 
 .wp-full-overlay.collapsed .collapse-sidebar {
diff --git wp-admin/css/widgets.css wp-admin/css/widgets.css
index 409a393..7a1b5ef 100644
--- wp-admin/css/widgets.css
+++ wp-admin/css/widgets.css
@@ -369,7 +369,7 @@ div#widgets-right .closed .widgets-sortables {
 }
 
 .js #removing-widget {
-	color: #2ea2cc;
+	color: #00a0d2;
 }
 
 .widget-control-noform,
@@ -475,7 +475,7 @@ div#widgets-right .widget-top:hover,
 }
 
 .widgets-chooser li.widgets-chooser-selected {
-	background: #2ea2cc;
+	background: #00a0d2;
 	color: #fff;
 }
 
diff --git wp-includes/css/admin-bar.css wp-includes/css/admin-bar.css
index f48f6a1..68dd87a 100644
--- wp-includes/css/admin-bar.css
+++ wp-includes/css/admin-bar.css
@@ -81,7 +81,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 	width: 100%;
 	min-width: 600px; /* match the min-width of the body in wp-admin.css */
 	z-index: 99999;
-	background: #222;
+	background: #23282d;
 }
 
 #wpadminbar .ab-sub-wrapper,
@@ -136,7 +136,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 	padding: 0;
 	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
 	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
-	background: #333;
+	background: #32373c;
 	display: none;
 	position: absolute;
 	float: none;
@@ -210,7 +210,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
 #wpadminbar .ab-top-menu > li:hover > .ab-item,
 #wpadminbar .ab-top-menu > li.hover > .ab-item {
-	background: #333;
+	background: #32373c;
 	color: #45bbe6;
 }
 
@@ -237,7 +237,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 #wpadminbar .ab-icon:before,
 #wpadminbar .ab-item:before,
 #wpadminbar #adminbarsearch:before {
-	color: #999;
+	color: rgba(240,245,250,0.6);
 }
 
 #wpadminbar .ab-icon:before,
@@ -254,14 +254,14 @@ html:lang(he-il) .rtl #wpadminbar *  {
 }
 
 #wpadminbar .ab-submenu .ab-item {
-	color: #eee;
+	color: rgba(240,245,250,.7);
 }
 
 #wpadminbar .quicklinks .menupop ul li a,
 #wpadminbar .quicklinks .menupop ul li a strong,
 #wpadminbar .quicklinks .menupop.hover ul li a,
 #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
-	color: #eee;
+	color: rgba(240,245,250,.7);
 }
 
 #wpadminbar .quicklinks .menupop ul li a:hover,
@@ -279,7 +279,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 #wpadminbar li.hover .ab-icon:before,
 #wpadminbar li.hover .ab-item:before,
 #wpadminbar li:hover #adminbarsearch:before {
-	color: #45bbe6;
+	color: #00b4e6;
 }
 
 #wpadminbar .menupop .menupop > .ab-item:before,
@@ -335,7 +335,7 @@ html:lang(he-il) .rtl #wpadminbar *  {
 
 #wpadminbar .quicklinks a span#ab-updates {
 	background: #eee;
-	color: #333;
+	color: #32373c;
 	display: inline;
 	padding: 2px 5px;
 	font-size: 10px;
