Index: colors.css
===================================================================
--- colors.css	(revision 26904)
+++ colors.css	(working copy)
@@ -1978,3 +1978,29 @@
 		background: none !important;
 	}
 }
+
+.status-draft {
+	background: #ffffe0 !important;
+}
+
+.status-future {
+	background: #E9F2D3 !important;
+}
+
+.status-publish {/* no background keep wp alternating colors */}
+
+.status-pending {
+	background: #D3E4ED !important;
+}
+
+.status-private {
+	background: #FFECE6 !important;
+}
+
+.status-sticky {
+	background: #F9F9F9 !important;
+}
+
+.post-password-required {
+	background: #F7FCFE !important;
+}
\ No newline at end of file
