aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/conf.py.in
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-03-23 15:58:11 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-03-25 09:23:08 +0100
commita3e3e07abc509ff87e7f19b751d248a1c03efa4e (patch)
tree98dc4965aae6d2a39e8f8a9bd37547dcaeb04559 /sources/shiboken6/doc/conf.py.in
parent81f7d4816fa3db918f5a734de6245b80a379c148 (diff)
doc: use new logo and colors
This updates the branding of the docs to the new guidelines in Qt. The neon green was updated to #2CDE85, and for the light version of the docs, because of the contrast Midnight was used #27138B (Pine, and Moss didn't work well) The Qt for Python logo was updated as well. Change-Id: I2cf556d5c3b3c9c84923204f3c2e829ab1f68f54 Pick-to: 6.5 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken6/doc/conf.py.in')
-rw-r--r--sources/shiboken6/doc/conf.py.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/shiboken6/doc/conf.py.in b/sources/shiboken6/doc/conf.py.in
index 21c0621eb..23bad0d73 100644
--- a/sources/shiboken6/doc/conf.py.in
+++ b/sources/shiboken6/doc/conf.py.in
@@ -134,16 +134,16 @@ html_theme = 'furo'
# documentation.
html_theme_options = {
"dark_css_variables": {
- "color-brand-primary": "#41cd52",
- "color-brand-content": "#41cd52",
- "color-admonition-title--important": "#41cd52",
+ "color-brand-primary": "#2cde85",
+ "color-brand-content": "#2cde85",
+ "color-admonition-title--important": "#2cde85",
"color-admonition-title-background--important": "#474b53",
"font-stack": "'Titillium Web', sans-serif",
},
"light_css_variables": {
- "color-brand-primary": "#004f7b",
- "color-brand-content": "#004f7b",
- "color-admonition-title--important": "#004f7b",
+ "color-brand-primary": "#27138b",
+ "color-brand-content": "#27138b",
+ "color-admonition-title--important": "#27138b",
"font-stack": "'Titillium Web', sans-serif",
},
}