Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use const colors to skip reading querying for the terminal bg co…
…lor (#93) Don't use AdaptiveColors and use regular colors instead. This makes the default styles _not_ use HasDarkBackground to determine the terminal background color. HasDarkBackground will query the terminal for the background color using `OSC 11` to determine which color to use in AdaptiveColor. For users who still want to use AdaptiveColors, they can supply their own custom styles. Fixes: #90
- Loading branch information