diff --git a/about.json b/about.json
index 392e72e947dda237d401f45d849fdc1e5eaa8e09..82011a5fc81eb13b42bad5af913aa7aa50c6dc90 100644
--- a/about.json
+++ b/about.json
@@ -1,15 +1,39 @@
 {
-  "name": "Mint",
+  "name": "Community Theme",
   "about_url": null,
   "license_url": null,
   "color_schemes": {
-    "mint": {
-      "primary": "454545",
-      "secondary": "F6FBFC",
-      "tertiary": "4F8A7C",
-      "header_background": "ffffff",
-      "header_primary": "111111"
+      "Light community palette": {
+          "primary": "222222",
+          "secondary": "ffffff",
+          "tertiary": "a9a4a4",
+          "quaternary": "797979",
+          "primary-medium": "C7C7C7",
+          "primary-low-mid": "eeeeee",
+          "header_background": "ffffff",
+          "header_primary": "333333",
+          "highlight": "ffff4d",
+          "danger": "e45735",
+          "success": "009900",
+          "love": "fa6c8d"
+    },
+      "Dark community palette": {
+          "primary": "dddddd",
+          "secondary": "161616",
+          "tertiary": "cfcfcf",
+          "quaternary": "c14924",
+          "primary-medium": "C7C7C7",
+          "primary-low-mid": "eeeeee",
+          "header_background": "837e7e",
+          "header_primary": "222222",
+          "highlight": "a87137",
+          "danger": "e45735",
+          "success": "1ca551",
+          "love": "fa6c8d"
     }
   },
-  "components": ["https://github.com/discourse/discourse-showcased-categories.git","https://github.com/discourse/discourse-search-banner.git"]
+  "components": ["https://github.com/tshenry/discourse-versatile-banner.git","https://github.com/tshenry/discourse-categories-layout-override.git",
+    "https://github.com/discourse/discourse-showcased-categories.git", "https://github.com/discourse/discourse-category-icons.git",
+  "https://github.com/discourse/DiscoTOC.git", "https://github.com/discourse/discourse-category-banners.git", "https://github.com/discourse/discourse-loading-slider.git",
+"https://github.com/discourse/Discourse-easy-footer.git", "https://github.com/discourse/discourse-icon-header-links.git"]
 }