Use a neutral color scheme.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/docs/conf.py b/docs/conf.py
index 4be7a57..0f43d62 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,8 +150,8 @@
 html_theme_options = {
     'nav_title': 'Google maintained open source PDKs',
 
-    'color_primary': 'orange',
-    'color_accent': 'teal',
+    'color_primary': 'indigo',
+    'color_accent': 'blue',
 
     # Set the repo location to get a badge with stats
     'github_url': 'https://github.com/google/open-source-pdks',