+
+html_theme_options = {
+ 'show_relbars': 'True',
+ 'admonition_bg': '#dcb',
+ 'note_bg': '#fd8',
+ 'seealso_bg': '#aec',
+ 'danger_bg': '#b55',
+ 'error_bg': '#b82',
+ 'tip_bg': '#b0f',
+ 'hint_bg': '#dad',
+ 'important_bg': '#24f',
+ 'caution_bg': '#fe6',
+ 'attention_bg': '#fd6',
+ 'warn_bg': '#fc6',
+}