aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-12-15 13:48:31 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-16 14:05:25 +0000
commit63edaa74a92fc19c49c87629539b5cc4efb0b90f (patch)
tree34316f1003fee03ef322c5577718e155f5e0c717
parentffefebab5bd73505a75cd802b199474f7265919c (diff)
doc: improve color contrast
changing colors to improve the contrast of the light and dark version of the documentation. Change-Id: I4b68cf0d59e1db9da1d55de47b808a314b5504d1 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> (cherry picked from commit 7421eff45a2708fd067cf2e1613e0fa88061bfb5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/conf.py.in10
-rw-r--r--sources/shiboken6/doc/conf.py.in10
2 files changed, 10 insertions, 10 deletions
diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in
index 0c2593147..18e2d4de8 100644
--- a/sources/pyside6/doc/conf.py.in
+++ b/sources/pyside6/doc/conf.py.in
@@ -122,16 +122,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",
},
}
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",
},
}