Comment on How to choose colors for your CLI applications (2023)Comments−sroussey7moThis is true for the console in dev tools as well.Problem there is you can’t change css so at the moment the systems color preference changes thing will look bad.Important considerations for custom formatters.−sroussey7moHere is a screenshot for my personal example:https://github.com/workglow-dev/workglow/blob/main/docs/deve...Play with it here using dev tools (you can ignore the website itself): https://workglow-web.netlify.app/Docs including útil for checking dark mode: https://github.com/workglow-dev/workglow/tree/main/packages/...
Comments
This is true for the console in dev tools as well.
Problem there is you can’t change css so at the moment the systems color preference changes thing will look bad.
Important considerations for custom formatters.
Here is a screenshot for my personal example:
https://github.com/workglow-dev/workglow/blob/main/docs/deve...
Play with it here using dev tools (you can ignore the website itself): https://workglow-web.netlify.app/
Docs including útil for checking dark mode: https://github.com/workglow-dev/workglow/tree/main/packages/...