Index: bp-themes/bp-default-dark/style.css
--- bp-themes/bp-default-dark/style.css Locally New
+++ bp-themes/bp-default-dark/style.css Locally New
@@ -0,0 +1,229 @@
+/**
+ * Theme Name: BuddyPress Default - Dark
+ * Theme URI: http://buddypress.org/extend/themes/
+ * Description: Clean and stylish, BuddyPress Default lets you build a social network straight out of the box. Make it yours with a custom menu, header image, and background. Along with five widgetized areas (one in the sidebar, four in the footer), BP-Default supports featured images (as custom header images on posts and pages) and is furnished with an optional one-column page template that removes the sidebar, and a stylesheet for the admin Visual Editor.
+ * Version: 1.6-bleeding
+ * Author: the BuddyPress team
+ * Author URI: http://buddypress.org
+ * License: GNU General Public License
+ * License URI: license.txt
+ * Template: bp-default
+ * Tags: blue, buddypress, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, fixed-width, light, right-sidebar, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns, white
+ *
+ */
+ 
+ body, html {
+	 background: #555 !important;
+	 color: #ccc;
+ }
+ 
+ div#container {
+	 background: #888;
+	 border-right: 1px solid #444;
+	 border-bottom: 1px solid #444;
+ }
+ 
+div#header {
+	background: #888;
+	background: -moz-linear-gradient(top, #888 0%, #333 15%, #666 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888), color-stop(15%,#333), color-stop(100%,#000));
+	background: -webkit-linear-gradient(top, #888 0%,#333 15%,#000 100%);
+	background: -o-linear-gradient(top, #888 0%,#888 15%,#000 100%);
+	background: -ms-linear-gradient(top, #888 0%,#888 15%,#000 100%);
+	background: linear-gradient(top, #888 0%,#888 15%,#000 100%);
+	color: white;
+}
+
+#nav li a {
+	color: #ccc;
+}
+#nav li.selected a,
+#nav > li.current-menu-item a,
+#nav > li.current_page_item a,
+#nav > li.current_page_ancestor a {
+	background-color: #555;
+	color: #eee;
+}
+
+div#content .padder {
+	border-right: 1px solid #444;
+}
+
+div#sidebar {
+	border-left: 1px solid #555;
+}
+
+div#sidebar h3.widgettitle {
+	background: #555;
+}
+
+div#site-generator {
+	color: #aaa;
+	text-shadow: #333 -1px -1px 0;
+}
+
+a {
+	color: #ccc;
+}
+a:hover {
+	color: #fff;
+}
+
+img.avatar {
+	border: 2px solid #333;
+}
+
+div#item-header h2 a {
+	color: #111;
+}
+span.user-nicename {
+	color: #555;
+}
+
+div.item-list-tabs {
+	background-color: #555;
+}
+
+div.item-list-tabs#subnav {
+	background: #888;
+	border-bottom: 1px solid #555;
+}
+
+div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
+	background: #888;
+	color: #eee;
+}
+
+ul.item-list li {
+	border-bottom: 1px solid #666;
+}
+
+div.item-list-tabs ul li a span {
+	background: #111;
+}
+
+div.pagination {
+	background-color: #777;
+	color: #ccc;
+}
+
+/** Activity ******************************************************************/
+
+#item-body form#whats-new-form h5 {
+	color: #ccc;
+}
+#item-body form#whats-new-form {
+	border-bottom: 1px solid #666;
+}
+
+#item-body form#whats-new-form textarea {
+	background: #666;
+	color: #eee;
+}
+
+div.activity-comments form.ac-form {
+	background: #666;
+	border: 1px solid #555;
+}
+
+div.activity-comments form .ac-textarea {
+	background: #888;
+}
+
+div.activity-comments form .ac-textarea textarea {
+	background: #888;
+	color: #eee;
+}
+
+div.activity-comments div.acomment-meta {
+	color: #bbb;
+}
+
+.acomment-options a {
+	color: #333;
+}
+
+.activity-list li .activity-inreplyto {
+	color: #bbb;
+}
+
+div.activity-comments > ul {
+	background: #888;
+}
+
+div.activity-comments ul li {
+	border-top: 2px solid #777;
+}
+
+.activity-list .activity-content .activity-header,
+.activity-list .activity-content .comment-header {
+	color: #eee;
+}
+
+span.activity,
+div#message p {
+	border: 1px solid #666;
+	background: #666;
+	background: -moz-linear-gradient(top, #888 0%, #555 15%, #555 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888), color-stop(15%,#555), color-stop(100%,#555));
+	background: -webkit-linear-gradient(top, #888 0%,#555 15%,#555 100%);
+	background: -o-linear-gradient(top, #888 0%,#555 15%,#555 100%);
+	background: -ms-linear-gradient(top, #888 0%,#555 15%,#555 100%);
+	background: linear-gradient(top, #888 0%,#555 15%,#555 100%);
+}
+
+/** Forms *********************************************************************/
+
+.standard-form textarea,
+.standard-form input[type="text"],
+.standard-form select,
+.standard-form input[type="password"],
+.dir-search input[type="text"] {
+	border: 1px inset #bbb;
+	color: #eee;
+	background: #777;
+}
+
+button,
+a.button,
+input[type="submit"],
+input[type="button"],
+input[type="reset"],
+ul.button-nav li a,
+div.generic-button a,
+.comment-reply-link {
+	background: #111;
+	background: -moz-linear-gradient(top, #888 0%, #333 15%, #666 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888), color-stop(15%,#333), color-stop(100%,#000));
+	background: -webkit-linear-gradient(top, #888 0%,#333 15%,#000 100%);
+	background: -o-linear-gradient(top, #888 0%,#333 15%,#000 100%);
+	background: -ms-linear-gradient(top, #888 0%,#333 15%,#000 100%);
+	background: linear-gradient(top, #888 0%,#333 15%,#000 100%);
+	border: 1px solid #555;
+	color: #eee;
+}
+
+button:hover,
+a.button:hover,
+input[type="submit"]:hover,
+input[type="button"]:hover,
+input[type="reset"]:hover,
+ul.button-nav li a:hover,
+div.generic-button a:hover,
+.comment-reply-link:hover {
+	background: #111;
+	background: -moz-linear-gradient(top, #888 0%, #333 15%, #333 100%);
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888), color-stop(15%,#333), color-stop(100%,#333));
+	background: -webkit-linear-gradient(top, #888 0%,#333 15%,#333 100%);
+	background: -o-linear-gradient(top, #888 0%,#333 15%,#333 100%);
+	background: -ms-linear-gradient(top, #888 0%,#333 15%,#333 100%);
+	background: linear-gradient(top, #888 0%,#333 15%,#333 100%);
+	border: 1px solid #333;
+	color: #fff;
+}
+
+a.bp-primary-action span,
+#reply-title small a span {
+	background: #555;
+	color: #eee;
+}
