QuantEcon / quantecon-book-theme

A Jupyter Book Theme for QuantEcon Book Style Projects
BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Theme Observations from lecture-python-intro #227

Closed mmcky closed 11 months ago

mmcky commented 11 months ago
          Many thanks @AakashGfude and @mmcky,

This looks great! The dark mode is really cool.

I spotted some very minor corner cases that might be improved:

  1. For Pandas tables (i.e. the one in long_run_growth) lecture has dark rows that are less visible:

Screenshot 2023-10-03 at 15 45 24

  1. The import code is grey, so it looks very similar to the background color, i.e.:

Screenshot 2023-10-03 at 15 46 15

  1. Based on my observations, I think graphs are restyled under dark mode (this looks really cool!), but there are some plots that are not in the dark mode (for example, the ones in the inequality lecture)

Screenshot 2023-10-03 at 15 50 23

  1. The exercise title is slightly harder to see: Screenshot 2023-10-03 at 15 53 40

  2. In Eigenvalues lecture, one of the formulae with special annotations is still in black:

Screenshot 2023-10-03 at 15 57 13

Many thanks in advance.

Originally posted by @HumphreyYang in https://github.com/QuantEcon/lecture-python-intro/issues/311#issuecomment-1744220591