From 3ad606733a6119df0f6b34aa0e72aaae91a12a69 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 22 Feb 2019 15:22:50 +0000 Subject: [PATCH] Update doc colours to more closely match the new UI. --- docs/en_US/conf.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/en_US/conf.py b/docs/en_US/conf.py index 7c4cc2f79..6acdd9014 100644 --- a/docs/en_US/conf.py +++ b/docs/en_US/conf.py @@ -111,13 +111,16 @@ html_theme = 'classic' # documentation. html_theme_options = { 'collapsiblesidebar': True, - 'relbarbgcolor': '#2C76B4', + 'relbarbgcolor': '#326690', 'sidebarbgcolor': '#E2E2E2', - 'sidebarbtncolor': '#2C76B4', - 'sidebartextcolor': '#000', - 'sidebarlinkcolor': '#337AB7', - 'footerbgcolor': '#333', - 'codebgcolor': '#D9EDF7', + 'sidebarbtncolor': '#326690', + 'sidebartextcolor': '#222222', + 'sidebarlinkcolor': '#326690', + 'footerbgcolor': '#222222', + 'codebgcolor': '#d6effc', + 'textcolor': '#222222', + 'headbgcolor': '#E2E2E2', + 'headtextcolor': '#326690', 'bodyfont': '"Helvetica Neue", Helvetica, Arial, sans-serif', 'headfont': '"Helvetica Neue", Helvetica, Arial, sans-serif' }