stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.15k stars 81 forks source link

docs: Use better aligned colors for dark mode #397

Closed stotko closed 1 year ago

stotko commented 1 year ago

The dark mode of the Sphinx book theme has been modified since the port to Sphinx to reduce the excessively high contrast of the separator. and to make the background a bit brighter. To come up with better aligned colors, the contrast needs to be analyzed more thoroughly. Add a respective script for this purpose and define a better separator color while dropping the brighter background. Furthermore, prepare for using Sphinx Design and ensure consistency with these changes.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d9a4587) 97.40% compared to head (549de19) 97.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #397 +/- ## ======================================= Coverage 97.40% 97.40% ======================================= Files 31 31 Lines 2581 2581 ======================================= Hits 2514 2514 Misses 67 67 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.