diff options
| -rw-r--r-- | sources/pyside6/doc/_static/qtforpython.png | bin | 4936 -> 4043 bytes | |||
| -rw-r--r-- | sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css | 8 | ||||
| -rw-r--r-- | sources/pyside6/doc/conf.py.in | 12 | ||||
| -rw-r--r-- | sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css | 8 | ||||
| -rw-r--r-- | sources/shiboken6/doc/conf.py.in | 12 |
5 files changed, 20 insertions, 20 deletions
diff --git a/sources/pyside6/doc/_static/qtforpython.png b/sources/pyside6/doc/_static/qtforpython.png Binary files differindex 3a2f2bd17..33e971022 100644 --- a/sources/pyside6/doc/_static/qtforpython.png +++ b/sources/pyside6/doc/_static/qtforpython.png diff --git a/sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css b/sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css index aee5e4420..94134cacf 100644 --- a/sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css +++ b/sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css @@ -466,7 +466,7 @@ tt.descname { position:relative } #menuextras li a:hover span { - color: #41cd52; + color: #2cde85; } /* new header */ #mm-wrap, #mm-wrap #mm-helper, @@ -557,14 +557,14 @@ tt.descname { display:inline; float:left; width:31px; - color:#41cd52 + color:#2cde85 } #navbar .navbar-oneQt:before { content:attr(data-icon); position:absolute; top:14px; left:0; - color:#41cd52; + color:#2cde85; font-family:'Qt Icons'; line-height:1; font-size:40px; @@ -1939,5 +1939,5 @@ table.special td { .special td:hover { padding-top: 2px; padding-bottom: 2px; - border-bottom: 4px solid #41cd52; + border-bottom: 4px solid #2cde85; } diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in index b80746da4..093cede56 100644 --- a/sources/pyside6/doc/conf.py.in +++ b/sources/pyside6/doc/conf.py.in @@ -139,16 +139,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", }, } diff --git a/sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css b/sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css index aee5e4420..94134cacf 100644 --- a/sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css +++ b/sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css @@ -466,7 +466,7 @@ tt.descname { position:relative } #menuextras li a:hover span { - color: #41cd52; + color: #2cde85; } /* new header */ #mm-wrap, #mm-wrap #mm-helper, @@ -557,14 +557,14 @@ tt.descname { display:inline; float:left; width:31px; - color:#41cd52 + color:#2cde85 } #navbar .navbar-oneQt:before { content:attr(data-icon); position:absolute; top:14px; left:0; - color:#41cd52; + color:#2cde85; font-family:'Qt Icons'; line-height:1; font-size:40px; @@ -1939,5 +1939,5 @@ table.special td { .special td:hover { padding-top: 2px; padding-bottom: 2px; - border-bottom: 4px solid #41cd52; + border-bottom: 4px solid #2cde85; } 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", }, } |
