aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/conf.py.in
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-12-15 13:48:31 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-12-16 11:54:48 +0000
commit7421eff45a2708fd067cf2e1613e0fa88061bfb5 (patch)
treebd7af84f03b97db2027c4e362423258cb1b1be9f /sources/shiboken6/doc/conf.py.in
parente5976250c03df35b2564b11db546a08e7c75f71d (diff)
doc: improve color contrast
changing colors to improve the contrast of the light and dark version of the documentation. Change-Id: I4b68cf0d59e1db9da1d55de47b808a314b5504d1 Pick-to: 6.4 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/doc/conf.py.in')
-rw-r--r--sources/shiboken6/doc/conf.py.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/shiboken6/doc/conf.py.in b/sources/shiboken6/doc/conf.py.in
index ca0b4963b..135d011e0 100644
--- a/sources/shiboken6/doc/conf.py.in
+++ b/sources/shiboken6/doc/conf.py.in
@@ -109,16 +109,16 @@ html_theme = 'furo'
# documentation.
html_theme_options = {
"dark_css_variables": {
- "color-brand-primary": "#66689d",
- "color-brand-content": "#66689d",
+ "color-brand-primary": "#41cd52",
+ "color-brand-content": "#41cd52",
"color-admonition-title--important": "#41cd52",
"color-admonition-title-background--important": "#474b53",
"font-stack": "'Titillium Web', sans-serif",
},
"light_css_variables": {
- "color-brand-primary": "#66689d",
- "color-brand-content": "#41cd52",
- "color-admonition-title--important": "#41cd52",
+ "color-brand-primary": "#004f7b",
+ "color-brand-content": "#004f7b",
+ "color-admonition-title--important": "#004f7b",
"font-stack": "'Titillium Web', sans-serif",
},
}